|
103 | 103 |
|
104 | 104 | #if $Query.q_filters.q_sources_cond.q_sources_bool
|
105 | 105 | --q_sources=$Query.q_filters.q_sources_cond.q_sources
|
106 |
| - --q_sourcesUser=$Query.q_filters.q_sources_cond.q_sourcesUser |
| 106 | + --q_sourcesUser="$Query.q_filters.q_sources_cond.q_sourcesUser" |
107 | 107 | #end if
|
108 | 108 |
|
109 | 109 | #if $Library.l_filters.l_sources_cond.l_sources_bool
|
110 | 110 | --l_sources=$Library.l_filters.l_sources_cond.l_sources
|
111 |
| - --l_sourcesUser=$Library.l_filters.l_sources_cond.l_sourcesUser |
| 111 | + --l_sourcesUser="$Library.l_filters.l_sources_cond.l_sourcesUser" |
112 | 112 | #end if
|
113 | 113 |
|
114 | 114 | #if $Query.q_filters.q_instrumentTypes_cond.q_instrumentTypes_bool
|
115 |
| - --q_instrumentTypes=$Query.q_filters.q_instrumentTypes_cond.q_instrumentTypes |
116 |
| - --q_instrumentTypesUser=$Query.q_filters.q_instrumentTypes_cond.q_instrumentTypesUser |
| 115 | + --q_instrumentTypes="$Query.q_filters.q_instrumentTypes_cond.q_instrumentTypes" |
| 116 | + --q_instrumentTypesUser="$Query.q_filters.q_instrumentTypes_cond.q_instrumentTypesUser" |
117 | 117 | #end if
|
118 | 118 |
|
119 | 119 | #if $Library.l_filters.l_instrumentTypes_cond.l_instrumentTypes_bool
|
120 |
| - --l_instrumentTypes=$Library.l_filters.l_instrumentTypes_cond.l_instrumentTypes |
121 |
| - --l_instrumentTypesUser=$Library.l_filters.l_instrumentTypes_cond.l_instrumentTypesUser |
| 120 | + --l_instrumentTypes="$Library.l_filters.l_instrumentTypes_cond.l_instrumentTypes" |
| 121 | + --l_instrumentTypesUser="$Library.l_filters.l_instrumentTypes_cond.l_instrumentTypesUser" |
122 | 122 | #end if
|
123 | 123 |
|
124 | 124 | #if $Query.q_filters.q_instruments_cond.q_instruments_bool
|
125 |
| - --q_instruments=$Query.q_filters.q_instruments_cond.q_instruments |
| 125 | + --q_instruments="$Query.q_filters.q_instruments_cond.q_instruments" |
126 | 126 | #end if
|
127 | 127 |
|
128 | 128 | #if $Library.l_filters.l_instruments_cond.l_instruments_bool
|
129 |
| - --l_instruments=$Library.l_filters.l_instruments_cond.l_instruments |
| 129 | + --l_instruments="$Library.l_filters.l_instruments_cond.l_instruments" |
130 | 130 | #end if
|
131 | 131 |
|
132 | 132 | #if $Query.q_filters.q_spectraTypes_cond.q_spectraTypes_bool
|
|
251 | 251 | </outputs>
|
252 | 252 | <tests>
|
253 | 253 | <test>
|
| 254 | + |
| 255 | + |
254 | 256 | <param name="q_dbPth" value="createDatabase_output.sqlite" />
|
255 | 257 | <param name="l_dbPth_select" value="userdb" />
|
256 | 258 | <param name="l_dbPth" value="PR100037.sqlite" />
|
|
263 | 265 | <output name="matches" file="spectralMatching_xcms_matched_results.tsv" />
|
264 | 266 | <output name="sqlite_results" value="spectralMatching_db_with_spectral_matching.sqlite" ftype="sqlite" compare="sim_size"/>
|
265 | 267 | </test>
|
| 268 | + <test> |
| 269 | + <param name="l_instrumentTypes_bool" value="true" /> |
| 270 | + <param name="q_dbPth" value="createDatabase_output.sqlite" /> |
| 271 | + <param name="l_dbPth_select" value="userdb" /> |
| 272 | + <param name="l_dbPth" value="PR100037.sqlite" /> |
| 273 | + |
| 274 | + <param name="q_xcmsGroups_bool" value="true" /> |
| 275 | + <param name="l_accessions_bool" value="true" /> |
| 276 | + <param name="q_xcmsGroups" value="14" /> |
| 277 | + <param name="l_accessions" value="PR100037" /> |
| 278 | + |
| 279 | + <output name="xcms_matches" file="spectralMatching_matched_results_instrumentTypes.tsv" /> |
| 280 | + <output name="matches" file="spectralMatching_xcms_matched_results_instrumentTypes.tsv" /> |
| 281 | + <output name="sqlite_results" value="spectralMatching_db_with_spectral_matching_instrumentTypes.sqlite" ftype="sqlite" compare="sim_size"/> |
| 282 | + </test> |
| 283 | + |
| 284 | + |
266 | 285 | </tests>
|
267 | 286 |
|
268 | 287 |
|
|
0 commit comments