comparison macros.xml @ 1:dc5de2ea607e draft

planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/fragpipe commit 408c20289d67eb76a2482af828e64265bef29053
author galaxyp
date Fri, 12 Jul 2024 18:16:43 +0000
parents 14785481da2b
children ef46866326ef
comparison
equal deleted inserted replaced
0:14785481da2b 1:dc5de2ea607e
1 <macros> 1 <macros>
2 <import>msfragger_macros.xml</import> 2 <import>msfragger_macros.xml</import>
3 <token name="@TOOL_VERSION@">20.0</token> 3 <token name="@TOOL_VERSION@">20.0</token>
4 <token name="@VERSION_SUFFIX@">0</token> 4 <token name="@VERSION_SUFFIX@">1</token>
5 <xml name="requirements"> 5 <xml name="requirements">
6 <requirements> 6 <requirements>
7 <requirement type="package" version="@TOOL_VERSION@">fragpipe</requirement> 7 <requirement type="package" version="@TOOL_VERSION@">fragpipe</requirement>
8 </requirements> 8 </requirements>
9 </xml> 9 </xml>
18 18
19 User must also supply their own manifest file, a TSV file of the format: 19 User must also supply their own manifest file, a TSV file of the format:
20 name, experiment, bioreplicate, data type 20 name, experiment, bioreplicate, data type
21 --> 21 -->
22 <xml name="samples"> 22 <xml name="samples">
23 <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"/> 23 <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"/>
24 <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"> 24 <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">
25 <validator type="regex" message="">[a-zA-Z][a-zA-Z0-9_-]*</validator> 25 <validator type="regex" message="">[a-zA-Z][a-zA-Z0-9_-]*</validator>
26 </param> 26 </param>
27 <param name="manifest" type="data" format="tabular" label="Manifest file" help="TSV file with entries for each input scan file: Name (Name of input Galaxy history item. Extension in the name must be mzML or mzXML.), Experiment (empty, alphanumeric, or _), Bioreplicate (empty or integer), Data type (DDA, DIA, GPF-DIA, DIA-Quant, or DIA-lib)"/> 27 <param name="manifest" type="data" format="tabular" label="Manifest file" help="TSV file with entries for each input scan file: Name (Name of input Galaxy history item. Extension in the name must be mzML or mzXML.), Experiment (empty, alphanumeric, or _), Bioreplicate (empty or integer), Data type (DDA, DIA, GPF-DIA, DIA-Quant, or DIA-lib)"/>
28 </xml> 28 </xml>