Mercurial > repos > pieterlukasse > prims_masscomb
comparison masscomb_dbsearch_xtandem.xml @ 9:c317e0f939df
Made converter more robust and added support for mzXML in xtandem interface
author | pieter.lukasse@wur.nl |
---|---|
date | Fri, 07 Feb 2014 11:41:58 +0100 |
parents | 153e9eb5f2ff |
children |
comparison
equal
deleted
inserted
replaced
8:153e9eb5f2ff | 9:c317e0f939df |
---|---|
24 <param name="type" type="select" label="select MS/MS input type"> | 24 <param name="type" type="select" label="select MS/MS input type"> |
25 <option value="single" selected="true">single-File</option> | 25 <option value="single" selected="true">single-File</option> |
26 <option value="fileSet">fileSet</option> | 26 <option value="fileSet">fileSet</option> |
27 </param> | 27 </param> |
28 <when value="single"> | 28 <when value="single"> |
29 <param name="inputFile" type="data" format="mzml" label="MS/MS input file (mzml)"/> | 29 <param name="inputFile" type="data" format="mzml,mzxml" label="MS/MS input file (mzml or mzxml)"/> |
30 </when> | 30 </when> |
31 <when value="fileSet"> | 31 <when value="fileSet"> |
32 <param name="inputFile" type="data" format="prims.fileset.zip" label="input file"/> | 32 <param name="inputFile" type="data" format="prims.fileset.zip" label="input file"/> |
33 </when> | 33 </when> |
34 </conditional> | 34 </conditional> |
212 <configfile name="parametersFile"><?xml version="1.0" encoding="UTF-8"?> | 212 <configfile name="parametersFile"><?xml version="1.0" encoding="UTF-8"?> |
213 <tns:Program xmlns:tns="http://masscomb.pri.com/toolparameters/" name="XTandemWrapper" program="XTandemWrapper"> | 213 <tns:Program xmlns:tns="http://masscomb.pri.com/toolparameters/" name="XTandemWrapper" program="XTandemWrapper"> |
214 <Files/> | 214 <Files/> |
215 <Parameters> | 215 <Parameters> |
216 <Attribute attributeName="xtandemLocation" value="\${XTANDEM_12_10_01_PATH}/bin" type="Unknown" description=""/> | 216 <Attribute attributeName="xtandemLocation" value="\${XTANDEM_12_10_01_PATH}/bin" type="Unknown" description=""/> |
217 <Attribute attributeName="xtandemLocation_dev" value="/home/lukas007/galaxy-dist/tool-data/prims/tandem-linux-13-09-01-1/bin/" type="Unknown" description=""/> | |
217 <Attribute attributeName="database" value="${database}" type="Unknown" description=""/> | 218 <Attribute attributeName="database" value="${database}" type="Unknown" description=""/> |
218 <Attribute attributeName="precursor_mass_tolerance_lower" toolSpecificName="spectrum, parent monoisotopic mass error minus" value="${precursor_mass_tolerance_lower}" type="Unknown" description=""/> | 219 <Attribute attributeName="precursor_mass_tolerance_lower" toolSpecificName="spectrum, parent monoisotopic mass error minus" value="${precursor_mass_tolerance_lower}" type="Unknown" description=""/> |
219 <Attribute attributeName="precursor_mass_tolerance_upper" toolSpecificName="spectrum, parent monoisotopic mass error plus" value="${precursor_mass_tolerance_upper}" type="Unknown" description=""/> | 220 <Attribute attributeName="precursor_mass_tolerance_upper" toolSpecificName="spectrum, parent monoisotopic mass error plus" value="${precursor_mass_tolerance_upper}" type="Unknown" description=""/> |
220 <Attribute attributeName="precursor_error_units" toolSpecificName="spectrum, parent monoisotopic mass error units" value="${precursor_error_units}" type="Unknown" description=""/> | 221 <Attribute attributeName="precursor_error_units" toolSpecificName="spectrum, parent monoisotopic mass error units" value="${precursor_error_units}" type="Unknown" description=""/> |
221 <Attribute attributeName="fragment_mass_tolerance" toolSpecificName="spectrum, fragment monoisotopic mass error" value="${fragment_mass_tolerance}" type="Unknown" description=""/> | 222 <Attribute attributeName="fragment_mass_tolerance" toolSpecificName="spectrum, fragment monoisotopic mass error" value="${fragment_mass_tolerance}" type="Unknown" description=""/> |