annotate idpQonvertEmbedder.xml @ 0:2eecd0b031d0 draft

planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tools/bumbershoot/idpqonvert commit 3b8a4b0b93d2270f3a31fe67d7c09c73046ceb4c-dirty
author galaxyp
date Tue, 15 Sep 2015 17:10:08 -0400
parents
children f962717ca1db
Ignore whitespace changes - Everywhere: Within whitespace: At end of lines:
rev   line source
0
2eecd0b031d0 planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tools/bumbershoot/idpqonvert commit 3b8a4b0b93d2270f3a31fe67d7c09c73046ceb4c-dirty
galaxyp
parents:
diff changeset
1 <?xml version="1.0"?>
2eecd0b031d0 planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tools/bumbershoot/idpqonvert commit 3b8a4b0b93d2270f3a31fe67d7c09c73046ceb4c-dirty
galaxyp
parents:
diff changeset
2 <tool id="idpqonvertEmbedder" name="idpEmbedder" version="0.1.0">
2eecd0b031d0 planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tools/bumbershoot/idpqonvert commit 3b8a4b0b93d2270f3a31fe67d7c09c73046ceb4c-dirty
galaxyp
parents:
diff changeset
3 <description>Embed human/mouse gene metadata into IDPicker files</description>
2eecd0b031d0 planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tools/bumbershoot/idpqonvert commit 3b8a4b0b93d2270f3a31fe67d7c09c73046ceb4c-dirty
galaxyp
parents:
diff changeset
4 <requirements>
2eecd0b031d0 planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tools/bumbershoot/idpqonvert commit 3b8a4b0b93d2270f3a31fe67d7c09c73046ceb4c-dirty
galaxyp
parents:
diff changeset
5 <requirement type="package" version="3.0.8789">bumbershoot</requirement>
2eecd0b031d0 planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tools/bumbershoot/idpqonvert commit 3b8a4b0b93d2270f3a31fe67d7c09c73046ceb4c-dirty
galaxyp
parents:
diff changeset
6 </requirements>
2eecd0b031d0 planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tools/bumbershoot/idpqonvert commit 3b8a4b0b93d2270f3a31fe67d7c09c73046ceb4c-dirty
galaxyp
parents:
diff changeset
7 <stdio>
2eecd0b031d0 planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tools/bumbershoot/idpqonvert commit 3b8a4b0b93d2270f3a31fe67d7c09c73046ceb4c-dirty
galaxyp
parents:
diff changeset
8 <exit_code range="1:" level="fatal" description="Job Failed" />
2eecd0b031d0 planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tools/bumbershoot/idpqonvert commit 3b8a4b0b93d2270f3a31fe67d7c09c73046ceb4c-dirty
galaxyp
parents:
diff changeset
9 <regex match="\nError:.*\n" source="both" level="fatal" />
2eecd0b031d0 planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tools/bumbershoot/idpqonvert commit 3b8a4b0b93d2270f3a31fe67d7c09c73046ceb4c-dirty
galaxyp
parents:
diff changeset
10 </stdio>
2eecd0b031d0 planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tools/bumbershoot/idpqonvert commit 3b8a4b0b93d2270f3a31fe67d7c09c73046ceb4c-dirty
galaxyp
parents:
diff changeset
11 <command>
2eecd0b031d0 planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tools/bumbershoot/idpqonvert commit 3b8a4b0b93d2270f3a31fe67d7c09c73046ceb4c-dirty
galaxyp
parents:
diff changeset
12 <![CDATA[
2eecd0b031d0 planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tools/bumbershoot/idpqonvert commit 3b8a4b0b93d2270f3a31fe67d7c09c73046ceb4c-dirty
galaxyp
parents:
diff changeset
13 #set $input_name = $input.display_name
2eecd0b031d0 planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tools/bumbershoot/idpqonvert commit 3b8a4b0b93d2270f3a31fe67d7c09c73046ceb4c-dirty
galaxyp
parents:
diff changeset
14 cp '$input' output &&
2eecd0b031d0 planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tools/bumbershoot/idpqonvert commit 3b8a4b0b93d2270f3a31fe67d7c09c73046ceb4c-dirty
galaxyp
parents:
diff changeset
15 ln -s output output.idpDB &&
2eecd0b031d0 planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tools/bumbershoot/idpqonvert commit 3b8a4b0b93d2270f3a31fe67d7c09c73046ceb4c-dirty
galaxyp
parents:
diff changeset
16 ln -s \$(dirname \$(which idpQonvert))/gene2protein.db3 gene2protein.db3 &&
2eecd0b031d0 planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tools/bumbershoot/idpqonvert commit 3b8a4b0b93d2270f3a31fe67d7c09c73046ceb4c-dirty
galaxyp
parents:
diff changeset
17
2eecd0b031d0 planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tools/bumbershoot/idpqonvert commit 3b8a4b0b93d2270f3a31fe67d7c09c73046ceb4c-dirty
galaxyp
parents:
diff changeset
18 #if $use_raw_data_condition.use_raw_data
2eecd0b031d0 planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tools/bumbershoot/idpqonvert commit 3b8a4b0b93d2270f3a31fe67d7c09c73046ceb4c-dirty
galaxyp
parents:
diff changeset
19 #for $i in $use_raw_data_condition.input_raw
2eecd0b031d0 planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tools/bumbershoot/idpqonvert commit 3b8a4b0b93d2270f3a31fe67d7c09c73046ceb4c-dirty
galaxyp
parents:
diff changeset
20 ln -s '${i.file_name}' '${i.display_name}' &&
2eecd0b031d0 planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tools/bumbershoot/idpqonvert commit 3b8a4b0b93d2270f3a31fe67d7c09c73046ceb4c-dirty
galaxyp
parents:
diff changeset
21 #end for
2eecd0b031d0 planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tools/bumbershoot/idpqonvert commit 3b8a4b0b93d2270f3a31fe67d7c09c73046ceb4c-dirty
galaxyp
parents:
diff changeset
22 #end if
2eecd0b031d0 planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tools/bumbershoot/idpqonvert commit 3b8a4b0b93d2270f3a31fe67d7c09c73046ceb4c-dirty
galaxyp
parents:
diff changeset
23
2eecd0b031d0 planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tools/bumbershoot/idpqonvert commit 3b8a4b0b93d2270f3a31fe67d7c09c73046ceb4c-dirty
galaxyp
parents:
diff changeset
24 idpQonvert
2eecd0b031d0 planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tools/bumbershoot/idpqonvert commit 3b8a4b0b93d2270f3a31fe67d7c09c73046ceb4c-dirty
galaxyp
parents:
diff changeset
25 -EmbedOnly true
2eecd0b031d0 planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tools/bumbershoot/idpqonvert commit 3b8a4b0b93d2270f3a31fe67d7c09c73046ceb4c-dirty
galaxyp
parents:
diff changeset
26 -EmbedGeneMetadata $EmbedGeneMetadata
2eecd0b031d0 planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tools/bumbershoot/idpqonvert commit 3b8a4b0b93d2270f3a31fe67d7c09c73046ceb4c-dirty
galaxyp
parents:
diff changeset
27 #if $use_raw_data_condition.use_raw_data
2eecd0b031d0 planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tools/bumbershoot/idpqonvert commit 3b8a4b0b93d2270f3a31fe67d7c09c73046ceb4c-dirty
galaxyp
parents:
diff changeset
28 -EmbedSpectrumScanTimes $use_raw_data_condition.EmbedSpectrumScanTimes
2eecd0b031d0 planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tools/bumbershoot/idpqonvert commit 3b8a4b0b93d2270f3a31fe67d7c09c73046ceb4c-dirty
galaxyp
parents:
diff changeset
29 -EmbedSpectrumSources $use_raw_data_condition.EmbedSpectrumSources
2eecd0b031d0 planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tools/bumbershoot/idpqonvert commit 3b8a4b0b93d2270f3a31fe67d7c09c73046ceb4c-dirty
galaxyp
parents:
diff changeset
30 -QuantitationMethod $use_raw_data_condition.QuantitationMethod
2eecd0b031d0 planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tools/bumbershoot/idpqonvert commit 3b8a4b0b93d2270f3a31fe67d7c09c73046ceb4c-dirty
galaxyp
parents:
diff changeset
31 #end if
2eecd0b031d0 planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tools/bumbershoot/idpqonvert commit 3b8a4b0b93d2270f3a31fe67d7c09c73046ceb4c-dirty
galaxyp
parents:
diff changeset
32 output.idpDB
2eecd0b031d0 planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tools/bumbershoot/idpqonvert commit 3b8a4b0b93d2270f3a31fe67d7c09c73046ceb4c-dirty
galaxyp
parents:
diff changeset
33 ]]>
2eecd0b031d0 planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tools/bumbershoot/idpqonvert commit 3b8a4b0b93d2270f3a31fe67d7c09c73046ceb4c-dirty
galaxyp
parents:
diff changeset
34 </command>
2eecd0b031d0 planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tools/bumbershoot/idpqonvert commit 3b8a4b0b93d2270f3a31fe67d7c09c73046ceb4c-dirty
galaxyp
parents:
diff changeset
35 <inputs>
2eecd0b031d0 planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tools/bumbershoot/idpqonvert commit 3b8a4b0b93d2270f3a31fe67d7c09c73046ceb4c-dirty
galaxyp
parents:
diff changeset
36 <param name="input" type="data" format="idpdb" label="Input idpDB file" />
2eecd0b031d0 planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tools/bumbershoot/idpqonvert commit 3b8a4b0b93d2270f3a31fe67d7c09c73046ceb4c-dirty
galaxyp
parents:
diff changeset
37 <param argument="-EmbedGeneMetadata" type="boolean" value="true" label="Embed Gene Metadata?" help="Allows gene-centric analysis in IDPicker. The gene metadata embedding only works for human/mouse proteins from a RefSeq database. For best results, run idpQonvert with RefSeq no matter what database was used for the search: idpQonvert always remap the peptides anyway. Non-human/mouse proteins and any unmappable human/mouse proteins will get gene ids like &quot;Unmapped_&lt;protein accession&gt;&quot;. This option, run by itself, is very fast." />
2eecd0b031d0 planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tools/bumbershoot/idpqonvert commit 3b8a4b0b93d2270f3a31fe67d7c09c73046ceb4c-dirty
galaxyp
parents:
diff changeset
38 <conditional name="use_raw_data_condition">
2eecd0b031d0 planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tools/bumbershoot/idpqonvert commit 3b8a4b0b93d2270f3a31fe67d7c09c73046ceb4c-dirty
galaxyp
parents:
diff changeset
39 <param name="use_raw_data" type="boolean" label="Do you have the raw data (spectra)?" help="More embed options are available if the raw spectra are available." />
2eecd0b031d0 planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tools/bumbershoot/idpqonvert commit 3b8a4b0b93d2270f3a31fe67d7c09c73046ceb4c-dirty
galaxyp
parents:
diff changeset
40 <when value="false"></when>
2eecd0b031d0 planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tools/bumbershoot/idpqonvert commit 3b8a4b0b93d2270f3a31fe67d7c09c73046ceb4c-dirty
galaxyp
parents:
diff changeset
41 <when value="true">
2eecd0b031d0 planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tools/bumbershoot/idpqonvert commit 3b8a4b0b93d2270f3a31fe67d7c09c73046ceb4c-dirty
galaxyp
parents:
diff changeset
42 <param name="input_raw" type="data" format="mzml,mzxml,mgf,ms2,mz5" label="Input raw MS files" multiple="true" />
2eecd0b031d0 planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tools/bumbershoot/idpqonvert commit 3b8a4b0b93d2270f3a31fe67d7c09c73046ceb4c-dirty
galaxyp
parents:
diff changeset
43 <param argument="-EmbedSpectrumSources" type="boolean" value="false" label="Embed Spectrum Sources?" help="Allows visualizing peptide-spectrum-matches without downloading the raw data. Embedding spectra will greatly increase the size of the database, even though only spectra that passed the import FDR filter will be included. This option can take a LONG time to run." />
2eecd0b031d0 planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tools/bumbershoot/idpqonvert commit 3b8a4b0b93d2270f3a31fe67d7c09c73046ceb4c-dirty
galaxyp
parents:
diff changeset
44 <param argument="-EmbedSpectrumScanTimes" type="boolean" value="false" label="Embed Spectrum Scan Times?" help="If the pepXML/mzIdentML file did not contain scan time (retention time) information, this will look up that information in the raw data. This option, run by itself, will take some time (it has to open every raw file)." />
2eecd0b031d0 planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tools/bumbershoot/idpqonvert commit 3b8a4b0b93d2270f3a31fe67d7c09c73046ceb4c-dirty
galaxyp
parents:
diff changeset
45 <param argument="-QuantitationMethod" type="select" label="Quantitation Method" help="Enables quantitation methods other than spectral counting. For isobaric isotope labelling quantitation (iTRAQ/TMT) or intensity-based label-free quantitation (XIC), select the appropriate QuantitationMethod here. You have to keep iTRAQ/TMT and label-free data separate since you can only specify a single QuantitationMethod for the entire assembly. Like embedding spectrum sources, this option can take a LONG time to run, although not quite as long.">
2eecd0b031d0 planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tools/bumbershoot/idpqonvert commit 3b8a4b0b93d2270f3a31fe67d7c09c73046ceb4c-dirty
galaxyp
parents:
diff changeset
46 <option value="None" selected="true">None</option>
2eecd0b031d0 planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tools/bumbershoot/idpqonvert commit 3b8a4b0b93d2270f3a31fe67d7c09c73046ceb4c-dirty
galaxyp
parents:
diff changeset
47 <option value="LabelFree">Label-free (XIC)</option>
2eecd0b031d0 planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tools/bumbershoot/idpqonvert commit 3b8a4b0b93d2270f3a31fe67d7c09c73046ceb4c-dirty
galaxyp
parents:
diff changeset
48 <option value="ITRAQ4plex">iTRAQ 4-plex</option>
2eecd0b031d0 planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tools/bumbershoot/idpqonvert commit 3b8a4b0b93d2270f3a31fe67d7c09c73046ceb4c-dirty
galaxyp
parents:
diff changeset
49 <option value="ITRAQ8plex">iTRAQ 8-plex</option>
2eecd0b031d0 planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tools/bumbershoot/idpqonvert commit 3b8a4b0b93d2270f3a31fe67d7c09c73046ceb4c-dirty
galaxyp
parents:
diff changeset
50 <option value="TMT2plex">TMT 2-plex</option>
2eecd0b031d0 planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tools/bumbershoot/idpqonvert commit 3b8a4b0b93d2270f3a31fe67d7c09c73046ceb4c-dirty
galaxyp
parents:
diff changeset
51 <option value="TMT6plex">TMT 6-plex</option>
2eecd0b031d0 planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tools/bumbershoot/idpqonvert commit 3b8a4b0b93d2270f3a31fe67d7c09c73046ceb4c-dirty
galaxyp
parents:
diff changeset
52 <option value="TMT10plex">TMT 10-plex</option>
2eecd0b031d0 planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tools/bumbershoot/idpqonvert commit 3b8a4b0b93d2270f3a31fe67d7c09c73046ceb4c-dirty
galaxyp
parents:
diff changeset
53 </param>
2eecd0b031d0 planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tools/bumbershoot/idpqonvert commit 3b8a4b0b93d2270f3a31fe67d7c09c73046ceb4c-dirty
galaxyp
parents:
diff changeset
54 </when>
2eecd0b031d0 planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tools/bumbershoot/idpqonvert commit 3b8a4b0b93d2270f3a31fe67d7c09c73046ceb4c-dirty
galaxyp
parents:
diff changeset
55 </conditional>
2eecd0b031d0 planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tools/bumbershoot/idpqonvert commit 3b8a4b0b93d2270f3a31fe67d7c09c73046ceb4c-dirty
galaxyp
parents:
diff changeset
56 </inputs>
2eecd0b031d0 planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tools/bumbershoot/idpqonvert commit 3b8a4b0b93d2270f3a31fe67d7c09c73046ceb4c-dirty
galaxyp
parents:
diff changeset
57 <outputs>
2eecd0b031d0 planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tools/bumbershoot/idpqonvert commit 3b8a4b0b93d2270f3a31fe67d7c09c73046ceb4c-dirty
galaxyp
parents:
diff changeset
58 <data format="idpdb" name="output" from_work_dir="output" />
2eecd0b031d0 planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tools/bumbershoot/idpqonvert commit 3b8a4b0b93d2270f3a31fe67d7c09c73046ceb4c-dirty
galaxyp
parents:
diff changeset
59 </outputs>
2eecd0b031d0 planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tools/bumbershoot/idpqonvert commit 3b8a4b0b93d2270f3a31fe67d7c09c73046ceb4c-dirty
galaxyp
parents:
diff changeset
60 <tests>
2eecd0b031d0 planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tools/bumbershoot/idpqonvert commit 3b8a4b0b93d2270f3a31fe67d7c09c73046ceb4c-dirty
galaxyp
parents:
diff changeset
61 <test>
2eecd0b031d0 planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tools/bumbershoot/idpqonvert commit 3b8a4b0b93d2270f3a31fe67d7c09c73046ceb4c-dirty
galaxyp
parents:
diff changeset
62 <param name="input" value="input/201208-378803.idpDB" />
2eecd0b031d0 planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tools/bumbershoot/idpqonvert commit 3b8a4b0b93d2270f3a31fe67d7c09c73046ceb4c-dirty
galaxyp
parents:
diff changeset
63 <param name="EmbedGeneMetadata" value="false" />
2eecd0b031d0 planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tools/bumbershoot/idpqonvert commit 3b8a4b0b93d2270f3a31fe67d7c09c73046ceb4c-dirty
galaxyp
parents:
diff changeset
64 <output name="output" file="input/201208-378803.idpDB" compare="sim_size" delta="500000" />
2eecd0b031d0 planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tools/bumbershoot/idpqonvert commit 3b8a4b0b93d2270f3a31fe67d7c09c73046ceb4c-dirty
galaxyp
parents:
diff changeset
65 </test>
2eecd0b031d0 planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tools/bumbershoot/idpqonvert commit 3b8a4b0b93d2270f3a31fe67d7c09c73046ceb4c-dirty
galaxyp
parents:
diff changeset
66 <test>
2eecd0b031d0 planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tools/bumbershoot/idpqonvert commit 3b8a4b0b93d2270f3a31fe67d7c09c73046ceb4c-dirty
galaxyp
parents:
diff changeset
67 <param name="input" value="input/201208-378803.idpDB" />
2eecd0b031d0 planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tools/bumbershoot/idpqonvert commit 3b8a4b0b93d2270f3a31fe67d7c09c73046ceb4c-dirty
galaxyp
parents:
diff changeset
68 <param name="EmbedGeneMetadata" value="true" />
2eecd0b031d0 planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tools/bumbershoot/idpqonvert commit 3b8a4b0b93d2270f3a31fe67d7c09c73046ceb4c-dirty
galaxyp
parents:
diff changeset
69 <output name="output" file="201208-378803-embeddedGenes.idpDB" compare="sim_size" delta="500000" />
2eecd0b031d0 planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tools/bumbershoot/idpqonvert commit 3b8a4b0b93d2270f3a31fe67d7c09c73046ceb4c-dirty
galaxyp
parents:
diff changeset
70 </test>
2eecd0b031d0 planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tools/bumbershoot/idpqonvert commit 3b8a4b0b93d2270f3a31fe67d7c09c73046ceb4c-dirty
galaxyp
parents:
diff changeset
71 <test>
2eecd0b031d0 planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tools/bumbershoot/idpqonvert commit 3b8a4b0b93d2270f3a31fe67d7c09c73046ceb4c-dirty
galaxyp
parents:
diff changeset
72 <param name="input" value="input/201208-378803.idpDB" />
2eecd0b031d0 planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tools/bumbershoot/idpqonvert commit 3b8a4b0b93d2270f3a31fe67d7c09c73046ceb4c-dirty
galaxyp
parents:
diff changeset
73 <param name="EmbedGeneMetadata" value="true" />
2eecd0b031d0 planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tools/bumbershoot/idpqonvert commit 3b8a4b0b93d2270f3a31fe67d7c09c73046ceb4c-dirty
galaxyp
parents:
diff changeset
74 <param name="use_raw_data" value="true" />
2eecd0b031d0 planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tools/bumbershoot/idpqonvert commit 3b8a4b0b93d2270f3a31fe67d7c09c73046ceb4c-dirty
galaxyp
parents:
diff changeset
75 <param name="input_raw" value="input/201208-378803.mzML" />
2eecd0b031d0 planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tools/bumbershoot/idpqonvert commit 3b8a4b0b93d2270f3a31fe67d7c09c73046ceb4c-dirty
galaxyp
parents:
diff changeset
76 <param name="EmbedSpectrumSources" value="false" />
2eecd0b031d0 planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tools/bumbershoot/idpqonvert commit 3b8a4b0b93d2270f3a31fe67d7c09c73046ceb4c-dirty
galaxyp
parents:
diff changeset
77 <param name="EmbedSpectrumScanTimes" value="true" />
2eecd0b031d0 planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tools/bumbershoot/idpqonvert commit 3b8a4b0b93d2270f3a31fe67d7c09c73046ceb4c-dirty
galaxyp
parents:
diff changeset
78 <param name="QuantitationMethod" value="None" />
2eecd0b031d0 planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tools/bumbershoot/idpqonvert commit 3b8a4b0b93d2270f3a31fe67d7c09c73046ceb4c-dirty
galaxyp
parents:
diff changeset
79 <output name="output" file="201208-378803-embeddedGenesAndScanTimes.idpDB" compare="sim_size" delta="500000" />
2eecd0b031d0 planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tools/bumbershoot/idpqonvert commit 3b8a4b0b93d2270f3a31fe67d7c09c73046ceb4c-dirty
galaxyp
parents:
diff changeset
80 </test>
2eecd0b031d0 planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tools/bumbershoot/idpqonvert commit 3b8a4b0b93d2270f3a31fe67d7c09c73046ceb4c-dirty
galaxyp
parents:
diff changeset
81 <test>
2eecd0b031d0 planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tools/bumbershoot/idpqonvert commit 3b8a4b0b93d2270f3a31fe67d7c09c73046ceb4c-dirty
galaxyp
parents:
diff changeset
82 <param name="input" value="input/201208-378803.idpDB" />
2eecd0b031d0 planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tools/bumbershoot/idpqonvert commit 3b8a4b0b93d2270f3a31fe67d7c09c73046ceb4c-dirty
galaxyp
parents:
diff changeset
83 <param name="EmbedGeneMetadata" value="true" />
2eecd0b031d0 planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tools/bumbershoot/idpqonvert commit 3b8a4b0b93d2270f3a31fe67d7c09c73046ceb4c-dirty
galaxyp
parents:
diff changeset
84 <param name="use_raw_data" value="true" />
2eecd0b031d0 planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tools/bumbershoot/idpqonvert commit 3b8a4b0b93d2270f3a31fe67d7c09c73046ceb4c-dirty
galaxyp
parents:
diff changeset
85 <param name="input_raw" value="input/201208-378803.mzML" />
2eecd0b031d0 planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tools/bumbershoot/idpqonvert commit 3b8a4b0b93d2270f3a31fe67d7c09c73046ceb4c-dirty
galaxyp
parents:
diff changeset
86 <param name="EmbedSpectrumSources" value="true" />
2eecd0b031d0 planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tools/bumbershoot/idpqonvert commit 3b8a4b0b93d2270f3a31fe67d7c09c73046ceb4c-dirty
galaxyp
parents:
diff changeset
87 <param name="EmbedSpectrumScanTimes" value="false" />
2eecd0b031d0 planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tools/bumbershoot/idpqonvert commit 3b8a4b0b93d2270f3a31fe67d7c09c73046ceb4c-dirty
galaxyp
parents:
diff changeset
88 <param name="QuantitationMethod" value="None" />
2eecd0b031d0 planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tools/bumbershoot/idpqonvert commit 3b8a4b0b93d2270f3a31fe67d7c09c73046ceb4c-dirty
galaxyp
parents:
diff changeset
89 <output name="output" file="201208-378803-embeddedGenesAndSpectra.idpDB" compare="sim_size" delta="500000" />
2eecd0b031d0 planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tools/bumbershoot/idpqonvert commit 3b8a4b0b93d2270f3a31fe67d7c09c73046ceb4c-dirty
galaxyp
parents:
diff changeset
90 </test>
2eecd0b031d0 planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tools/bumbershoot/idpqonvert commit 3b8a4b0b93d2270f3a31fe67d7c09c73046ceb4c-dirty
galaxyp
parents:
diff changeset
91 <test>
2eecd0b031d0 planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tools/bumbershoot/idpqonvert commit 3b8a4b0b93d2270f3a31fe67d7c09c73046ceb4c-dirty
galaxyp
parents:
diff changeset
92 <param name="input" value="input/201208-378803.idpDB" />
2eecd0b031d0 planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tools/bumbershoot/idpqonvert commit 3b8a4b0b93d2270f3a31fe67d7c09c73046ceb4c-dirty
galaxyp
parents:
diff changeset
93 <param name="EmbedGeneMetadata" value="true" />
2eecd0b031d0 planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tools/bumbershoot/idpqonvert commit 3b8a4b0b93d2270f3a31fe67d7c09c73046ceb4c-dirty
galaxyp
parents:
diff changeset
94 <param name="use_raw_data" value="true" />
2eecd0b031d0 planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tools/bumbershoot/idpqonvert commit 3b8a4b0b93d2270f3a31fe67d7c09c73046ceb4c-dirty
galaxyp
parents:
diff changeset
95 <param name="input_raw" value="input/201208-378803.mzML" />
2eecd0b031d0 planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tools/bumbershoot/idpqonvert commit 3b8a4b0b93d2270f3a31fe67d7c09c73046ceb4c-dirty
galaxyp
parents:
diff changeset
96 <param name="EmbedSpectrumSources" value="false" />
2eecd0b031d0 planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tools/bumbershoot/idpqonvert commit 3b8a4b0b93d2270f3a31fe67d7c09c73046ceb4c-dirty
galaxyp
parents:
diff changeset
97 <param name="EmbedSpectrumScanTimes" value="true" />
2eecd0b031d0 planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tools/bumbershoot/idpqonvert commit 3b8a4b0b93d2270f3a31fe67d7c09c73046ceb4c-dirty
galaxyp
parents:
diff changeset
98 <param name="QuantitationMethod" value="ITRAQ4plex" />
2eecd0b031d0 planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tools/bumbershoot/idpqonvert commit 3b8a4b0b93d2270f3a31fe67d7c09c73046ceb4c-dirty
galaxyp
parents:
diff changeset
99 <output name="output" file="201208-378803-embeddedGenesAndQuantitation.idpDB" compare="sim_size" delta="500000" />
2eecd0b031d0 planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tools/bumbershoot/idpqonvert commit 3b8a4b0b93d2270f3a31fe67d7c09c73046ceb4c-dirty
galaxyp
parents:
diff changeset
100 </test>
2eecd0b031d0 planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tools/bumbershoot/idpqonvert commit 3b8a4b0b93d2270f3a31fe67d7c09c73046ceb4c-dirty
galaxyp
parents:
diff changeset
101 </tests>
2eecd0b031d0 planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tools/bumbershoot/idpqonvert commit 3b8a4b0b93d2270f3a31fe67d7c09c73046ceb4c-dirty
galaxyp
parents:
diff changeset
102 <help>
2eecd0b031d0 planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tools/bumbershoot/idpqonvert commit 3b8a4b0b93d2270f3a31fe67d7c09c73046ceb4c-dirty
galaxyp
parents:
diff changeset
103 <![CDATA[
2eecd0b031d0 planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tools/bumbershoot/idpqonvert commit 3b8a4b0b93d2270f3a31fe67d7c09c73046ceb4c-dirty
galaxyp
parents:
diff changeset
104 **What it does**
2eecd0b031d0 planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tools/bumbershoot/idpqonvert commit 3b8a4b0b93d2270f3a31fe67d7c09c73046ceb4c-dirty
galaxyp
parents:
diff changeset
105
2eecd0b031d0 planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tools/bumbershoot/idpqonvert commit 3b8a4b0b93d2270f3a31fe67d7c09c73046ceb4c-dirty
galaxyp
parents:
diff changeset
106 Embeds optional data and metadata into the IDPicker 3 idpDB files. This should be run after all idpDB files have been merged together (e.g. after idpAssemble).
2eecd0b031d0 planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tools/bumbershoot/idpqonvert commit 3b8a4b0b93d2270f3a31fe67d7c09c73046ceb4c-dirty
galaxyp
parents:
diff changeset
107 ]]>
2eecd0b031d0 planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tools/bumbershoot/idpqonvert commit 3b8a4b0b93d2270f3a31fe67d7c09c73046ceb4c-dirty
galaxyp
parents:
diff changeset
108 </help>
2eecd0b031d0 planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tools/bumbershoot/idpqonvert commit 3b8a4b0b93d2270f3a31fe67d7c09c73046ceb4c-dirty
galaxyp
parents:
diff changeset
109 <citations>
2eecd0b031d0 planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tools/bumbershoot/idpqonvert commit 3b8a4b0b93d2270f3a31fe67d7c09c73046ceb4c-dirty
galaxyp
parents:
diff changeset
110 <citation type="doi">10.1021/pr900360j</citation>
2eecd0b031d0 planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tools/bumbershoot/idpqonvert commit 3b8a4b0b93d2270f3a31fe67d7c09c73046ceb4c-dirty
galaxyp
parents:
diff changeset
111 <citation type="bibtex">@misc{toolsGalaxyP, author = {Chilton, J, Chambers MC, et al.}, title = {Galaxy Proteomics Tools}, publisher = {GitHub}, journal = {GitHub repository},
2eecd0b031d0 planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tools/bumbershoot/idpqonvert commit 3b8a4b0b93d2270f3a31fe67d7c09c73046ceb4c-dirty
galaxyp
parents:
diff changeset
112 year = {2015}, url = {https://github.com/galaxyproteomics/tools-galaxyp}}</citation> <!-- TODO: fix substitution of commit ", commit = {$sha1$}" -->
2eecd0b031d0 planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tools/bumbershoot/idpqonvert commit 3b8a4b0b93d2270f3a31fe67d7c09c73046ceb4c-dirty
galaxyp
parents:
diff changeset
113 </citations>
2eecd0b031d0 planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tools/bumbershoot/idpqonvert commit 3b8a4b0b93d2270f3a31fe67d7c09c73046ceb4c-dirty
galaxyp
parents:
diff changeset
114 </tool>