Skip to content

Commit

Permalink
more fixes
Browse files Browse the repository at this point in the history
  • Loading branch information
cbielow committed Jun 6, 2024
1 parent 50db9a7 commit f80668c
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/tests/topp/MassTraceExtractor_3_expected.ini
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
<?xml version="1.0" encoding="ISO-8859-1"?>
<PARAMETERS version="1.8.0" xsi:noNamespaceSchemaLocation="https://raw.githubusercontent.com/OpenMS/OpenMS/develop/share/OpenMS/SCHEMAS/Param_1_8_0.xsd" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
<PARAMETERS version="1.7.0" xsi:noNamespaceSchemaLocation="https://raw.githubusercontent.com/OpenMS/OpenMS/develop/share/OpenMS/SCHEMAS/Param_1_7_0.xsd" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
<NODE name="MassTraceExtractor" description="Detects mass traces in centroided LC-MS data.">
<ITEM name="version" value="3.1.0-pre-patch-use-tdl-new-take-2023-10-26" type="string" description="Version of the tool that generated this parameters file." required="false" advanced="true" />
<ITEM name="version" value="3.1.0-pre-disabled-20240521" type="string" description="Version of the tool that generated this parameters file." required="false" advanced="true" />
<NODE name="1" description="Instance &apos;1&apos; section for &apos;MassTraceExtractor&apos;">
<ITEM name="in" value="/some/path/for/in" type="input-file" description="input centroided mzML file" required="true" advanced="false" supported_formats="*.mzML" />
<ITEM name="out" value="/some/path/for/out" type="output-file" description="output featureXML file with mass traces" required="true" advanced="false" supported_formats="*.featureXML,*.consensusXML" />
Expand Down

0 comments on commit f80668c

Please sign in to comment.