Mercurial > repos > galaxyp > encyclopedia_fasta_to_prosit_csv
annotate encyclopedia_fasta_to_prosit_csv.xml @ 2:b2ae586dc13b draft default tip
planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/encyclopedia/tools/encyclopedia commit 0bb79ebbaf73fe6e902f6ef20cc9c9741063bf34
author | galaxyp |
---|---|
date | Tue, 17 May 2022 14:54:48 +0000 |
parents | 469da8c03202 |
children |
rev | line source |
---|---|
1
469da8c03202
"planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/encyclopedia/tools/encyclopedia commit 64740168b7816f0fe38f6f0629cb7e618cd42878"
galaxyp
parents:
0
diff
changeset
|
1 <tool id="encyclopedia_fasta_to_prosit_csv" name="ConvertFastaToPrositCSV" version="@TOOL_VERSION@+galaxy@VERSION_SUFFIX@" python_template_version="3.5"> |
0
ca7a315fb902
"planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/encyclopedia/tools/encyclopedia commit d94002fc79f552c8a64ffca86298396b1568df97"
galaxyp
parents:
diff
changeset
|
2 <description>Create Prosit CSV Input From a Protein FASTA</description> |
ca7a315fb902
"planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/encyclopedia/tools/encyclopedia commit d94002fc79f552c8a64ffca86298396b1568df97"
galaxyp
parents:
diff
changeset
|
3 <macros> |
ca7a315fb902
"planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/encyclopedia/tools/encyclopedia commit d94002fc79f552c8a64ffca86298396b1568df97"
galaxyp
parents:
diff
changeset
|
4 <import>macros.xml</import> |
ca7a315fb902
"planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/encyclopedia/tools/encyclopedia commit d94002fc79f552c8a64ffca86298396b1568df97"
galaxyp
parents:
diff
changeset
|
5 </macros> |
ca7a315fb902
"planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/encyclopedia/tools/encyclopedia commit d94002fc79f552c8a64ffca86298396b1568df97"
galaxyp
parents:
diff
changeset
|
6 <expand macro="requirements" /> |
2
b2ae586dc13b
planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/encyclopedia/tools/encyclopedia commit 0bb79ebbaf73fe6e902f6ef20cc9c9741063bf34
galaxyp
parents:
1
diff
changeset
|
7 <command detect_errors="exit_code"><![CDATA[ |
0
ca7a315fb902
"planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/encyclopedia/tools/encyclopedia commit d94002fc79f552c8a64ffca86298396b1568df97"
galaxyp
parents:
diff
changeset
|
8 EncyclopeDIA -convert -fastatoprositcsv |
ca7a315fb902
"planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/encyclopedia/tools/encyclopedia commit d94002fc79f552c8a64ffca86298396b1568df97"
galaxyp
parents:
diff
changeset
|
9 -i '$i' |
ca7a315fb902
"planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/encyclopedia/tools/encyclopedia commit d94002fc79f552c8a64ffca86298396b1568df97"
galaxyp
parents:
diff
changeset
|
10 -numberOfThreadsUsed "\${GALAXY_SLOTS:-4}" |
ca7a315fb902
"planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/encyclopedia/tools/encyclopedia commit d94002fc79f552c8a64ffca86298396b1568df97"
galaxyp
parents:
diff
changeset
|
11 -minCharge $minCharge |
ca7a315fb902
"planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/encyclopedia/tools/encyclopedia commit d94002fc79f552c8a64ffca86298396b1568df97"
galaxyp
parents:
diff
changeset
|
12 -maxCharge $maxCharge |
ca7a315fb902
"planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/encyclopedia/tools/encyclopedia commit d94002fc79f552c8a64ffca86298396b1568df97"
galaxyp
parents:
diff
changeset
|
13 -defaultCharge $defaultCharge |
ca7a315fb902
"planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/encyclopedia/tools/encyclopedia commit d94002fc79f552c8a64ffca86298396b1568df97"
galaxyp
parents:
diff
changeset
|
14 -maxMissedCleavage $maxMissedCleavage |
ca7a315fb902
"planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/encyclopedia/tools/encyclopedia commit d94002fc79f552c8a64ffca86298396b1568df97"
galaxyp
parents:
diff
changeset
|
15 -minMz $minMz |
ca7a315fb902
"planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/encyclopedia/tools/encyclopedia commit d94002fc79f552c8a64ffca86298396b1568df97"
galaxyp
parents:
diff
changeset
|
16 -maxMz $maxMz |
ca7a315fb902
"planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/encyclopedia/tools/encyclopedia commit d94002fc79f552c8a64ffca86298396b1568df97"
galaxyp
parents:
diff
changeset
|
17 -defaultNCE $defaultNCE |
ca7a315fb902
"planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/encyclopedia/tools/encyclopedia commit d94002fc79f552c8a64ffca86298396b1568df97"
galaxyp
parents:
diff
changeset
|
18 #if $enzyme |
ca7a315fb902
"planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/encyclopedia/tools/encyclopedia commit d94002fc79f552c8a64ffca86298396b1568df97"
galaxyp
parents:
diff
changeset
|
19 -enzyme '$enzyme' |
ca7a315fb902
"planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/encyclopedia/tools/encyclopedia commit d94002fc79f552c8a64ffca86298396b1568df97"
galaxyp
parents:
diff
changeset
|
20 #end if |
ca7a315fb902
"planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/encyclopedia/tools/encyclopedia commit d94002fc79f552c8a64ffca86298396b1568df97"
galaxyp
parents:
diff
changeset
|
21 -o '$output' |
ca7a315fb902
"planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/encyclopedia/tools/encyclopedia commit d94002fc79f552c8a64ffca86298396b1568df97"
galaxyp
parents:
diff
changeset
|
22 ]]></command> |
ca7a315fb902
"planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/encyclopedia/tools/encyclopedia commit d94002fc79f552c8a64ffca86298396b1568df97"
galaxyp
parents:
diff
changeset
|
23 <inputs> |
ca7a315fb902
"planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/encyclopedia/tools/encyclopedia commit d94002fc79f552c8a64ffca86298396b1568df97"
galaxyp
parents:
diff
changeset
|
24 <param argument="-i" type="data" format="fasta" label="Protein Fasta database"/> |
ca7a315fb902
"planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/encyclopedia/tools/encyclopedia commit d94002fc79f552c8a64ffca86298396b1568df97"
galaxyp
parents:
diff
changeset
|
25 <param argument="-minCharge" type="integer" value="2" min="1" max="6" label="minCharge"/> |
ca7a315fb902
"planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/encyclopedia/tools/encyclopedia commit d94002fc79f552c8a64ffca86298396b1568df97"
galaxyp
parents:
diff
changeset
|
26 <param argument="-maxCharge" type="integer" value="3" min="1" max="6" label="maxCharge"/> |
ca7a315fb902
"planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/encyclopedia/tools/encyclopedia commit d94002fc79f552c8a64ffca86298396b1568df97"
galaxyp
parents:
diff
changeset
|
27 <param argument="-defaultCharge" type="integer" value="3" min="1" max="4" label="defaultCharge"/> |
ca7a315fb902
"planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/encyclopedia/tools/encyclopedia commit d94002fc79f552c8a64ffca86298396b1568df97"
galaxyp
parents:
diff
changeset
|
28 <param argument="-maxMissedCleavage" type="integer" value="1" min="0" max="3" label="maxMissedCleavage"/> |
ca7a315fb902
"planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/encyclopedia/tools/encyclopedia commit d94002fc79f552c8a64ffca86298396b1568df97"
galaxyp
parents:
diff
changeset
|
29 <param argument="-minMz" type="float" value="396.4" min="150.0" max="1600.0" label="minMz"/> |
ca7a315fb902
"planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/encyclopedia/tools/encyclopedia commit d94002fc79f552c8a64ffca86298396b1568df97"
galaxyp
parents:
diff
changeset
|
30 <param argument="-maxMz" type="float" value="1002.7" min="150.0" max="1600.0" label="maxMz"/> |
ca7a315fb902
"planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/encyclopedia/tools/encyclopedia commit d94002fc79f552c8a64ffca86298396b1568df97"
galaxyp
parents:
diff
changeset
|
31 <param argument="-defaultNCE" type="integer" value="33" min="25" max="40" label="Normalized Collision Energy"/> |
ca7a315fb902
"planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/encyclopedia/tools/encyclopedia commit d94002fc79f552c8a64ffca86298396b1568df97"
galaxyp
parents:
diff
changeset
|
32 <param argument="-enzyme" type="select" optional="true" label="Digestion Enzyme"> |
ca7a315fb902
"planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/encyclopedia/tools/encyclopedia commit d94002fc79f552c8a64ffca86298396b1568df97"
galaxyp
parents:
diff
changeset
|
33 <option value="Trypsin">Trypsin</option> |
ca7a315fb902
"planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/encyclopedia/tools/encyclopedia commit d94002fc79f552c8a64ffca86298396b1568df97"
galaxyp
parents:
diff
changeset
|
34 <option value="Lys-C">Lys-C</option> |
ca7a315fb902
"planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/encyclopedia/tools/encyclopedia commit d94002fc79f552c8a64ffca86298396b1568df97"
galaxyp
parents:
diff
changeset
|
35 <option value="Lys-N">Lys-N</option> |
ca7a315fb902
"planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/encyclopedia/tools/encyclopedia commit d94002fc79f552c8a64ffca86298396b1568df97"
galaxyp
parents:
diff
changeset
|
36 <option value="Arg-C">Arg-C</option> |
ca7a315fb902
"planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/encyclopedia/tools/encyclopedia commit d94002fc79f552c8a64ffca86298396b1568df97"
galaxyp
parents:
diff
changeset
|
37 <option value="Glu-C">Glu-C</option> |
ca7a315fb902
"planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/encyclopedia/tools/encyclopedia commit d94002fc79f552c8a64ffca86298396b1568df97"
galaxyp
parents:
diff
changeset
|
38 <option value="CNBr">CNBr</option> |
ca7a315fb902
"planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/encyclopedia/tools/encyclopedia commit d94002fc79f552c8a64ffca86298396b1568df97"
galaxyp
parents:
diff
changeset
|
39 <option value="Chymotrypsin">Chymotrypsin</option> |
ca7a315fb902
"planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/encyclopedia/tools/encyclopedia commit d94002fc79f552c8a64ffca86298396b1568df97"
galaxyp
parents:
diff
changeset
|
40 <option value="Pepsin A">Pepsin A</option> |
ca7a315fb902
"planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/encyclopedia/tools/encyclopedia commit d94002fc79f552c8a64ffca86298396b1568df97"
galaxyp
parents:
diff
changeset
|
41 <option value="No Enzyme">No Enzyme</option> |
ca7a315fb902
"planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/encyclopedia/tools/encyclopedia commit d94002fc79f552c8a64ffca86298396b1568df97"
galaxyp
parents:
diff
changeset
|
42 </param> |
ca7a315fb902
"planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/encyclopedia/tools/encyclopedia commit d94002fc79f552c8a64ffca86298396b1568df97"
galaxyp
parents:
diff
changeset
|
43 </inputs> |
ca7a315fb902
"planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/encyclopedia/tools/encyclopedia commit d94002fc79f552c8a64ffca86298396b1568df97"
galaxyp
parents:
diff
changeset
|
44 <outputs> |
ca7a315fb902
"planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/encyclopedia/tools/encyclopedia commit d94002fc79f552c8a64ffca86298396b1568df97"
galaxyp
parents:
diff
changeset
|
45 <data name="output" format="csv" label="${i.name} Prosit_input.csv"/> |
ca7a315fb902
"planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/encyclopedia/tools/encyclopedia commit d94002fc79f552c8a64ffca86298396b1568df97"
galaxyp
parents:
diff
changeset
|
46 </outputs> |
ca7a315fb902
"planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/encyclopedia/tools/encyclopedia commit d94002fc79f552c8a64ffca86298396b1568df97"
galaxyp
parents:
diff
changeset
|
47 <tests> |
ca7a315fb902
"planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/encyclopedia/tools/encyclopedia commit d94002fc79f552c8a64ffca86298396b1568df97"
galaxyp
parents:
diff
changeset
|
48 <test> |
ca7a315fb902
"planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/encyclopedia/tools/encyclopedia commit d94002fc79f552c8a64ffca86298396b1568df97"
galaxyp
parents:
diff
changeset
|
49 <param name="i" ftype="fasta" value="YeastProteinFasta5.fasta"/> |
ca7a315fb902
"planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/encyclopedia/tools/encyclopedia commit d94002fc79f552c8a64ffca86298396b1568df97"
galaxyp
parents:
diff
changeset
|
50 <output name="output" ftype="csv"> |
ca7a315fb902
"planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/encyclopedia/tools/encyclopedia commit d94002fc79f552c8a64ffca86298396b1568df97"
galaxyp
parents:
diff
changeset
|
51 <assert_contents> |
ca7a315fb902
"planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/encyclopedia/tools/encyclopedia commit d94002fc79f552c8a64ffca86298396b1568df97"
galaxyp
parents:
diff
changeset
|
52 <has_text text="collision_energy"/> |
ca7a315fb902
"planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/encyclopedia/tools/encyclopedia commit d94002fc79f552c8a64ffca86298396b1568df97"
galaxyp
parents:
diff
changeset
|
53 <has_text text="EDFFTVFDSLLR"/> |
ca7a315fb902
"planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/encyclopedia/tools/encyclopedia commit d94002fc79f552c8a64ffca86298396b1568df97"
galaxyp
parents:
diff
changeset
|
54 </assert_contents> |
ca7a315fb902
"planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/encyclopedia/tools/encyclopedia commit d94002fc79f552c8a64ffca86298396b1568df97"
galaxyp
parents:
diff
changeset
|
55 </output> |
ca7a315fb902
"planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/encyclopedia/tools/encyclopedia commit d94002fc79f552c8a64ffca86298396b1568df97"
galaxyp
parents:
diff
changeset
|
56 </test> |
ca7a315fb902
"planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/encyclopedia/tools/encyclopedia commit d94002fc79f552c8a64ffca86298396b1568df97"
galaxyp
parents:
diff
changeset
|
57 </tests> |
ca7a315fb902
"planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/encyclopedia/tools/encyclopedia commit d94002fc79f552c8a64ffca86298396b1568df97"
galaxyp
parents:
diff
changeset
|
58 <help><![CDATA[ |
ca7a315fb902
"planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/encyclopedia/tools/encyclopedia commit d94002fc79f552c8a64ffca86298396b1568df97"
galaxyp
parents:
diff
changeset
|
59 Create Prosit CSV From FASTA |
ca7a315fb902
"planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/encyclopedia/tools/encyclopedia commit d94002fc79f552c8a64ffca86298396b1568df97"
galaxyp
parents:
diff
changeset
|
60 ]]></help> |
ca7a315fb902
"planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/encyclopedia/tools/encyclopedia commit d94002fc79f552c8a64ffca86298396b1568df97"
galaxyp
parents:
diff
changeset
|
61 <expand macro="citations" /> |
ca7a315fb902
"planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/encyclopedia/tools/encyclopedia commit d94002fc79f552c8a64ffca86298396b1568df97"
galaxyp
parents:
diff
changeset
|
62 </tool> |