Skip to content

Commit

Permalink
stash
Browse files Browse the repository at this point in the history
  • Loading branch information
bernt-matthias committed Apr 8, 2024
1 parent 07ac851 commit f59ede2
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 11 deletions.
7 changes: 0 additions & 7 deletions tools/openms/aux/macros_test.xml
Original file line number Diff line number Diff line change
Expand Up @@ -36,13 +36,6 @@
<output name="html" ftype="html" value="CVInspector.html"/>
</test>
</xml>
<xml name="manutest_DeMeanderize">
<test expect_num_outputs="1"><!-- test with the output of a MSsimulator output generated by a test below -->
<param name="adv_opts|test" value="true"/>
<param name="in" ftype="mzml" value="MSsimulator_MALDI.mzml"/>
<output name="out" ftype="mzml" value="DeMeanderize.mzml"/>
</test>
</xml>
<xml name="manutest_Digestor">
<test expect_num_outputs="1"><!-- just using some random fasta, in contrast to DigestorMotif idXML/fasta output possible, testing for the non-default fasta option -->
<param name="adv_opts|test" value="true"/>
Expand Down
2 changes: 1 addition & 1 deletion tools/openms/get_tests.py
Original file line number Diff line number Diff line change
Expand Up @@ -307,7 +307,7 @@ class CTDConverterArgs:

# join test statements that are split over multiple lines
if line.endswith(")"):
jline += line[:-1]
jline += " " + line[:-1]
else:
jline = line
continue
Expand Down
4 changes: 1 addition & 3 deletions tools/openms/prepare_test_data_manual.sh
Original file line number Diff line number Diff line change
Expand Up @@ -8,9 +8,7 @@ if [[ "$?" -ne "0" ]]; then >&2 echo 'ClusterMassTraces failed'; >&2 echo -e "st
CVInspector -test -cv_files CHEMISTRY/XLMOD.obo -cv_names XLMOD -mapping_file MAPPING/ms-mapping.xml -html CVInspector.html > CVInspector.stdout 2> stderr
if [[ "$?" -ne "0" ]]; then >&2 echo 'CVInspector failed'; >&2 echo -e "stderr:\n$(cat stderr | sed 's/^/ /')"; fi

# TODO new test data (old was generated with MSSimulator)
# DeMeanderize -test -in MSsimulator_MALDI.mzml -out DeMeanderize.mzml > DeMeanderize.stdout 2> stderr
# if [[ "$?" -ne "0" ]]; then >&2 echo 'DeMeanderize failed'; >&2 echo -e "stderr:\n$(cat stderr | sed 's/^/ /')"; fi
# TODO DeMeanderize

# TODO DigestorMotif

Expand Down

0 comments on commit f59ede2

Please sign in to comment.