Mercurial > repos > galaxyp > hirieftools
annotate pi_db_split.xml @ 1:8a30d6e5b97d draft
planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tools/pi_db_tools commit ddcc42d2a767f7c14eb710b8ac264745c25444d3
author | galaxyp |
---|---|
date | Mon, 24 Jul 2017 05:25:22 -0400 |
parents | 34c5c95740a1 |
children | 77ddaee887a8 |
rev | line source |
---|---|
1
8a30d6e5b97d
planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tools/pi_db_tools commit ddcc42d2a767f7c14eb710b8ac264745c25444d3
galaxyp
parents:
0
diff
changeset
|
1 <tool id="pi_db_split" name="Split peptide database" version="1.1"> |
0
34c5c95740a1
planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tools/pi_db_tools commit a58e2a324724f344a07d4499c860a5b2da06927d
galaxyp
parents:
diff
changeset
|
2 <description>into pI separated fractions</description> |
34c5c95740a1
planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tools/pi_db_tools commit a58e2a324724f344a07d4499c860a5b2da06927d
galaxyp
parents:
diff
changeset
|
3 <requirements> |
34c5c95740a1
planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tools/pi_db_tools commit a58e2a324724f344a07d4499c860a5b2da06927d
galaxyp
parents:
diff
changeset
|
4 <requirement type="package">numpy</requirement> |
34c5c95740a1
planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tools/pi_db_tools commit a58e2a324724f344a07d4499c860a5b2da06927d
galaxyp
parents:
diff
changeset
|
5 <requirement type="package" version="3.6">python</requirement> |
34c5c95740a1
planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tools/pi_db_tools commit a58e2a324724f344a07d4499c860a5b2da06927d
galaxyp
parents:
diff
changeset
|
6 </requirements> |
34c5c95740a1
planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tools/pi_db_tools commit a58e2a324724f344a07d4499c860a5b2da06927d
galaxyp
parents:
diff
changeset
|
7 <command> |
34c5c95740a1
planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tools/pi_db_tools commit a58e2a324724f344a07d4499c860a5b2da06927d
galaxyp
parents:
diff
changeset
|
8 <![CDATA[ |
34c5c95740a1
planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tools/pi_db_tools commit a58e2a324724f344a07d4499c860a5b2da06927d
galaxyp
parents:
diff
changeset
|
9 mkdir pi_fr_out && cd pi_fr_out && |
34c5c95740a1
planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tools/pi_db_tools commit a58e2a324724f344a07d4499c860a5b2da06927d
galaxyp
parents:
diff
changeset
|
10 python '$__tool_directory__/pi_database_splitter.py' -i '$pipeptides' -p '$peptable' |
1
8a30d6e5b97d
planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tools/pi_db_tools commit ddcc42d2a767f7c14eb710b8ac264745c25444d3
galaxyp
parents:
0
diff
changeset
|
11 #for $strip in $strips |
8a30d6e5b97d
planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tools/pi_db_tools commit ddcc42d2a767f7c14eb710b8ac264745c25444d3
galaxyp
parents:
0
diff
changeset
|
12 #if not $strip.peptable_pattern or str($strip.peptable_pattern) in $peptable.element_identifier |
8a30d6e5b97d
planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tools/pi_db_tools commit ddcc42d2a767f7c14eb710b8ac264745c25444d3
galaxyp
parents:
0
diff
changeset
|
13 --intercept $strip.intercept --width $strip.fr_width --tolerance $strip.tolerance --amount $strip.fr_amount --prefix pisplit --picutoff $strip.picutoff |
8a30d6e5b97d
planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tools/pi_db_tools commit ddcc42d2a767f7c14eb710b8ac264745c25444d3
galaxyp
parents:
0
diff
changeset
|
14 #if $strip.reverse |
8a30d6e5b97d
planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tools/pi_db_tools commit ddcc42d2a767f7c14eb710b8ac264745c25444d3
galaxyp
parents:
0
diff
changeset
|
15 --reverse |
8a30d6e5b97d
planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tools/pi_db_tools commit ddcc42d2a767f7c14eb710b8ac264745c25444d3
galaxyp
parents:
0
diff
changeset
|
16 #end if |
8a30d6e5b97d
planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tools/pi_db_tools commit ddcc42d2a767f7c14eb710b8ac264745c25444d3
galaxyp
parents:
0
diff
changeset
|
17 #break |
8a30d6e5b97d
planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tools/pi_db_tools commit ddcc42d2a767f7c14eb710b8ac264745c25444d3
galaxyp
parents:
0
diff
changeset
|
18 #end if |
8a30d6e5b97d
planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tools/pi_db_tools commit ddcc42d2a767f7c14eb710b8ac264745c25444d3
galaxyp
parents:
0
diff
changeset
|
19 #end for |
8a30d6e5b97d
planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tools/pi_db_tools commit ddcc42d2a767f7c14eb710b8ac264745c25444d3
galaxyp
parents:
0
diff
changeset
|
20 |
8a30d6e5b97d
planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tools/pi_db_tools commit ddcc42d2a767f7c14eb710b8ac264745c25444d3
galaxyp
parents:
0
diff
changeset
|
21 #if $deltacol |
8a30d6e5b97d
planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tools/pi_db_tools commit ddcc42d2a767f7c14eb710b8ac264745c25444d3
galaxyp
parents:
0
diff
changeset
|
22 --deltacol $deltacol |
8a30d6e5b97d
planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tools/pi_db_tools commit ddcc42d2a767f7c14eb710b8ac264745c25444d3
galaxyp
parents:
0
diff
changeset
|
23 #else if $deltacolpattern |
8a30d6e5b97d
planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tools/pi_db_tools commit ddcc42d2a767f7c14eb710b8ac264745c25444d3
galaxyp
parents:
0
diff
changeset
|
24 --deltacolpattern '$deltacolpattern' |
8a30d6e5b97d
planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tools/pi_db_tools commit ddcc42d2a767f7c14eb710b8ac264745c25444d3
galaxyp
parents:
0
diff
changeset
|
25 #end if |
0
34c5c95740a1
planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tools/pi_db_tools commit a58e2a324724f344a07d4499c860a5b2da06927d
galaxyp
parents:
diff
changeset
|
26 #if $fdrcol |
34c5c95740a1
planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tools/pi_db_tools commit a58e2a324724f344a07d4499c860a5b2da06927d
galaxyp
parents:
diff
changeset
|
27 --fdrcol $fdrcol --fdrcutoff $fdrcutoff |
1
8a30d6e5b97d
planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tools/pi_db_tools commit ddcc42d2a767f7c14eb710b8ac264745c25444d3
galaxyp
parents:
0
diff
changeset
|
28 #else if $fdrcolpattern |
8a30d6e5b97d
planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tools/pi_db_tools commit ddcc42d2a767f7c14eb710b8ac264745c25444d3
galaxyp
parents:
0
diff
changeset
|
29 --fdrcolpattern '$fdrcolpattern' --fdrcutoff $fdrcutoff |
0
34c5c95740a1
planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tools/pi_db_tools commit a58e2a324724f344a07d4499c860a5b2da06927d
galaxyp
parents:
diff
changeset
|
30 #end if |
34c5c95740a1
planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tools/pi_db_tools commit a58e2a324724f344a07d4499c860a5b2da06927d
galaxyp
parents:
diff
changeset
|
31 #if $maxlen |
34c5c95740a1
planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tools/pi_db_tools commit a58e2a324724f344a07d4499c860a5b2da06927d
galaxyp
parents:
diff
changeset
|
32 --maxlen $maxlen |
34c5c95740a1
planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tools/pi_db_tools commit a58e2a324724f344a07d4499c860a5b2da06927d
galaxyp
parents:
diff
changeset
|
33 #end if |
34c5c95740a1
planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tools/pi_db_tools commit a58e2a324724f344a07d4499c860a5b2da06927d
galaxyp
parents:
diff
changeset
|
34 --minlen $minlen |
34c5c95740a1
planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tools/pi_db_tools commit a58e2a324724f344a07d4499c860a5b2da06927d
galaxyp
parents:
diff
changeset
|
35 ]]> |
34c5c95740a1
planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tools/pi_db_tools commit a58e2a324724f344a07d4499c860a5b2da06927d
galaxyp
parents:
diff
changeset
|
36 </command> |
34c5c95740a1
planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tools/pi_db_tools commit a58e2a324724f344a07d4499c860a5b2da06927d
galaxyp
parents:
diff
changeset
|
37 |
34c5c95740a1
planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tools/pi_db_tools commit a58e2a324724f344a07d4499c860a5b2da06927d
galaxyp
parents:
diff
changeset
|
38 <inputs> |
34c5c95740a1
planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tools/pi_db_tools commit a58e2a324724f344a07d4499c860a5b2da06927d
galaxyp
parents:
diff
changeset
|
39 <param name="pipeptides" type="data" format="tabular" label="Target peptides with pI and accession" help="First col accession, second sequence, third pI" /> |
34c5c95740a1
planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tools/pi_db_tools commit a58e2a324724f344a07d4499c860a5b2da06927d
galaxyp
parents:
diff
changeset
|
40 <param name="peptable" type="data" format="tabular" label="Peptide table to determine pI shift from" help="Should have delta pI as a column" /> |
1
8a30d6e5b97d
planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tools/pi_db_tools commit ddcc42d2a767f7c14eb710b8ac264745c25444d3
galaxyp
parents:
0
diff
changeset
|
41 <param name="fdrcolpattern" type="text" optional="true" label="FDR (q-value) column pattern in peptide table" /> |
8a30d6e5b97d
planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tools/pi_db_tools commit ddcc42d2a767f7c14eb710b8ac264745c25444d3
galaxyp
parents:
0
diff
changeset
|
42 <param name="fdrcol" type="integer" value="" optional="true" label="FDR (q-value) column number in peptide table" help="Overrides column pattern if filled. First column is 1" /> |
0
34c5c95740a1
planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tools/pi_db_tools commit a58e2a324724f344a07d4499c860a5b2da06927d
galaxyp
parents:
diff
changeset
|
43 <param name="fdrcutoff" type="float" value="0.0" help="Not used when no FDR column specified" label="FDR value cutoff for inclusion in shift determination" /> |
1
8a30d6e5b97d
planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tools/pi_db_tools commit ddcc42d2a767f7c14eb710b8ac264745c25444d3
galaxyp
parents:
0
diff
changeset
|
44 <param name="deltacolpattern" type="text" value="" label="Delta pI column pattern in peptide table" /> |
8a30d6e5b97d
planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tools/pi_db_tools commit ddcc42d2a767f7c14eb710b8ac264745c25444d3
galaxyp
parents:
0
diff
changeset
|
45 <param name="deltacol" type="integer" optional="true" value="" label="Delta pI column number in peptide table" help="Overrides column pattern if filled. First column is 1"/> |
0
34c5c95740a1
planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tools/pi_db_tools commit a58e2a324724f344a07d4499c860a5b2da06927d
galaxyp
parents:
diff
changeset
|
46 <param name="minlen" type="integer" value="8" label="Minimum length of peptide to include in split DB" /> |
34c5c95740a1
planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tools/pi_db_tools commit a58e2a324724f344a07d4499c860a5b2da06927d
galaxyp
parents:
diff
changeset
|
47 <param name="maxlen" type="integer" optional="true" value="" label="Max. length of peptide to include in split DB" /> |
1
8a30d6e5b97d
planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tools/pi_db_tools commit ddcc42d2a767f7c14eb710b8ac264745c25444d3
galaxyp
parents:
0
diff
changeset
|
48 <repeat name="strips" title="pI separation strip data"> |
8a30d6e5b97d
planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tools/pi_db_tools commit ddcc42d2a767f7c14eb710b8ac264745c25444d3
galaxyp
parents:
0
diff
changeset
|
49 <param name="peptable_pattern" type="text" label="Pattern to find correct peptide table for a strip, for when multiple peptide tables have different strips" help="Will match against peptide table's name. Leave blank for single peptide table or when using same strip in all tables" /> |
8a30d6e5b97d
planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tools/pi_db_tools commit ddcc42d2a767f7c14eb710b8ac264745c25444d3
galaxyp
parents:
0
diff
changeset
|
50 <param name="intercept" type="float" value="" label="Intercept of pI strip" /> |
8a30d6e5b97d
planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tools/pi_db_tools commit ddcc42d2a767f7c14eb710b8ac264745c25444d3
galaxyp
parents:
0
diff
changeset
|
51 <param name="fr_width" type="float" value="" label="Fraction width" /> |
8a30d6e5b97d
planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tools/pi_db_tools commit ddcc42d2a767f7c14eb710b8ac264745c25444d3
galaxyp
parents:
0
diff
changeset
|
52 <param name="tolerance" type="float" value="" label="pI tolerance" /> |
8a30d6e5b97d
planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tools/pi_db_tools commit ddcc42d2a767f7c14eb710b8ac264745c25444d3
galaxyp
parents:
0
diff
changeset
|
53 <param name="fr_amount" type="integer" value="" label="Fraction amount" /> |
8a30d6e5b97d
planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tools/pi_db_tools commit ddcc42d2a767f7c14eb710b8ac264745c25444d3
galaxyp
parents:
0
diff
changeset
|
54 <param name="reverse" type="boolean" label="Strip is reversed (high-to-low pI)?" /> |
8a30d6e5b97d
planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tools/pi_db_tools commit ddcc42d2a767f7c14eb710b8ac264745c25444d3
galaxyp
parents:
0
diff
changeset
|
55 <param name="picutoff" type="float" value="0.2" optional="true" label="delta-pI cutoff for inclusion in shift determination" /> |
8a30d6e5b97d
planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tools/pi_db_tools commit ddcc42d2a767f7c14eb710b8ac264745c25444d3
galaxyp
parents:
0
diff
changeset
|
56 </repeat> |
0
34c5c95740a1
planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tools/pi_db_tools commit a58e2a324724f344a07d4499c860a5b2da06927d
galaxyp
parents:
diff
changeset
|
57 </inputs> |
34c5c95740a1
planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tools/pi_db_tools commit a58e2a324724f344a07d4499c860a5b2da06927d
galaxyp
parents:
diff
changeset
|
58 |
34c5c95740a1
planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tools/pi_db_tools commit a58e2a324724f344a07d4499c860a5b2da06927d
galaxyp
parents:
diff
changeset
|
59 <outputs> |
34c5c95740a1
planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tools/pi_db_tools commit a58e2a324724f344a07d4499c860a5b2da06927d
galaxyp
parents:
diff
changeset
|
60 <collection name="target_pi_db" type="list" label="target pI separated db"> |
34c5c95740a1
planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tools/pi_db_tools commit a58e2a324724f344a07d4499c860a5b2da06927d
galaxyp
parents:
diff
changeset
|
61 <discover_datasets pattern="pisplit_(?P<designation>.+)\.fasta" ext="fasta" directory="pi_fr_out" /> |
34c5c95740a1
planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tools/pi_db_tools commit a58e2a324724f344a07d4499c860a5b2da06927d
galaxyp
parents:
diff
changeset
|
62 </collection> |
34c5c95740a1
planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tools/pi_db_tools commit a58e2a324724f344a07d4499c860a5b2da06927d
galaxyp
parents:
diff
changeset
|
63 <collection name="decoy_pi_db" type="list" label="decoy pI separated db"> |
34c5c95740a1
planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tools/pi_db_tools commit a58e2a324724f344a07d4499c860a5b2da06927d
galaxyp
parents:
diff
changeset
|
64 <discover_datasets pattern="decoy_pisplit_(?P<designation>.+)\.fasta" ext="fasta" directory="pi_fr_out" /> |
34c5c95740a1
planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tools/pi_db_tools commit a58e2a324724f344a07d4499c860a5b2da06927d
galaxyp
parents:
diff
changeset
|
65 </collection> |
34c5c95740a1
planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tools/pi_db_tools commit a58e2a324724f344a07d4499c860a5b2da06927d
galaxyp
parents:
diff
changeset
|
66 </outputs> |
34c5c95740a1
planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tools/pi_db_tools commit a58e2a324724f344a07d4499c860a5b2da06927d
galaxyp
parents:
diff
changeset
|
67 <tests> |
34c5c95740a1
planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tools/pi_db_tools commit a58e2a324724f344a07d4499c860a5b2da06927d
galaxyp
parents:
diff
changeset
|
68 <test> |
34c5c95740a1
planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tools/pi_db_tools commit a58e2a324724f344a07d4499c860a5b2da06927d
galaxyp
parents:
diff
changeset
|
69 <param name="pipeptides" value="predicted_peptides_to_split.txt" /> |
34c5c95740a1
planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tools/pi_db_tools commit a58e2a324724f344a07d4499c860a5b2da06927d
galaxyp
parents:
diff
changeset
|
70 <param name="peptable" value="peptable_deltapi.txt" /> |
34c5c95740a1
planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tools/pi_db_tools commit a58e2a324724f344a07d4499c860a5b2da06927d
galaxyp
parents:
diff
changeset
|
71 <param name="fdrcol" value="3" /> |
34c5c95740a1
planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tools/pi_db_tools commit a58e2a324724f344a07d4499c860a5b2da06927d
galaxyp
parents:
diff
changeset
|
72 <param name="fdrcutoff" value="0.2" /> |
34c5c95740a1
planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tools/pi_db_tools commit a58e2a324724f344a07d4499c860a5b2da06927d
galaxyp
parents:
diff
changeset
|
73 <param name="deltacol" value="-1" /> |
34c5c95740a1
planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tools/pi_db_tools commit a58e2a324724f344a07d4499c860a5b2da06927d
galaxyp
parents:
diff
changeset
|
74 <param name="minlen" value="8" /> |
1
8a30d6e5b97d
planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tools/pi_db_tools commit ddcc42d2a767f7c14eb710b8ac264745c25444d3
galaxyp
parents:
0
diff
changeset
|
75 <repeat name="strips"> |
8a30d6e5b97d
planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tools/pi_db_tools commit ddcc42d2a767f7c14eb710b8ac264745c25444d3
galaxyp
parents:
0
diff
changeset
|
76 <param name="peptable_pattern" value="deltapi" /> |
8a30d6e5b97d
planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tools/pi_db_tools commit ddcc42d2a767f7c14eb710b8ac264745c25444d3
galaxyp
parents:
0
diff
changeset
|
77 <param name="intercept" value="5.6" /> |
8a30d6e5b97d
planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tools/pi_db_tools commit ddcc42d2a767f7c14eb710b8ac264745c25444d3
galaxyp
parents:
0
diff
changeset
|
78 <param name="fr_width" value="1.3" /> |
8a30d6e5b97d
planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tools/pi_db_tools commit ddcc42d2a767f7c14eb710b8ac264745c25444d3
galaxyp
parents:
0
diff
changeset
|
79 <param name="tolerance" value="0.1" /> |
8a30d6e5b97d
planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tools/pi_db_tools commit ddcc42d2a767f7c14eb710b8ac264745c25444d3
galaxyp
parents:
0
diff
changeset
|
80 <param name="fr_amount" value="3" /> |
8a30d6e5b97d
planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tools/pi_db_tools commit ddcc42d2a767f7c14eb710b8ac264745c25444d3
galaxyp
parents:
0
diff
changeset
|
81 <param name="reverse" value="false" /> |
8a30d6e5b97d
planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tools/pi_db_tools commit ddcc42d2a767f7c14eb710b8ac264745c25444d3
galaxyp
parents:
0
diff
changeset
|
82 <param name="picutoff" value="10" /> |
8a30d6e5b97d
planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tools/pi_db_tools commit ddcc42d2a767f7c14eb710b8ac264745c25444d3
galaxyp
parents:
0
diff
changeset
|
83 </repeat> |
8a30d6e5b97d
planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tools/pi_db_tools commit ddcc42d2a767f7c14eb710b8ac264745c25444d3
galaxyp
parents:
0
diff
changeset
|
84 <output_collection name="target_pi_db" type="list"> |
8a30d6e5b97d
planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tools/pi_db_tools commit ddcc42d2a767f7c14eb710b8ac264745c25444d3
galaxyp
parents:
0
diff
changeset
|
85 <element name="fr1" value="target_splitdb_fr1.fasta" /> |
8a30d6e5b97d
planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tools/pi_db_tools commit ddcc42d2a767f7c14eb710b8ac264745c25444d3
galaxyp
parents:
0
diff
changeset
|
86 <element name="fr2" value="target_splitdb_fr2.fasta" /> |
8a30d6e5b97d
planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tools/pi_db_tools commit ddcc42d2a767f7c14eb710b8ac264745c25444d3
galaxyp
parents:
0
diff
changeset
|
87 <element name="fr3" value="target_splitdb_fr3.fasta" /> |
8a30d6e5b97d
planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tools/pi_db_tools commit ddcc42d2a767f7c14eb710b8ac264745c25444d3
galaxyp
parents:
0
diff
changeset
|
88 </output_collection> |
8a30d6e5b97d
planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tools/pi_db_tools commit ddcc42d2a767f7c14eb710b8ac264745c25444d3
galaxyp
parents:
0
diff
changeset
|
89 <output_collection name="decoy_pi_db" type="list"> |
8a30d6e5b97d
planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tools/pi_db_tools commit ddcc42d2a767f7c14eb710b8ac264745c25444d3
galaxyp
parents:
0
diff
changeset
|
90 <element name="fr1" value="decoy_splitdb_fr1.fasta" /> |
8a30d6e5b97d
planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tools/pi_db_tools commit ddcc42d2a767f7c14eb710b8ac264745c25444d3
galaxyp
parents:
0
diff
changeset
|
91 <element name="fr2" value="decoy_splitdb_fr2.fasta" /> |
8a30d6e5b97d
planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tools/pi_db_tools commit ddcc42d2a767f7c14eb710b8ac264745c25444d3
galaxyp
parents:
0
diff
changeset
|
92 <element name="fr3" value="decoy_splitdb_fr3.fasta" /> |
8a30d6e5b97d
planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tools/pi_db_tools commit ddcc42d2a767f7c14eb710b8ac264745c25444d3
galaxyp
parents:
0
diff
changeset
|
93 </output_collection> |
8a30d6e5b97d
planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tools/pi_db_tools commit ddcc42d2a767f7c14eb710b8ac264745c25444d3
galaxyp
parents:
0
diff
changeset
|
94 </test> |
8a30d6e5b97d
planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tools/pi_db_tools commit ddcc42d2a767f7c14eb710b8ac264745c25444d3
galaxyp
parents:
0
diff
changeset
|
95 <test> |
8a30d6e5b97d
planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tools/pi_db_tools commit ddcc42d2a767f7c14eb710b8ac264745c25444d3
galaxyp
parents:
0
diff
changeset
|
96 <param name="pipeptides" value="predicted_peptides_to_split.txt" /> |
8a30d6e5b97d
planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tools/pi_db_tools commit ddcc42d2a767f7c14eb710b8ac264745c25444d3
galaxyp
parents:
0
diff
changeset
|
97 <param name="peptable" value="peptable_deltapi.txt" /> |
8a30d6e5b97d
planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tools/pi_db_tools commit ddcc42d2a767f7c14eb710b8ac264745c25444d3
galaxyp
parents:
0
diff
changeset
|
98 <param name="fdrcolpattern" value="FDR" /> |
8a30d6e5b97d
planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tools/pi_db_tools commit ddcc42d2a767f7c14eb710b8ac264745c25444d3
galaxyp
parents:
0
diff
changeset
|
99 <param name="fdrcutoff" value="0.2" /> |
8a30d6e5b97d
planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tools/pi_db_tools commit ddcc42d2a767f7c14eb710b8ac264745c25444d3
galaxyp
parents:
0
diff
changeset
|
100 <param name="deltacolpattern" value="Delta" /> |
8a30d6e5b97d
planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tools/pi_db_tools commit ddcc42d2a767f7c14eb710b8ac264745c25444d3
galaxyp
parents:
0
diff
changeset
|
101 <param name="minlen" value="8" /> |
8a30d6e5b97d
planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tools/pi_db_tools commit ddcc42d2a767f7c14eb710b8ac264745c25444d3
galaxyp
parents:
0
diff
changeset
|
102 <repeat name="strips"> |
8a30d6e5b97d
planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tools/pi_db_tools commit ddcc42d2a767f7c14eb710b8ac264745c25444d3
galaxyp
parents:
0
diff
changeset
|
103 <param name="intercept" value="5.6" /> |
8a30d6e5b97d
planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tools/pi_db_tools commit ddcc42d2a767f7c14eb710b8ac264745c25444d3
galaxyp
parents:
0
diff
changeset
|
104 <param name="fr_width" value="1.3" /> |
8a30d6e5b97d
planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tools/pi_db_tools commit ddcc42d2a767f7c14eb710b8ac264745c25444d3
galaxyp
parents:
0
diff
changeset
|
105 <param name="tolerance" value="0.1" /> |
8a30d6e5b97d
planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tools/pi_db_tools commit ddcc42d2a767f7c14eb710b8ac264745c25444d3
galaxyp
parents:
0
diff
changeset
|
106 <param name="fr_amount" value="3" /> |
8a30d6e5b97d
planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tools/pi_db_tools commit ddcc42d2a767f7c14eb710b8ac264745c25444d3
galaxyp
parents:
0
diff
changeset
|
107 <param name="reverse" value="false" /> |
8a30d6e5b97d
planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tools/pi_db_tools commit ddcc42d2a767f7c14eb710b8ac264745c25444d3
galaxyp
parents:
0
diff
changeset
|
108 <param name="picutoff" value="10" /> |
8a30d6e5b97d
planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tools/pi_db_tools commit ddcc42d2a767f7c14eb710b8ac264745c25444d3
galaxyp
parents:
0
diff
changeset
|
109 </repeat> |
0
34c5c95740a1
planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tools/pi_db_tools commit a58e2a324724f344a07d4499c860a5b2da06927d
galaxyp
parents:
diff
changeset
|
110 <output_collection name="target_pi_db" type="list"> |
34c5c95740a1
planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tools/pi_db_tools commit a58e2a324724f344a07d4499c860a5b2da06927d
galaxyp
parents:
diff
changeset
|
111 <element name="fr1" value="target_splitdb_fr1.fasta" /> |
34c5c95740a1
planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tools/pi_db_tools commit a58e2a324724f344a07d4499c860a5b2da06927d
galaxyp
parents:
diff
changeset
|
112 <element name="fr2" value="target_splitdb_fr2.fasta" /> |
34c5c95740a1
planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tools/pi_db_tools commit a58e2a324724f344a07d4499c860a5b2da06927d
galaxyp
parents:
diff
changeset
|
113 <element name="fr3" value="target_splitdb_fr3.fasta" /> |
34c5c95740a1
planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tools/pi_db_tools commit a58e2a324724f344a07d4499c860a5b2da06927d
galaxyp
parents:
diff
changeset
|
114 </output_collection> |
34c5c95740a1
planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tools/pi_db_tools commit a58e2a324724f344a07d4499c860a5b2da06927d
galaxyp
parents:
diff
changeset
|
115 <output_collection name="decoy_pi_db" type="list"> |
34c5c95740a1
planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tools/pi_db_tools commit a58e2a324724f344a07d4499c860a5b2da06927d
galaxyp
parents:
diff
changeset
|
116 <element name="fr1" value="decoy_splitdb_fr1.fasta" /> |
34c5c95740a1
planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tools/pi_db_tools commit a58e2a324724f344a07d4499c860a5b2da06927d
galaxyp
parents:
diff
changeset
|
117 <element name="fr2" value="decoy_splitdb_fr2.fasta" /> |
34c5c95740a1
planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tools/pi_db_tools commit a58e2a324724f344a07d4499c860a5b2da06927d
galaxyp
parents:
diff
changeset
|
118 <element name="fr3" value="decoy_splitdb_fr3.fasta" /> |
34c5c95740a1
planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tools/pi_db_tools commit a58e2a324724f344a07d4499c860a5b2da06927d
galaxyp
parents:
diff
changeset
|
119 </output_collection> |
34c5c95740a1
planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tools/pi_db_tools commit a58e2a324724f344a07d4499c860a5b2da06927d
galaxyp
parents:
diff
changeset
|
120 </test> |
34c5c95740a1
planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tools/pi_db_tools commit a58e2a324724f344a07d4499c860a5b2da06927d
galaxyp
parents:
diff
changeset
|
121 </tests> |
34c5c95740a1
planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tools/pi_db_tools commit a58e2a324724f344a07d4499c860a5b2da06927d
galaxyp
parents:
diff
changeset
|
122 |
34c5c95740a1
planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tools/pi_db_tools commit a58e2a324724f344a07d4499c860a5b2da06927d
galaxyp
parents:
diff
changeset
|
123 <help> |
34c5c95740a1
planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tools/pi_db_tools commit a58e2a324724f344a07d4499c860a5b2da06927d
galaxyp
parents:
diff
changeset
|
124 Creates a pI separated database collection from a pI-determined input |
34c5c95740a1
planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tools/pi_db_tools commit a58e2a324724f344a07d4499c860a5b2da06927d
galaxyp
parents:
diff
changeset
|
125 file of peptide/protein mappings. Outputs one db for target, one |
34c5c95740a1
planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tools/pi_db_tools commit a58e2a324724f344a07d4499c860a5b2da06927d
galaxyp
parents:
diff
changeset
|
126 for decoy. |
34c5c95740a1
planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tools/pi_db_tools commit a58e2a324724f344a07d4499c860a5b2da06927d
galaxyp
parents:
diff
changeset
|
127 </help> |
34c5c95740a1
planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tools/pi_db_tools commit a58e2a324724f344a07d4499c860a5b2da06927d
galaxyp
parents:
diff
changeset
|
128 |
34c5c95740a1
planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tools/pi_db_tools commit a58e2a324724f344a07d4499c860a5b2da06927d
galaxyp
parents:
diff
changeset
|
129 </tool> |