Skip to content

Commit

Permalink
fix a test
Browse files Browse the repository at this point in the history
  • Loading branch information
bernt-matthias committed Jun 3, 2024
1 parent b885d38 commit 2b47089
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions tools/openms/OpenSwathDIAPreScoring.xml
Original file line number Diff line number Diff line change
Expand Up @@ -86,15 +86,15 @@ ${' '.join(["&& mv -n 'output_files/%(bn)s/%(id)s.%(gext)s' 'output_files/%(bn)s
</outputs>
<tests>
<!-- data from a test that included all the needed test files -->
<test>
<test expect_num_outputs="1">
<param name="tr" value="OpenSwathWorkflow_1_input.TraML"/>
<param name="swath_files" value="OpenSwathAnalyzer_2_swathfile.mzML"/>
<output_collection name="output_files" count="1">
<element name="OpenSwathAnalyzer_2_swathfile_mzML" file="OpenSwathDIAPreScoring.tsv" ftype="tabular"/>
</output_collection>
</test>
<!-- test with two inputs (actually the same file .. symlinked) -->
<test>
<test expect_num_outputs="1">
<param name="tr" value="OpenSwathWorkflow_1_input.TraML"/>
<param name="swath_files" value="OpenSwathDIAPreScoring_in1.mzML,OpenSwathDIAPreScoring_in2.mzML"/>
<output_collection name="output_files" count="2">
Expand Down
4 changes: 2 additions & 2 deletions tools/openms/aux/macros_test.xml
Original file line number Diff line number Diff line change
Expand Up @@ -285,15 +285,15 @@
</xml>
<xml name="manutest_OpenSwathDIAPreScoring">
<!-- data from a test that included all the needed test files -->
<test>
<test expect_num_outputs="1">
<param name="tr" value="OpenSwathWorkflow_1_input.TraML"/>
<param name="swath_files" value="OpenSwathAnalyzer_2_swathfile.mzML"/>
<output_collection name="output_files" count="1">
<element name="OpenSwathAnalyzer_2_swathfile_mzML" file="OpenSwathDIAPreScoring.tsv" ftype="tabular"/>
</output_collection>
</test>
<!-- test with two inputs (actually the same file .. symlinked) -->
<test>
<test expect_num_outputs="1">
<param name="tr" value="OpenSwathWorkflow_1_input.TraML"/>
<param name="swath_files" value="OpenSwathDIAPreScoring_in1.mzML,OpenSwathDIAPreScoring_in2.mzML"/>
<output_collection name="output_files" count="2">
Expand Down

0 comments on commit 2b47089

Please sign in to comment.