Mercurial > repos > galaxyp > idpassemble
annotate idpassemble.xml @ 0:0d089906f752 draft
planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tools/bumbershoot/idpassemble commit 0be0fd3f899ce64aa53e44117931fe1a7d8c52ab
author | galaxyp |
---|---|
date | Thu, 15 Dec 2016 17:12:33 -0500 |
parents | |
children | dd33125925d9 |
rev | line source |
---|---|
0
0d089906f752
planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tools/bumbershoot/idpassemble commit 0be0fd3f899ce64aa53e44117931fe1a7d8c52ab
galaxyp
parents:
diff
changeset
|
1 <?xml version="1.0"?> |
0d089906f752
planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tools/bumbershoot/idpassemble commit 0be0fd3f899ce64aa53e44117931fe1a7d8c52ab
galaxyp
parents:
diff
changeset
|
2 <tool id="idpassemble" name="idpAssemble" version="@VERSION@.0"> |
0d089906f752
planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tools/bumbershoot/idpassemble commit 0be0fd3f899ce64aa53e44117931fe1a7d8c52ab
galaxyp
parents:
diff
changeset
|
3 <description>Merge IDPicker databases from single files into a merged database, and filters the result at PSM/spectrum/peptide/protein/gene levels.</description> |
0d089906f752
planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tools/bumbershoot/idpassemble commit 0be0fd3f899ce64aa53e44117931fe1a7d8c52ab
galaxyp
parents:
diff
changeset
|
4 <macros> |
0d089906f752
planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tools/bumbershoot/idpassemble commit 0be0fd3f899ce64aa53e44117931fe1a7d8c52ab
galaxyp
parents:
diff
changeset
|
5 <import>macros.xml</import> |
0d089906f752
planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tools/bumbershoot/idpassemble commit 0be0fd3f899ce64aa53e44117931fe1a7d8c52ab
galaxyp
parents:
diff
changeset
|
6 </macros> |
0d089906f752
planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tools/bumbershoot/idpassemble commit 0be0fd3f899ce64aa53e44117931fe1a7d8c52ab
galaxyp
parents:
diff
changeset
|
7 <expand macro="requirements" /> |
0d089906f752
planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tools/bumbershoot/idpassemble commit 0be0fd3f899ce64aa53e44117931fe1a7d8c52ab
galaxyp
parents:
diff
changeset
|
8 <stdio> |
0d089906f752
planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tools/bumbershoot/idpassemble commit 0be0fd3f899ce64aa53e44117931fe1a7d8c52ab
galaxyp
parents:
diff
changeset
|
9 <exit_code range="1:" level="fatal" description="Job Failed" /> |
0d089906f752
planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tools/bumbershoot/idpassemble commit 0be0fd3f899ce64aa53e44117931fe1a7d8c52ab
galaxyp
parents:
diff
changeset
|
10 <regex match="^Error:.*$" source="both" level="fatal" /> |
0d089906f752
planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tools/bumbershoot/idpassemble commit 0be0fd3f899ce64aa53e44117931fe1a7d8c52ab
galaxyp
parents:
diff
changeset
|
11 </stdio> |
0d089906f752
planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tools/bumbershoot/idpassemble commit 0be0fd3f899ce64aa53e44117931fe1a7d8c52ab
galaxyp
parents:
diff
changeset
|
12 <command> |
0d089906f752
planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tools/bumbershoot/idpassemble commit 0be0fd3f899ce64aa53e44117931fe1a7d8c52ab
galaxyp
parents:
diff
changeset
|
13 <![CDATA[ |
0d089906f752
planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tools/bumbershoot/idpassemble commit 0be0fd3f899ce64aa53e44117931fe1a7d8c52ab
galaxyp
parents:
diff
changeset
|
14 #if len($input) < 2 |
0d089906f752
planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tools/bumbershoot/idpassemble commit 0be0fd3f899ce64aa53e44117931fe1a7d8c52ab
galaxyp
parents:
diff
changeset
|
15 cp '${input}' output && |
0d089906f752
planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tools/bumbershoot/idpassemble commit 0be0fd3f899ce64aa53e44117931fe1a7d8c52ab
galaxyp
parents:
diff
changeset
|
16 #end if |
0d089906f752
planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tools/bumbershoot/idpassemble commit 0be0fd3f899ce64aa53e44117931fe1a7d8c52ab
galaxyp
parents:
diff
changeset
|
17 |
0d089906f752
planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tools/bumbershoot/idpassemble commit 0be0fd3f899ce64aa53e44117931fe1a7d8c52ab
galaxyp
parents:
diff
changeset
|
18 idpAssemble |
0d089906f752
planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tools/bumbershoot/idpassemble commit 0be0fd3f899ce64aa53e44117931fe1a7d8c52ab
galaxyp
parents:
diff
changeset
|
19 -MaxFDRScore $MaxFDRScore |
0d089906f752
planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tools/bumbershoot/idpassemble commit 0be0fd3f899ce64aa53e44117931fe1a7d8c52ab
galaxyp
parents:
diff
changeset
|
20 -MinDistinctPeptides $filter_at_gene_level_condition.MinDistinctPeptides |
0d089906f752
planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tools/bumbershoot/idpassemble commit 0be0fd3f899ce64aa53e44117931fe1a7d8c52ab
galaxyp
parents:
diff
changeset
|
21 -MinSpectra $filter_at_gene_level_condition.MinSpectra |
0d089906f752
planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tools/bumbershoot/idpassemble commit 0be0fd3f899ce64aa53e44117931fe1a7d8c52ab
galaxyp
parents:
diff
changeset
|
22 -MinAdditionalPeptides $filter_at_gene_level_condition.MinAdditionalPeptides |
0d089906f752
planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tools/bumbershoot/idpassemble commit 0be0fd3f899ce64aa53e44117931fe1a7d8c52ab
galaxyp
parents:
diff
changeset
|
23 -MinSpectraPerDistinctMatch $MinSpectraPerDistinctMatch |
0d089906f752
planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tools/bumbershoot/idpassemble commit 0be0fd3f899ce64aa53e44117931fe1a7d8c52ab
galaxyp
parents:
diff
changeset
|
24 -MinSpectraPerDistinctPeptide $MinSpectraPerDistinctPeptide |
0d089906f752
planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tools/bumbershoot/idpassemble commit 0be0fd3f899ce64aa53e44117931fe1a7d8c52ab
galaxyp
parents:
diff
changeset
|
25 -MaxProteinGroupsPerPeptide $MaxProteinGroupsPerPeptide |
0d089906f752
planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tools/bumbershoot/idpassemble commit 0be0fd3f899ce64aa53e44117931fe1a7d8c52ab
galaxyp
parents:
diff
changeset
|
26 #if $filter_at_gene_level_condition.FilterAtGeneLevel |
0d089906f752
planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tools/bumbershoot/idpassemble commit 0be0fd3f899ce64aa53e44117931fe1a7d8c52ab
galaxyp
parents:
diff
changeset
|
27 -FilterAtGeneLevel 1 |
0d089906f752
planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tools/bumbershoot/idpassemble commit 0be0fd3f899ce64aa53e44117931fe1a7d8c52ab
galaxyp
parents:
diff
changeset
|
28 #end if |
0d089906f752
planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tools/bumbershoot/idpassemble commit 0be0fd3f899ce64aa53e44117931fe1a7d8c52ab
galaxyp
parents:
diff
changeset
|
29 -SummarizeSources 1 |
0d089906f752
planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tools/bumbershoot/idpassemble commit 0be0fd3f899ce64aa53e44117931fe1a7d8c52ab
galaxyp
parents:
diff
changeset
|
30 #if len($input) > 1 |
0d089906f752
planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tools/bumbershoot/idpassemble commit 0be0fd3f899ce64aa53e44117931fe1a7d8c52ab
galaxyp
parents:
diff
changeset
|
31 -MergedOutputFilepath output |
0d089906f752
planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tools/bumbershoot/idpassemble commit 0be0fd3f899ce64aa53e44117931fe1a7d8c52ab
galaxyp
parents:
diff
changeset
|
32 #for $i in $input |
0d089906f752
planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tools/bumbershoot/idpassemble commit 0be0fd3f899ce64aa53e44117931fe1a7d8c52ab
galaxyp
parents:
diff
changeset
|
33 '${i.file_name}' |
0d089906f752
planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tools/bumbershoot/idpassemble commit 0be0fd3f899ce64aa53e44117931fe1a7d8c52ab
galaxyp
parents:
diff
changeset
|
34 #end for |
0d089906f752
planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tools/bumbershoot/idpassemble commit 0be0fd3f899ce64aa53e44117931fe1a7d8c52ab
galaxyp
parents:
diff
changeset
|
35 #else |
0d089906f752
planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tools/bumbershoot/idpassemble commit 0be0fd3f899ce64aa53e44117931fe1a7d8c52ab
galaxyp
parents:
diff
changeset
|
36 output |
0d089906f752
planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tools/bumbershoot/idpassemble commit 0be0fd3f899ce64aa53e44117931fe1a7d8c52ab
galaxyp
parents:
diff
changeset
|
37 #end if |
0d089906f752
planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tools/bumbershoot/idpassemble commit 0be0fd3f899ce64aa53e44117931fe1a7d8c52ab
galaxyp
parents:
diff
changeset
|
38 ]]> |
0d089906f752
planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tools/bumbershoot/idpassemble commit 0be0fd3f899ce64aa53e44117931fe1a7d8c52ab
galaxyp
parents:
diff
changeset
|
39 </command> |
0d089906f752
planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tools/bumbershoot/idpassemble commit 0be0fd3f899ce64aa53e44117931fe1a7d8c52ab
galaxyp
parents:
diff
changeset
|
40 <inputs> |
0d089906f752
planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tools/bumbershoot/idpassemble commit 0be0fd3f899ce64aa53e44117931fe1a7d8c52ab
galaxyp
parents:
diff
changeset
|
41 <param name="input" type="data" format="idpdb" label="Input idpDB(s)" multiple="true"/> |
0d089906f752
planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tools/bumbershoot/idpassemble commit 0be0fd3f899ce64aa53e44117931fe1a7d8c52ab
galaxyp
parents:
diff
changeset
|
42 <param argument="-MaxFDRScore" type="float" label="Max FDR Score" min="0.00000001" value="0.05" help="Peptide-spectrum-matches (PSMs) with an FDR score (interpolated Q-value) higher than this will be excluded from the filtered data set." /> |
0d089906f752
planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tools/bumbershoot/idpassemble commit 0be0fd3f899ce64aa53e44117931fe1a7d8c52ab
galaxyp
parents:
diff
changeset
|
43 <conditional name="filter_at_gene_level_condition"> |
0d089906f752
planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tools/bumbershoot/idpassemble commit 0be0fd3f899ce64aa53e44117931fe1a7d8c52ab
galaxyp
parents:
diff
changeset
|
44 <param argument="-FilterAtGeneLevel" type="boolean" truevalue="1" falsevalue="0" label="Filter at Gene Level" help="Apply filters at the gene level (i.e. 'min distinct peptides per gene group' instead of 'min distinct peptides per protein group')"/> |
0d089906f752
planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tools/bumbershoot/idpassemble commit 0be0fd3f899ce64aa53e44117931fe1a7d8c52ab
galaxyp
parents:
diff
changeset
|
45 <when value="1"> |
0d089906f752
planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tools/bumbershoot/idpassemble commit 0be0fd3f899ce64aa53e44117931fe1a7d8c52ab
galaxyp
parents:
diff
changeset
|
46 <param argument="-MinDistinctPeptides" type="integer" label="Min Distinct Peptides per Gene Group" min="1" value="2" help="Gene groups with fewer than this number of peptides will be excluded from the filtered data set." /> |
0d089906f752
planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tools/bumbershoot/idpassemble commit 0be0fd3f899ce64aa53e44117931fe1a7d8c52ab
galaxyp
parents:
diff
changeset
|
47 <param argument="-MinSpectra" type="integer" label="Min Filtered Spectra per Gene Group" min="1" value="2" help="Gene groups with fewer than this number of spectra will be excluded from the filtered data set." /> |
0d089906f752
planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tools/bumbershoot/idpassemble commit 0be0fd3f899ce64aa53e44117931fe1a7d8c52ab
galaxyp
parents:
diff
changeset
|
48 <param argument="-MinAdditionalPeptides" type="integer" label="Min Additional Peptides per Gene Group" min="0" value="1" help="Gene groups that are not necessary to explain the presence of at least this many extra peptides will be from the filtered data set. A value of 1 means that each gene group must explain at least 1 peptide that other gene groups do not explain." /> |
0d089906f752
planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tools/bumbershoot/idpassemble commit 0be0fd3f899ce64aa53e44117931fe1a7d8c52ab
galaxyp
parents:
diff
changeset
|
49 </when> |
0d089906f752
planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tools/bumbershoot/idpassemble commit 0be0fd3f899ce64aa53e44117931fe1a7d8c52ab
galaxyp
parents:
diff
changeset
|
50 <when value="0"> |
0d089906f752
planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tools/bumbershoot/idpassemble commit 0be0fd3f899ce64aa53e44117931fe1a7d8c52ab
galaxyp
parents:
diff
changeset
|
51 <param argument="-MinDistinctPeptides" type="integer" label="Min Distinct Peptides per Protein Group" min="1" value="2" help="Protein groups with fewer than this number of peptides will be excluded from the filtered data set." /> |
0d089906f752
planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tools/bumbershoot/idpassemble commit 0be0fd3f899ce64aa53e44117931fe1a7d8c52ab
galaxyp
parents:
diff
changeset
|
52 <param argument="-MinSpectra" type="integer" label="Min Filtered Spectra per Protein Group" min="1" value="2" help="Protein groups with fewer than this number of spectra will be excluded from the filtered data set." /> |
0d089906f752
planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tools/bumbershoot/idpassemble commit 0be0fd3f899ce64aa53e44117931fe1a7d8c52ab
galaxyp
parents:
diff
changeset
|
53 <param argument="-MinAdditionalPeptides" type="integer" label="Min Additional Peptides per Protein Group" min="0" value="1" help="Protein groups that are not necessary to explain the presence of at least this many extra peptides will be from the filtered data set. A value of 1 means that each protein group must explain at least 1 peptide that other protein groups do not explain." /> |
0d089906f752
planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tools/bumbershoot/idpassemble commit 0be0fd3f899ce64aa53e44117931fe1a7d8c52ab
galaxyp
parents:
diff
changeset
|
54 </when> |
0d089906f752
planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tools/bumbershoot/idpassemble commit 0be0fd3f899ce64aa53e44117931fe1a7d8c52ab
galaxyp
parents:
diff
changeset
|
55 </conditional> |
0d089906f752
planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tools/bumbershoot/idpassemble commit 0be0fd3f899ce64aa53e44117931fe1a7d8c52ab
galaxyp
parents:
diff
changeset
|
56 <param argument="-MinSpectraPerDistinctMatch" type="integer" label="Min Filtered Spectra per Distinct Match" min="1" value="1" help="Distinct matches with fewer than this number of spectra will be excluded from the filtered data set." /> |
0d089906f752
planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tools/bumbershoot/idpassemble commit 0be0fd3f899ce64aa53e44117931fe1a7d8c52ab
galaxyp
parents:
diff
changeset
|
57 <param argument="-MinSpectraPerDistinctPeptide" type="integer" label="Min Filtered Spectra per Distinct Peptide" min="1" value="1" help="Distinct peptides with fewer than this number of spectra will be excluded from the filtered data set." /> |
0d089906f752
planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tools/bumbershoot/idpassemble commit 0be0fd3f899ce64aa53e44117931fe1a7d8c52ab
galaxyp
parents:
diff
changeset
|
58 <param argument="-MaxProteinGroupsPerPeptide" type="integer" label="Max Protein Groups per Distinct Peptide" min="0" value="10" help="Peptides that map to more than this number of protein groups will be excluded from the filtered data set. Highly ambiguous peptides are not very useful for quantitation." /> |
0d089906f752
planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tools/bumbershoot/idpassemble commit 0be0fd3f899ce64aa53e44117931fe1a7d8c52ab
galaxyp
parents:
diff
changeset
|
59 </inputs> |
0d089906f752
planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tools/bumbershoot/idpassemble commit 0be0fd3f899ce64aa53e44117931fe1a7d8c52ab
galaxyp
parents:
diff
changeset
|
60 <outputs> |
0d089906f752
planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tools/bumbershoot/idpassemble commit 0be0fd3f899ce64aa53e44117931fe1a7d8c52ab
galaxyp
parents:
diff
changeset
|
61 <data format="idpdb" name="output" from_work_dir="output" /> |
0d089906f752
planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tools/bumbershoot/idpassemble commit 0be0fd3f899ce64aa53e44117931fe1a7d8c52ab
galaxyp
parents:
diff
changeset
|
62 </outputs> |
0d089906f752
planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tools/bumbershoot/idpassemble commit 0be0fd3f899ce64aa53e44117931fe1a7d8c52ab
galaxyp
parents:
diff
changeset
|
63 <tests> |
0d089906f752
planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tools/bumbershoot/idpassemble commit 0be0fd3f899ce64aa53e44117931fe1a7d8c52ab
galaxyp
parents:
diff
changeset
|
64 <test> |
0d089906f752
planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tools/bumbershoot/idpassemble commit 0be0fd3f899ce64aa53e44117931fe1a7d8c52ab
galaxyp
parents:
diff
changeset
|
65 <param name="input" value="201208-378803-mm.idpDB" /> |
0d089906f752
planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tools/bumbershoot/idpassemble commit 0be0fd3f899ce64aa53e44117931fe1a7d8c52ab
galaxyp
parents:
diff
changeset
|
66 <param name="MaxFDRScore" value="0.05" /> |
0d089906f752
planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tools/bumbershoot/idpassemble commit 0be0fd3f899ce64aa53e44117931fe1a7d8c52ab
galaxyp
parents:
diff
changeset
|
67 <param name="filter_at_gene_level_condition.MinDistinctPeptides" value="2" /> |
0d089906f752
planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tools/bumbershoot/idpassemble commit 0be0fd3f899ce64aa53e44117931fe1a7d8c52ab
galaxyp
parents:
diff
changeset
|
68 <param name="filter_at_gene_level_condition.MinSpectra" value="2" /> |
0d089906f752
planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tools/bumbershoot/idpassemble commit 0be0fd3f899ce64aa53e44117931fe1a7d8c52ab
galaxyp
parents:
diff
changeset
|
69 <param name="filter_at_gene_level_condition.MinAdditionalPeptides" value="1" /> |
0d089906f752
planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tools/bumbershoot/idpassemble commit 0be0fd3f899ce64aa53e44117931fe1a7d8c52ab
galaxyp
parents:
diff
changeset
|
70 <param name="MinSpectraPerDistinctMatch" value="1" /> |
0d089906f752
planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tools/bumbershoot/idpassemble commit 0be0fd3f899ce64aa53e44117931fe1a7d8c52ab
galaxyp
parents:
diff
changeset
|
71 <param name="MinSpectraPerDistinctPeptide" value="1" /> |
0d089906f752
planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tools/bumbershoot/idpassemble commit 0be0fd3f899ce64aa53e44117931fe1a7d8c52ab
galaxyp
parents:
diff
changeset
|
72 <param name="MaxProteinGroupsPerPeptide" value="10" /> |
0d089906f752
planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tools/bumbershoot/idpassemble commit 0be0fd3f899ce64aa53e44117931fe1a7d8c52ab
galaxyp
parents:
diff
changeset
|
73 <output name="output" file="201208-378803-mm.idpDB" compare="sim_size" delta="500000" /> |
0d089906f752
planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tools/bumbershoot/idpassemble commit 0be0fd3f899ce64aa53e44117931fe1a7d8c52ab
galaxyp
parents:
diff
changeset
|
74 </test> |
0d089906f752
planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tools/bumbershoot/idpassemble commit 0be0fd3f899ce64aa53e44117931fe1a7d8c52ab
galaxyp
parents:
diff
changeset
|
75 <test> |
0d089906f752
planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tools/bumbershoot/idpassemble commit 0be0fd3f899ce64aa53e44117931fe1a7d8c52ab
galaxyp
parents:
diff
changeset
|
76 <param name="input" value="201208-378803-msgf.idpDB" /> |
0d089906f752
planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tools/bumbershoot/idpassemble commit 0be0fd3f899ce64aa53e44117931fe1a7d8c52ab
galaxyp
parents:
diff
changeset
|
77 <param name="MaxFDRScore" value="0.05" /> |
0d089906f752
planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tools/bumbershoot/idpassemble commit 0be0fd3f899ce64aa53e44117931fe1a7d8c52ab
galaxyp
parents:
diff
changeset
|
78 <param name="filter_at_gene_level_condition.MinDistinctPeptides" value="2" /> |
0d089906f752
planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tools/bumbershoot/idpassemble commit 0be0fd3f899ce64aa53e44117931fe1a7d8c52ab
galaxyp
parents:
diff
changeset
|
79 <param name="filter_at_gene_level_condition.MinSpectra" value="2" /> |
0d089906f752
planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tools/bumbershoot/idpassemble commit 0be0fd3f899ce64aa53e44117931fe1a7d8c52ab
galaxyp
parents:
diff
changeset
|
80 <param name="filter_at_gene_level_condition.MinAdditionalPeptides" value="1" /> |
0d089906f752
planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tools/bumbershoot/idpassemble commit 0be0fd3f899ce64aa53e44117931fe1a7d8c52ab
galaxyp
parents:
diff
changeset
|
81 <param name="MinSpectraPerDistinctMatch" value="1" /> |
0d089906f752
planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tools/bumbershoot/idpassemble commit 0be0fd3f899ce64aa53e44117931fe1a7d8c52ab
galaxyp
parents:
diff
changeset
|
82 <param name="MinSpectraPerDistinctPeptide" value="1" /> |
0d089906f752
planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tools/bumbershoot/idpassemble commit 0be0fd3f899ce64aa53e44117931fe1a7d8c52ab
galaxyp
parents:
diff
changeset
|
83 <param name="MaxProteinGroupsPerPeptide" value="10" /> |
0d089906f752
planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tools/bumbershoot/idpassemble commit 0be0fd3f899ce64aa53e44117931fe1a7d8c52ab
galaxyp
parents:
diff
changeset
|
84 <output name="output" file="201208-378803-msgf.idpDB" compare="sim_size" delta="500000" /> |
0d089906f752
planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tools/bumbershoot/idpassemble commit 0be0fd3f899ce64aa53e44117931fe1a7d8c52ab
galaxyp
parents:
diff
changeset
|
85 </test> |
0d089906f752
planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tools/bumbershoot/idpassemble commit 0be0fd3f899ce64aa53e44117931fe1a7d8c52ab
galaxyp
parents:
diff
changeset
|
86 <test> |
0d089906f752
planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tools/bumbershoot/idpassemble commit 0be0fd3f899ce64aa53e44117931fe1a7d8c52ab
galaxyp
parents:
diff
changeset
|
87 <param name="input" value="201208-378803-cm.idpDB" /> |
0d089906f752
planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tools/bumbershoot/idpassemble commit 0be0fd3f899ce64aa53e44117931fe1a7d8c52ab
galaxyp
parents:
diff
changeset
|
88 <param name="MaxFDRScore" value="0.05" /> |
0d089906f752
planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tools/bumbershoot/idpassemble commit 0be0fd3f899ce64aa53e44117931fe1a7d8c52ab
galaxyp
parents:
diff
changeset
|
89 <param name="filter_at_gene_level_condition.MinDistinctPeptides" value="2" /> |
0d089906f752
planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tools/bumbershoot/idpassemble commit 0be0fd3f899ce64aa53e44117931fe1a7d8c52ab
galaxyp
parents:
diff
changeset
|
90 <param name="filter_at_gene_level_condition.MinSpectra" value="2" /> |
0d089906f752
planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tools/bumbershoot/idpassemble commit 0be0fd3f899ce64aa53e44117931fe1a7d8c52ab
galaxyp
parents:
diff
changeset
|
91 <param name="filter_at_gene_level_condition.MinAdditionalPeptides" value="1" /> |
0d089906f752
planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tools/bumbershoot/idpassemble commit 0be0fd3f899ce64aa53e44117931fe1a7d8c52ab
galaxyp
parents:
diff
changeset
|
92 <param name="MinSpectraPerDistinctMatch" value="1" /> |
0d089906f752
planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tools/bumbershoot/idpassemble commit 0be0fd3f899ce64aa53e44117931fe1a7d8c52ab
galaxyp
parents:
diff
changeset
|
93 <param name="MinSpectraPerDistinctPeptide" value="1" /> |
0d089906f752
planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tools/bumbershoot/idpassemble commit 0be0fd3f899ce64aa53e44117931fe1a7d8c52ab
galaxyp
parents:
diff
changeset
|
94 <param name="MaxProteinGroupsPerPeptide" value="10" /> |
0d089906f752
planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tools/bumbershoot/idpassemble commit 0be0fd3f899ce64aa53e44117931fe1a7d8c52ab
galaxyp
parents:
diff
changeset
|
95 <output name="output" file="201208-378803-cm.idpDB" compare="sim_size" delta="500000" /> |
0d089906f752
planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tools/bumbershoot/idpassemble commit 0be0fd3f899ce64aa53e44117931fe1a7d8c52ab
galaxyp
parents:
diff
changeset
|
96 </test> |
0d089906f752
planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tools/bumbershoot/idpassemble commit 0be0fd3f899ce64aa53e44117931fe1a7d8c52ab
galaxyp
parents:
diff
changeset
|
97 <test> |
0d089906f752
planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tools/bumbershoot/idpassemble commit 0be0fd3f899ce64aa53e44117931fe1a7d8c52ab
galaxyp
parents:
diff
changeset
|
98 <param name="input" value="201208-378803-mm.idpDB,201208-378803-msgf.idpDB,201208-378803-cm.idpDB" /> |
0d089906f752
planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tools/bumbershoot/idpassemble commit 0be0fd3f899ce64aa53e44117931fe1a7d8c52ab
galaxyp
parents:
diff
changeset
|
99 <param name="MaxFDRScore" value="0.05" /> |
0d089906f752
planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tools/bumbershoot/idpassemble commit 0be0fd3f899ce64aa53e44117931fe1a7d8c52ab
galaxyp
parents:
diff
changeset
|
100 <param name="filter_at_gene_level_condition.MinDistinctPeptides" value="2" /> |
0d089906f752
planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tools/bumbershoot/idpassemble commit 0be0fd3f899ce64aa53e44117931fe1a7d8c52ab
galaxyp
parents:
diff
changeset
|
101 <param name="filter_at_gene_level_condition.MinSpectra" value="2" /> |
0d089906f752
planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tools/bumbershoot/idpassemble commit 0be0fd3f899ce64aa53e44117931fe1a7d8c52ab
galaxyp
parents:
diff
changeset
|
102 <param name="filter_at_gene_level_condition.MinAdditionalPeptides" value="1" /> |
0d089906f752
planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tools/bumbershoot/idpassemble commit 0be0fd3f899ce64aa53e44117931fe1a7d8c52ab
galaxyp
parents:
diff
changeset
|
103 <param name="MinSpectraPerDistinctMatch" value="1" /> |
0d089906f752
planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tools/bumbershoot/idpassemble commit 0be0fd3f899ce64aa53e44117931fe1a7d8c52ab
galaxyp
parents:
diff
changeset
|
104 <param name="MinSpectraPerDistinctPeptide" value="1" /> |
0d089906f752
planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tools/bumbershoot/idpassemble commit 0be0fd3f899ce64aa53e44117931fe1a7d8c52ab
galaxyp
parents:
diff
changeset
|
105 <param name="MaxProteinGroupsPerPeptide" value="10" /> |
0d089906f752
planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tools/bumbershoot/idpassemble commit 0be0fd3f899ce64aa53e44117931fe1a7d8c52ab
galaxyp
parents:
diff
changeset
|
106 <output name="output" file="201208-378803.idpDB" compare="sim_size" delta="500000" /> |
0d089906f752
planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tools/bumbershoot/idpassemble commit 0be0fd3f899ce64aa53e44117931fe1a7d8c52ab
galaxyp
parents:
diff
changeset
|
107 </test> |
0d089906f752
planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tools/bumbershoot/idpassemble commit 0be0fd3f899ce64aa53e44117931fe1a7d8c52ab
galaxyp
parents:
diff
changeset
|
108 </tests> |
0d089906f752
planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tools/bumbershoot/idpassemble commit 0be0fd3f899ce64aa53e44117931fe1a7d8c52ab
galaxyp
parents:
diff
changeset
|
109 <help> |
0d089906f752
planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tools/bumbershoot/idpassemble commit 0be0fd3f899ce64aa53e44117931fe1a7d8c52ab
galaxyp
parents:
diff
changeset
|
110 <![CDATA[ |
0d089906f752
planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tools/bumbershoot/idpassemble commit 0be0fd3f899ce64aa53e44117931fe1a7d8c52ab
galaxyp
parents:
diff
changeset
|
111 **What it does** |
0d089906f752
planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tools/bumbershoot/idpassemble commit 0be0fd3f899ce64aa53e44117931fe1a7d8c52ab
galaxyp
parents:
diff
changeset
|
112 |
0d089906f752
planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tools/bumbershoot/idpassemble commit 0be0fd3f899ce64aa53e44117931fe1a7d8c52ab
galaxyp
parents:
diff
changeset
|
113 Merges and filters one or more IDPicker 3 idpDB files into a combined idpDB file. Protein assembly (e.g. parsimony) is conducted on the combined set of proteins. |
0d089906f752
planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tools/bumbershoot/idpassemble commit 0be0fd3f899ce64aa53e44117931fe1a7d8c52ab
galaxyp
parents:
diff
changeset
|
114 ]]> |
0d089906f752
planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tools/bumbershoot/idpassemble commit 0be0fd3f899ce64aa53e44117931fe1a7d8c52ab
galaxyp
parents:
diff
changeset
|
115 </help> |
0d089906f752
planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tools/bumbershoot/idpassemble commit 0be0fd3f899ce64aa53e44117931fe1a7d8c52ab
galaxyp
parents:
diff
changeset
|
116 <citations> |
0d089906f752
planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tools/bumbershoot/idpassemble commit 0be0fd3f899ce64aa53e44117931fe1a7d8c52ab
galaxyp
parents:
diff
changeset
|
117 <citation type="doi">10.1021/pr900360j</citation> |
0d089906f752
planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tools/bumbershoot/idpassemble commit 0be0fd3f899ce64aa53e44117931fe1a7d8c52ab
galaxyp
parents:
diff
changeset
|
118 <citation type="bibtex">@misc{toolsGalaxyP, author = {Chilton, J, Chambers MC, et al.}, title = {Galaxy Proteomics Tools}, publisher = {GitHub}, journal = {GitHub repository}, |
0d089906f752
planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tools/bumbershoot/idpassemble commit 0be0fd3f899ce64aa53e44117931fe1a7d8c52ab
galaxyp
parents:
diff
changeset
|
119 year = {2015}, url = {https://github.com/galaxyproteomics/tools-galaxyp}}</citation> <!-- TODO: fix substitution of commit ", commit = {$sha1$}" --> |
0d089906f752
planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tools/bumbershoot/idpassemble commit 0be0fd3f899ce64aa53e44117931fe1a7d8c52ab
galaxyp
parents:
diff
changeset
|
120 </citations> |
0d089906f752
planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tools/bumbershoot/idpassemble commit 0be0fd3f899ce64aa53e44117931fe1a7d8c52ab
galaxyp
parents:
diff
changeset
|
121 </tool> |