Skip to content

Commit

Permalink
fix linter problems
Browse files Browse the repository at this point in the history
  • Loading branch information
bernt-matthias committed Feb 12, 2021
1 parent 2ec2f53 commit 1479594
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion tools/ThermoRawFileParser/thermo_converter.xml
Original file line number Diff line number Diff line change
Expand Up @@ -64,6 +64,7 @@ ThermoRawFileParser.sh
<param argument="--noPeakPicking" name="peakpicking_boolean" type="boolean" truevalue="" falsevalue="-p" checked="true"
label="Use the peak picking provided by the native thermo library" help=""/>
</when>
<when value="3"/>
</conditional>
<param argument="--metadata" name="output_metadata_selector" type="select" label="Output metadata">
<option value="off" selected="True">No</option>
Expand Down Expand Up @@ -164,7 +165,7 @@ ThermoRawFileParser.sh
<param name="ignore_instrument_errors_boolean" value="true"/>
<param name="allDetectors" value="true"/>
<param name="includeExceptionData" value="--includeExceptionData"/>
<param name="msLevel" type="text" value="1"/>
<param name="msLevel" value="1"/>
<output name="output" value="really_small.indexed_mzML" ftype="mzml"/>
<output name="output_metadata" ftype="txt">
<assert_contents>
Expand Down

0 comments on commit 1479594

Please sign in to comment.