annotate sixgill_makefasta.xml @ 0:cf8eee8343fb draft default tip

planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/sixgill commit 547a3bb05a08bc4eaed224b6864a82434e09289d-dirty
author galaxyp
date Thu, 13 Oct 2016 08:38:04 -0400
parents
children
Ignore whitespace changes - Everywhere: Within whitespace: At end of lines:
rev   line source
0
cf8eee8343fb planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/sixgill commit 547a3bb05a08bc4eaed224b6864a82434e09289d-dirty
galaxyp
parents:
diff changeset
1 <tool id="sixgill_makefasta" name="sixgill makefasta" version="@VERSION@.0">
cf8eee8343fb planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/sixgill commit 547a3bb05a08bc4eaed224b6864a82434e09289d-dirty
galaxyp
parents:
diff changeset
2 <description>from a metapeptide database</description>
cf8eee8343fb planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/sixgill commit 547a3bb05a08bc4eaed224b6864a82434e09289d-dirty
galaxyp
parents:
diff changeset
3 <macros>
cf8eee8343fb planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/sixgill commit 547a3bb05a08bc4eaed224b6864a82434e09289d-dirty
galaxyp
parents:
diff changeset
4 <import>macros.xml</import>
cf8eee8343fb planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/sixgill commit 547a3bb05a08bc4eaed224b6864a82434e09289d-dirty
galaxyp
parents:
diff changeset
5 </macros>
cf8eee8343fb planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/sixgill commit 547a3bb05a08bc4eaed224b6864a82434e09289d-dirty
galaxyp
parents:
diff changeset
6 <expand macro="requirements" />
cf8eee8343fb planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/sixgill commit 547a3bb05a08bc4eaed224b6864a82434e09289d-dirty
galaxyp
parents:
diff changeset
7 <expand macro="stdio" />
cf8eee8343fb planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/sixgill commit 547a3bb05a08bc4eaed224b6864a82434e09289d-dirty
galaxyp
parents:
diff changeset
8 <version_command>sixgill_makefasta --version</version_command>
cf8eee8343fb planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/sixgill commit 547a3bb05a08bc4eaed224b6864a82434e09289d-dirty
galaxyp
parents:
diff changeset
9 <command><![CDATA[
cf8eee8343fb planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/sixgill commit 547a3bb05a08bc4eaed224b6864a82434e09289d-dirty
galaxyp
parents:
diff changeset
10 sixgill_makefasta
cf8eee8343fb planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/sixgill commit 547a3bb05a08bc4eaed224b6864a82434e09289d-dirty
galaxyp
parents:
diff changeset
11 --out=metapeptides_fa_output.fa
cf8eee8343fb planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/sixgill commit 547a3bb05a08bc4eaed224b6864a82434e09289d-dirty
galaxyp
parents:
diff changeset
12 --type="$fa_type.fasta_type"
cf8eee8343fb planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/sixgill commit 547a3bb05a08bc4eaed224b6864a82434e09289d-dirty
galaxyp
parents:
diff changeset
13 #if $fa_type.fasta_type == 'peptide':
cf8eee8343fb planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/sixgill commit 547a3bb05a08bc4eaed224b6864a82434e09289d-dirty
galaxyp
parents:
diff changeset
14 --missedcleavages=$fa_type.missedcleavages
cf8eee8343fb planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/sixgill commit 547a3bb05a08bc4eaed224b6864a82434e09289d-dirty
galaxyp
parents:
diff changeset
15 --minpeptidelength=$fa_type.minpeptidelength
cf8eee8343fb planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/sixgill commit 547a3bb05a08bc4eaed224b6864a82434e09289d-dirty
galaxyp
parents:
diff changeset
16 #end if
cf8eee8343fb planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/sixgill commit 547a3bb05a08bc4eaed224b6864a82434e09289d-dirty
galaxyp
parents:
diff changeset
17 "$metapeptide_db"
cf8eee8343fb planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/sixgill commit 547a3bb05a08bc4eaed224b6864a82434e09289d-dirty
galaxyp
parents:
diff changeset
18 ]]></command>
cf8eee8343fb planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/sixgill commit 547a3bb05a08bc4eaed224b6864a82434e09289d-dirty
galaxyp
parents:
diff changeset
19 <inputs>
cf8eee8343fb planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/sixgill commit 547a3bb05a08bc4eaed224b6864a82434e09289d-dirty
galaxyp
parents:
diff changeset
20 <param name="metapeptide_db" type="data" format="tabular" label="metapeptide database"
cf8eee8343fb planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/sixgill commit 547a3bb05a08bc4eaed224b6864a82434e09289d-dirty
galaxyp
parents:
diff changeset
21 help="Can be generated with sixgill_build"/>
cf8eee8343fb planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/sixgill commit 547a3bb05a08bc4eaed224b6864a82434e09289d-dirty
galaxyp
parents:
diff changeset
22 <conditional name="fa_type">
cf8eee8343fb planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/sixgill commit 547a3bb05a08bc4eaed224b6864a82434e09289d-dirty
galaxyp
parents:
diff changeset
23 <param name="fasta_type" type="select" label="fasta type">
cf8eee8343fb planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/sixgill commit 547a3bb05a08bc4eaed224b6864a82434e09289d-dirty
galaxyp
parents:
diff changeset
24 <help> peptide with specified missed cleavages requires holding
cf8eee8343fb planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/sixgill commit 547a3bb05a08bc4eaed224b6864a82434e09289d-dirty
galaxyp
parents:
diff changeset
25 all peptides in the database in memory, as each is only written once
cf8eee8343fb planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/sixgill commit 547a3bb05a08bc4eaed224b6864a82434e09289d-dirty
galaxyp
parents:
diff changeset
26 </help>
cf8eee8343fb planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/sixgill commit 547a3bb05a08bc4eaed224b6864a82434e09289d-dirty
galaxyp
parents:
diff changeset
27 <option value="aa" selected="true">aa - amino acid</option>
cf8eee8343fb planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/sixgill commit 547a3bb05a08bc4eaed224b6864a82434e09289d-dirty
galaxyp
parents:
diff changeset
28 <option value="peptide">peptide - with specified missed cleavages</option>
cf8eee8343fb planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/sixgill commit 547a3bb05a08bc4eaed224b6864a82434e09289d-dirty
galaxyp
parents:
diff changeset
29 </param>
cf8eee8343fb planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/sixgill commit 547a3bb05a08bc4eaed224b6864a82434e09289d-dirty
galaxyp
parents:
diff changeset
30 <when value="aa"/>
cf8eee8343fb planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/sixgill commit 547a3bb05a08bc4eaed224b6864a82434e09289d-dirty
galaxyp
parents:
diff changeset
31 <when value="peptide">
cf8eee8343fb planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/sixgill commit 547a3bb05a08bc4eaed224b6864a82434e09289d-dirty
galaxyp
parents:
diff changeset
32 <param name="missedcleavages" type="integer" value="0" min="0" max="6" label="missedcleavages"/>
cf8eee8343fb planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/sixgill commit 547a3bb05a08bc4eaed224b6864a82434e09289d-dirty
galaxyp
parents:
diff changeset
33 <param name="minpeptidelength" type="integer" value="7" min="1" label="minpeptidelength"/>
cf8eee8343fb planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/sixgill commit 547a3bb05a08bc4eaed224b6864a82434e09289d-dirty
galaxyp
parents:
diff changeset
34 </when>
cf8eee8343fb planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/sixgill commit 547a3bb05a08bc4eaed224b6864a82434e09289d-dirty
galaxyp
parents:
diff changeset
35 </conditional>
cf8eee8343fb planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/sixgill commit 547a3bb05a08bc4eaed224b6864a82434e09289d-dirty
galaxyp
parents:
diff changeset
36
cf8eee8343fb planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/sixgill commit 547a3bb05a08bc4eaed224b6864a82434e09289d-dirty
galaxyp
parents:
diff changeset
37 </inputs>
cf8eee8343fb planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/sixgill commit 547a3bb05a08bc4eaed224b6864a82434e09289d-dirty
galaxyp
parents:
diff changeset
38 <outputs>
cf8eee8343fb planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/sixgill commit 547a3bb05a08bc4eaed224b6864a82434e09289d-dirty
galaxyp
parents:
diff changeset
39 <data name="output_fa" format="fasta" label="${tool.name} on ${on_string}: metapeptide.fa" from_work_dir="metapeptides_fa_output.fa"/>
cf8eee8343fb planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/sixgill commit 547a3bb05a08bc4eaed224b6864a82434e09289d-dirty
galaxyp
parents:
diff changeset
40 </outputs>
cf8eee8343fb planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/sixgill commit 547a3bb05a08bc4eaed224b6864a82434e09289d-dirty
galaxyp
parents:
diff changeset
41 <tests>
cf8eee8343fb planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/sixgill commit 547a3bb05a08bc4eaed224b6864a82434e09289d-dirty
galaxyp
parents:
diff changeset
42 <test>
cf8eee8343fb planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/sixgill commit 547a3bb05a08bc4eaed224b6864a82434e09289d-dirty
galaxyp
parents:
diff changeset
43 <param name="metapeptide_db" ftype="tabular" value="testdb_metagene.metapeptides.tsv"/>
cf8eee8343fb planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/sixgill commit 547a3bb05a08bc4eaed224b6864a82434e09289d-dirty
galaxyp
parents:
diff changeset
44 <param name="fasta_type" value="aa"/>
cf8eee8343fb planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/sixgill commit 547a3bb05a08bc4eaed224b6864a82434e09289d-dirty
galaxyp
parents:
diff changeset
45 <output name="output_fa">
cf8eee8343fb planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/sixgill commit 547a3bb05a08bc4eaed224b6864a82434e09289d-dirty
galaxyp
parents:
diff changeset
46 <assert_contents>
cf8eee8343fb planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/sixgill commit 547a3bb05a08bc4eaed224b6864a82434e09289d-dirty
galaxyp
parents:
diff changeset
47 <has_text text="DLRILLRERLVAGDSDEAAVDFIVDR" />
cf8eee8343fb planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/sixgill commit 547a3bb05a08bc4eaed224b6864a82434e09289d-dirty
galaxyp
parents:
diff changeset
48 </assert_contents>
cf8eee8343fb planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/sixgill commit 547a3bb05a08bc4eaed224b6864a82434e09289d-dirty
galaxyp
parents:
diff changeset
49 </output>
cf8eee8343fb planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/sixgill commit 547a3bb05a08bc4eaed224b6864a82434e09289d-dirty
galaxyp
parents:
diff changeset
50 </test>
cf8eee8343fb planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/sixgill commit 547a3bb05a08bc4eaed224b6864a82434e09289d-dirty
galaxyp
parents:
diff changeset
51 </tests>
cf8eee8343fb planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/sixgill commit 547a3bb05a08bc4eaed224b6864a82434e09289d-dirty
galaxyp
parents:
diff changeset
52 <help><![CDATA[
cf8eee8343fb planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/sixgill commit 547a3bb05a08bc4eaed224b6864a82434e09289d-dirty
galaxyp
parents:
diff changeset
53 usage: sixgill_makefasta [-h] --out OUT --type {aa,peptide}
cf8eee8343fb planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/sixgill commit 547a3bb05a08bc4eaed224b6864a82434e09289d-dirty
galaxyp
parents:
diff changeset
54 [--missedcleavages MISSEDCLEAVAGES]
cf8eee8343fb planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/sixgill commit 547a3bb05a08bc4eaed224b6864a82434e09289d-dirty
galaxyp
parents:
diff changeset
55 [--minpeptidelength MINPEPTIDELENGTH] [--debug]
cf8eee8343fb planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/sixgill commit 547a3bb05a08bc4eaed224b6864a82434e09289d-dirty
galaxyp
parents:
diff changeset
56 metapeptidedbfile
cf8eee8343fb planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/sixgill commit 547a3bb05a08bc4eaed224b6864a82434e09289d-dirty
galaxyp
parents:
diff changeset
57
cf8eee8343fb planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/sixgill commit 547a3bb05a08bc4eaed224b6864a82434e09289d-dirty
galaxyp
parents:
diff changeset
58 Build a fasta database from a metapeptide database. Either nucleotide or amino
cf8eee8343fb planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/sixgill commit 547a3bb05a08bc4eaed224b6864a82434e09289d-dirty
galaxyp
parents:
diff changeset
59 acid.
cf8eee8343fb planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/sixgill commit 547a3bb05a08bc4eaed224b6864a82434e09289d-dirty
galaxyp
parents:
diff changeset
60
cf8eee8343fb planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/sixgill commit 547a3bb05a08bc4eaed224b6864a82434e09289d-dirty
galaxyp
parents:
diff changeset
61 positional arguments:
cf8eee8343fb planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/sixgill commit 547a3bb05a08bc4eaed224b6864a82434e09289d-dirty
galaxyp
parents:
diff changeset
62 metapeptidedbfile input metapeptide database file
cf8eee8343fb planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/sixgill commit 547a3bb05a08bc4eaed224b6864a82434e09289d-dirty
galaxyp
parents:
diff changeset
63
cf8eee8343fb planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/sixgill commit 547a3bb05a08bc4eaed224b6864a82434e09289d-dirty
galaxyp
parents:
diff changeset
64 optional arguments:
cf8eee8343fb planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/sixgill commit 547a3bb05a08bc4eaed224b6864a82434e09289d-dirty
galaxyp
parents:
diff changeset
65 -h, --help show this help message and exit
cf8eee8343fb planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/sixgill commit 547a3bb05a08bc4eaed224b6864a82434e09289d-dirty
galaxyp
parents:
diff changeset
66 --out OUT output file
cf8eee8343fb planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/sixgill commit 547a3bb05a08bc4eaed224b6864a82434e09289d-dirty
galaxyp
parents:
diff changeset
67 --type {aa,peptide} database type
cf8eee8343fb planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/sixgill commit 547a3bb05a08bc4eaed224b6864a82434e09289d-dirty
galaxyp
parents:
diff changeset
68 --missedcleavages MISSEDCLEAVAGES
cf8eee8343fb planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/sixgill commit 547a3bb05a08bc4eaed224b6864a82434e09289d-dirty
galaxyp
parents:
diff changeset
69 missed cleavages (for type peptide only)
cf8eee8343fb planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/sixgill commit 547a3bb05a08bc4eaed224b6864a82434e09289d-dirty
galaxyp
parents:
diff changeset
70 --minpeptidelength MINPEPTIDELENGTH
cf8eee8343fb planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/sixgill commit 547a3bb05a08bc4eaed224b6864a82434e09289d-dirty
galaxyp
parents:
diff changeset
71 minimum peptide length (for type peptide only)
cf8eee8343fb planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/sixgill commit 547a3bb05a08bc4eaed224b6864a82434e09289d-dirty
galaxyp
parents:
diff changeset
72 --debug Enable debug logging
cf8eee8343fb planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/sixgill commit 547a3bb05a08bc4eaed224b6864a82434e09289d-dirty
galaxyp
parents:
diff changeset
73
cf8eee8343fb planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/sixgill commit 547a3bb05a08bc4eaed224b6864a82434e09289d-dirty
galaxyp
parents:
diff changeset
74 ]]></help>
cf8eee8343fb planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/sixgill commit 547a3bb05a08bc4eaed224b6864a82434e09289d-dirty
galaxyp
parents:
diff changeset
75 <expand macro="citations" />
cf8eee8343fb planemo upload for repository https://github.com/galaxyproteomics/tools-galaxyp/tree/master/tools/sixgill commit 547a3bb05a08bc4eaed224b6864a82434e09289d-dirty
galaxyp
parents:
diff changeset
76 </tool>