Mercurial > repos > galaxyp > fastg2protlib
annotate fastg2protlib-peptides.xml @ 0:25dd9931d6b1 draft default tip
"planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/fastg2protlib commit e777bdb1d28b1ffee75cb1a8ad782a50c10a5358"
| author | galaxyp |
|---|---|
| date | Fri, 07 Aug 2020 10:16:55 +0000 |
| parents | |
| children |
| rev | line source |
|---|---|
|
0
25dd9931d6b1
"planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/fastg2protlib commit e777bdb1d28b1ffee75cb1a8ad782a50c10a5358"
galaxyp
parents:
diff
changeset
|
1 <tool id="fastg2protlib-peptides" name="FASTG2Protlib-Peptides" version="@VERSION@"> |
|
25dd9931d6b1
"planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/fastg2protlib commit e777bdb1d28b1ffee75cb1a8ad782a50c10a5358"
galaxyp
parents:
diff
changeset
|
2 <macros> |
|
25dd9931d6b1
"planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/fastg2protlib commit e777bdb1d28b1ffee75cb1a8ad782a50c10a5358"
galaxyp
parents:
diff
changeset
|
3 <import>macros.xml</import> |
|
25dd9931d6b1
"planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/fastg2protlib commit e777bdb1d28b1ffee75cb1a8ad782a50c10a5358"
galaxyp
parents:
diff
changeset
|
4 </macros> |
|
25dd9931d6b1
"planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/fastg2protlib commit e777bdb1d28b1ffee75cb1a8ad782a50c10a5358"
galaxyp
parents:
diff
changeset
|
5 <description>Generate FASTA from FASTG</description> |
|
25dd9931d6b1
"planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/fastg2protlib commit e777bdb1d28b1ffee75cb1a8ad782a50c10a5358"
galaxyp
parents:
diff
changeset
|
6 <expand macro="pkg_requirement" /> |
|
25dd9931d6b1
"planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/fastg2protlib commit e777bdb1d28b1ffee75cb1a8ad782a50c10a5358"
galaxyp
parents:
diff
changeset
|
7 <command detect_errors="exit_code"> |
|
25dd9931d6b1
"planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/fastg2protlib commit e777bdb1d28b1ffee75cb1a8ad782a50c10a5358"
galaxyp
parents:
diff
changeset
|
8 <![CDATA[ |
|
25dd9931d6b1
"planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/fastg2protlib commit e777bdb1d28b1ffee75cb1a8ad782a50c10a5358"
galaxyp
parents:
diff
changeset
|
9 python '$__tool_directory__/application.py' |
|
25dd9931d6b1
"planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/fastg2protlib commit e777bdb1d28b1ffee75cb1a8ad782a50c10a5358"
galaxyp
parents:
diff
changeset
|
10 -m $min_peptide_length |
|
25dd9931d6b1
"planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/fastg2protlib commit e777bdb1d28b1ffee75cb1a8ad782a50c10a5358"
galaxyp
parents:
diff
changeset
|
11 -p $min_protein_length |
|
25dd9931d6b1
"planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/fastg2protlib commit e777bdb1d28b1ffee75cb1a8ad782a50c10a5358"
galaxyp
parents:
diff
changeset
|
12 -c $cleavage |
|
25dd9931d6b1
"planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/fastg2protlib commit e777bdb1d28b1ffee75cb1a8ad782a50c10a5358"
galaxyp
parents:
diff
changeset
|
13 -d 'results.db' |
|
25dd9931d6b1
"planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/fastg2protlib commit e777bdb1d28b1ffee75cb1a8ad782a50c10a5358"
galaxyp
parents:
diff
changeset
|
14 -l $show_plots |
|
25dd9931d6b1
"planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/fastg2protlib commit e777bdb1d28b1ffee75cb1a8ad782a50c10a5358"
galaxyp
parents:
diff
changeset
|
15 '$fastg_file' |
|
25dd9931d6b1
"planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/fastg2protlib commit e777bdb1d28b1ffee75cb1a8ad782a50c10a5358"
galaxyp
parents:
diff
changeset
|
16 ]]> |
|
25dd9931d6b1
"planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/fastg2protlib commit e777bdb1d28b1ffee75cb1a8ad782a50c10a5358"
galaxyp
parents:
diff
changeset
|
17 </command> |
|
25dd9931d6b1
"planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/fastg2protlib commit e777bdb1d28b1ffee75cb1a8ad782a50c10a5358"
galaxyp
parents:
diff
changeset
|
18 <inputs> |
|
25dd9931d6b1
"planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/fastg2protlib commit e777bdb1d28b1ffee75cb1a8ad782a50c10a5358"
galaxyp
parents:
diff
changeset
|
19 <param name="fastg_file" type="data" format="fastg" label="FASTG file" /> |
|
25dd9931d6b1
"planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/fastg2protlib commit e777bdb1d28b1ffee75cb1a8ad782a50c10a5358"
galaxyp
parents:
diff
changeset
|
20 <param name="cleavage" type="select" label="Peptide Cleavage"> |
|
25dd9931d6b1
"planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/fastg2protlib commit e777bdb1d28b1ffee75cb1a8ad782a50c10a5358"
galaxyp
parents:
diff
changeset
|
21 <option value="trypsin" selected="true">Trypsin</option> |
|
25dd9931d6b1
"planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/fastg2protlib commit e777bdb1d28b1ffee75cb1a8ad782a50c10a5358"
galaxyp
parents:
diff
changeset
|
22 <expand macro="cleavages" /> |
|
25dd9931d6b1
"planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/fastg2protlib commit e777bdb1d28b1ffee75cb1a8ad782a50c10a5358"
galaxyp
parents:
diff
changeset
|
23 </param> |
|
25dd9931d6b1
"planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/fastg2protlib commit e777bdb1d28b1ffee75cb1a8ad782a50c10a5358"
galaxyp
parents:
diff
changeset
|
24 <param name="min_protein_length" type="integer" value="55" label="Minimum Protein Length in Amino Acids" /> |
|
25dd9931d6b1
"planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/fastg2protlib commit e777bdb1d28b1ffee75cb1a8ad782a50c10a5358"
galaxyp
parents:
diff
changeset
|
25 <param name="min_peptide_length" type="integer" value="8" label="Minimum Peptide Length in Amino Acids" /> |
|
25dd9931d6b1
"planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/fastg2protlib commit e777bdb1d28b1ffee75cb1a8ad782a50c10a5358"
galaxyp
parents:
diff
changeset
|
26 <param name="show_plots" type="boolean" checked="true" label="Create Diagnostic Plots" /> |
|
25dd9931d6b1
"planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/fastg2protlib commit e777bdb1d28b1ffee75cb1a8ad782a50c10a5358"
galaxyp
parents:
diff
changeset
|
27 </inputs> |
|
25dd9931d6b1
"planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/fastg2protlib commit e777bdb1d28b1ffee75cb1a8ad782a50c10a5358"
galaxyp
parents:
diff
changeset
|
28 <outputs> |
|
25dd9931d6b1
"planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/fastg2protlib commit e777bdb1d28b1ffee75cb1a8ad782a50c10a5358"
galaxyp
parents:
diff
changeset
|
29 <data name="peptide_fasta" format="txt" from_work_dir="peptide.fasta" label="${on_string} Peptides from FASTG" /> |
|
25dd9931d6b1
"planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/fastg2protlib commit e777bdb1d28b1ffee75cb1a8ad782a50c10a5358"
galaxyp
parents:
diff
changeset
|
30 <data name="results_db" format="sqlite" from_work_dir="results.db" label="${on_string} Results DB" /> |
|
25dd9931d6b1
"planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/fastg2protlib commit e777bdb1d28b1ffee75cb1a8ad782a50c10a5358"
galaxyp
parents:
diff
changeset
|
31 <data name="aa_count_plot" format="png" from_work_dir="aa_count_chart.png" label="${on_string} AA Count Plot"> |
|
25dd9931d6b1
"planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/fastg2protlib commit e777bdb1d28b1ffee75cb1a8ad782a50c10a5358"
galaxyp
parents:
diff
changeset
|
32 <filter>show_plots == True</filter> |
|
25dd9931d6b1
"planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/fastg2protlib commit e777bdb1d28b1ffee75cb1a8ad782a50c10a5358"
galaxyp
parents:
diff
changeset
|
33 </data> |
|
25dd9931d6b1
"planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/fastg2protlib commit e777bdb1d28b1ffee75cb1a8ad782a50c10a5358"
galaxyp
parents:
diff
changeset
|
34 <data name="fastg_length_plot" format="png" from_work_dir="fastg_seq_lengths.png" label="${on_string} FASTG Sequence Length Plot"> |
|
25dd9931d6b1
"planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/fastg2protlib commit e777bdb1d28b1ffee75cb1a8ad782a50c10a5358"
galaxyp
parents:
diff
changeset
|
35 <filter>show_plots == True</filter> |
|
25dd9931d6b1
"planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/fastg2protlib commit e777bdb1d28b1ffee75cb1a8ad782a50c10a5358"
galaxyp
parents:
diff
changeset
|
36 </data> |
|
25dd9931d6b1
"planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/fastg2protlib commit e777bdb1d28b1ffee75cb1a8ad782a50c10a5358"
galaxyp
parents:
diff
changeset
|
37 <data name="protein_length_plot" format="png" from_work_dir="protein_seq_lengths.png" label="${on_string} Protein Sequence Length Plot"> |
|
25dd9931d6b1
"planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/fastg2protlib commit e777bdb1d28b1ffee75cb1a8ad782a50c10a5358"
galaxyp
parents:
diff
changeset
|
38 <filter>show_plots == True</filter> |
|
25dd9931d6b1
"planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/fastg2protlib commit e777bdb1d28b1ffee75cb1a8ad782a50c10a5358"
galaxyp
parents:
diff
changeset
|
39 </data> |
|
25dd9931d6b1
"planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/fastg2protlib commit e777bdb1d28b1ffee75cb1a8ad782a50c10a5358"
galaxyp
parents:
diff
changeset
|
40 <data name="gc_pct_plot" format="png" from_work_dir="gc_pct.png" label="${on_string} GC Percent Plot"> |
|
25dd9931d6b1
"planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/fastg2protlib commit e777bdb1d28b1ffee75cb1a8ad782a50c10a5358"
galaxyp
parents:
diff
changeset
|
41 <filter>show_plots == True</filter> |
|
25dd9931d6b1
"planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/fastg2protlib commit e777bdb1d28b1ffee75cb1a8ad782a50c10a5358"
galaxyp
parents:
diff
changeset
|
42 </data> |
|
25dd9931d6b1
"planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/fastg2protlib commit e777bdb1d28b1ffee75cb1a8ad782a50c10a5358"
galaxyp
parents:
diff
changeset
|
43 </outputs> |
|
25dd9931d6b1
"planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/fastg2protlib commit e777bdb1d28b1ffee75cb1a8ad782a50c10a5358"
galaxyp
parents:
diff
changeset
|
44 <tests> |
|
25dd9931d6b1
"planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/fastg2protlib commit e777bdb1d28b1ffee75cb1a8ad782a50c10a5358"
galaxyp
parents:
diff
changeset
|
45 <test> |
|
25dd9931d6b1
"planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/fastg2protlib commit e777bdb1d28b1ffee75cb1a8ad782a50c10a5358"
galaxyp
parents:
diff
changeset
|
46 <param name="fastg_file" value="two.fastg" /> |
|
25dd9931d6b1
"planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/fastg2protlib commit e777bdb1d28b1ffee75cb1a8ad782a50c10a5358"
galaxyp
parents:
diff
changeset
|
47 <param name="cleavage" value="trypsin" /> |
|
25dd9931d6b1
"planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/fastg2protlib commit e777bdb1d28b1ffee75cb1a8ad782a50c10a5358"
galaxyp
parents:
diff
changeset
|
48 <param name="min_protein_length" value="20" /> |
|
25dd9931d6b1
"planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/fastg2protlib commit e777bdb1d28b1ffee75cb1a8ad782a50c10a5358"
galaxyp
parents:
diff
changeset
|
49 <param name="min_peptide_length" value="8" /> |
|
25dd9931d6b1
"planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/fastg2protlib commit e777bdb1d28b1ffee75cb1a8ad782a50c10a5358"
galaxyp
parents:
diff
changeset
|
50 <param name="show_plots" value="false" /> |
|
25dd9931d6b1
"planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/fastg2protlib commit e777bdb1d28b1ffee75cb1a8ad782a50c10a5358"
galaxyp
parents:
diff
changeset
|
51 <output name="peptide_fasta"> |
|
25dd9931d6b1
"planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/fastg2protlib commit e777bdb1d28b1ffee75cb1a8ad782a50c10a5358"
galaxyp
parents:
diff
changeset
|
52 <assert_contents> |
|
25dd9931d6b1
"planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/fastg2protlib commit e777bdb1d28b1ffee75cb1a8ad782a50c10a5358"
galaxyp
parents:
diff
changeset
|
53 <has_text text="IFLPFSTHSR" /> |
|
25dd9931d6b1
"planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/fastg2protlib commit e777bdb1d28b1ffee75cb1a8ad782a50c10a5358"
galaxyp
parents:
diff
changeset
|
54 </assert_contents> |
|
25dd9931d6b1
"planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/fastg2protlib commit e777bdb1d28b1ffee75cb1a8ad782a50c10a5358"
galaxyp
parents:
diff
changeset
|
55 </output> |
|
25dd9931d6b1
"planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/fastg2protlib commit e777bdb1d28b1ffee75cb1a8ad782a50c10a5358"
galaxyp
parents:
diff
changeset
|
56 </test> |
|
25dd9931d6b1
"planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/fastg2protlib commit e777bdb1d28b1ffee75cb1a8ad782a50c10a5358"
galaxyp
parents:
diff
changeset
|
57 </tests> |
|
25dd9931d6b1
"planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/fastg2protlib commit e777bdb1d28b1ffee75cb1a8ad782a50c10a5358"
galaxyp
parents:
diff
changeset
|
58 <expand macro="help-text" /> |
|
25dd9931d6b1
"planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/fastg2protlib commit e777bdb1d28b1ffee75cb1a8ad782a50c10a5358"
galaxyp
parents:
diff
changeset
|
59 </tool> |
