Skip to content

Commit

Permalink
Merge pull request #767 from reid-wagner/fix_fragpipe_input_type
Browse files Browse the repository at this point in the history
Lower-case mzml and mzxml input datatypes
  • Loading branch information
bgruening authored Jul 12, 2024
2 parents 905cc2b + 8ad5ef8 commit 408c202
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions tools/fragpipe/macros.xml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
<macros>
<import>msfragger_macros.xml</import>
<token name="@TOOL_VERSION@">20.0</token>
<token name="@VERSION_SUFFIX@">0</token>
<token name="@VERSION_SUFFIX@">1</token>
<xml name="requirements">
<requirements>
<requirement type="package" version="@TOOL_VERSION@">fragpipe</requirement>
Expand All @@ -20,7 +20,7 @@
name, experiment, bioreplicate, data type
-->
<xml name="samples">
<param name="inputs" type="data" format="mzML,mzXML" multiple="true" label="Proteomics Spectrum files" help="All input scan files must of a matching format: mzML, mzXML"/>
<param name="inputs" type="data" format="mzml,mzxml" multiple="true" label="Proteomics Spectrum files" help="All input scan files must of a matching format: mzML, mzXML"/>
<param name="input_prefix" type="text" value="" optional="true" label="File name prefix" help="Names inputs: prefix_rep#.mzXML Leave blank to use History names of inputs">
<validator type="regex" message="">[a-zA-Z][a-zA-Z0-9_-]*</validator>
</param>
Expand Down

0 comments on commit 408c202

Please sign in to comment.