Mercurial > repos > iuc > snap
annotate snap.xml @ 0:9498d2b6ae92 draft
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/snap commit 4a8f640dec78899be470ddd1c436fc0d158c80f3
| author | iuc |
|---|---|
| date | Fri, 10 May 2019 08:50:55 -0400 |
| parents | |
| children | bcd4a1511550 |
| rev | line source |
|---|---|
|
0
9498d2b6ae92
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/snap commit 4a8f640dec78899be470ddd1c436fc0d158c80f3
iuc
parents:
diff
changeset
|
1 <tool id="snap" name="SNAP" profile="16.04" version="@VERSION@"> |
|
9498d2b6ae92
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/snap commit 4a8f640dec78899be470ddd1c436fc0d158c80f3
iuc
parents:
diff
changeset
|
2 <description>gene prediction</description> |
|
9498d2b6ae92
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/snap commit 4a8f640dec78899be470ddd1c436fc0d158c80f3
iuc
parents:
diff
changeset
|
3 <macros> |
|
9498d2b6ae92
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/snap commit 4a8f640dec78899be470ddd1c436fc0d158c80f3
iuc
parents:
diff
changeset
|
4 <import>macros.xml</import> |
|
9498d2b6ae92
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/snap commit 4a8f640dec78899be470ddd1c436fc0d158c80f3
iuc
parents:
diff
changeset
|
5 </macros> |
|
9498d2b6ae92
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/snap commit 4a8f640dec78899be470ddd1c436fc0d158c80f3
iuc
parents:
diff
changeset
|
6 <expand macro="requirements"/> |
|
9498d2b6ae92
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/snap commit 4a8f640dec78899be470ddd1c436fc0d158c80f3
iuc
parents:
diff
changeset
|
7 <command detect_errors="aggressive"><![CDATA[ |
|
9498d2b6ae92
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/snap commit 4a8f640dec78899be470ddd1c436fc0d158c80f3
iuc
parents:
diff
changeset
|
8 snap |
|
9498d2b6ae92
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/snap commit 4a8f640dec78899be470ddd1c436fc0d158c80f3
iuc
parents:
diff
changeset
|
9 -gff |
|
9498d2b6ae92
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/snap commit 4a8f640dec78899be470ddd1c436fc0d158c80f3
iuc
parents:
diff
changeset
|
10 $lcmask |
|
9498d2b6ae92
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/snap commit 4a8f640dec78899be470ddd1c436fc0d158c80f3
iuc
parents:
diff
changeset
|
11 #if $strand == 'forward' |
|
9498d2b6ae92
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/snap commit 4a8f640dec78899be470ddd1c436fc0d158c80f3
iuc
parents:
diff
changeset
|
12 -plus |
|
9498d2b6ae92
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/snap commit 4a8f640dec78899be470ddd1c436fc0d158c80f3
iuc
parents:
diff
changeset
|
13 #else if $strand == 'backward' |
|
9498d2b6ae92
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/snap commit 4a8f640dec78899be470ddd1c436fc0d158c80f3
iuc
parents:
diff
changeset
|
14 -minus |
|
9498d2b6ae92
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/snap commit 4a8f640dec78899be470ddd1c436fc0d158c80f3
iuc
parents:
diff
changeset
|
15 #end if |
|
9498d2b6ae92
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/snap commit 4a8f640dec78899be470ddd1c436fc0d158c80f3
iuc
parents:
diff
changeset
|
16 -aa '${output_aa}' |
|
9498d2b6ae92
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/snap commit 4a8f640dec78899be470ddd1c436fc0d158c80f3
iuc
parents:
diff
changeset
|
17 -tx '${output_tx}' |
|
9498d2b6ae92
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/snap commit 4a8f640dec78899be470ddd1c436fc0d158c80f3
iuc
parents:
diff
changeset
|
18 '${model}' |
|
9498d2b6ae92
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/snap commit 4a8f640dec78899be470ddd1c436fc0d158c80f3
iuc
parents:
diff
changeset
|
19 '${input_genome}' |
|
9498d2b6ae92
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/snap commit 4a8f640dec78899be470ddd1c436fc0d158c80f3
iuc
parents:
diff
changeset
|
20 > '${output_gff}' |
|
9498d2b6ae92
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/snap commit 4a8f640dec78899be470ddd1c436fc0d158c80f3
iuc
parents:
diff
changeset
|
21 ]]> |
|
9498d2b6ae92
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/snap commit 4a8f640dec78899be470ddd1c436fc0d158c80f3
iuc
parents:
diff
changeset
|
22 </command> |
|
9498d2b6ae92
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/snap commit 4a8f640dec78899be470ddd1c436fc0d158c80f3
iuc
parents:
diff
changeset
|
23 <inputs> |
|
9498d2b6ae92
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/snap commit 4a8f640dec78899be470ddd1c436fc0d158c80f3
iuc
parents:
diff
changeset
|
24 <param name="input_genome" type="data" format="fasta" label="Genome Sequence"/> |
|
9498d2b6ae92
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/snap commit 4a8f640dec78899be470ddd1c436fc0d158c80f3
iuc
parents:
diff
changeset
|
25 |
|
9498d2b6ae92
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/snap commit 4a8f640dec78899be470ddd1c436fc0d158c80f3
iuc
parents:
diff
changeset
|
26 <param name="model" type="data" format="snaphmm" label="Prediction model" help="File created with 'Train SNAP' tool"/> |
|
9498d2b6ae92
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/snap commit 4a8f640dec78899be470ddd1c436fc0d158c80f3
iuc
parents:
diff
changeset
|
27 |
|
9498d2b6ae92
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/snap commit 4a8f640dec78899be470ddd1c436fc0d158c80f3
iuc
parents:
diff
changeset
|
28 <param argument="-lcmask" type="boolean" |
|
9498d2b6ae92
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/snap commit 4a8f640dec78899be470ddd1c436fc0d158c80f3
iuc
parents:
diff
changeset
|
29 label="Treat lowercase as N" |
|
9498d2b6ae92
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/snap commit 4a8f640dec78899be470ddd1c436fc0d158c80f3
iuc
parents:
diff
changeset
|
30 truevalue="-lcmask" falsevalue="" checked="false" /> |
|
9498d2b6ae92
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/snap commit 4a8f640dec78899be470ddd1c436fc0d158c80f3
iuc
parents:
diff
changeset
|
31 |
|
9498d2b6ae92
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/snap commit 4a8f640dec78899be470ddd1c436fc0d158c80f3
iuc
parents:
diff
changeset
|
32 <param name="strand" type="select" |
|
9498d2b6ae92
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/snap commit 4a8f640dec78899be470ddd1c436fc0d158c80f3
iuc
parents:
diff
changeset
|
33 label="Predict genes on specific strands"> |
|
9498d2b6ae92
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/snap commit 4a8f640dec78899be470ddd1c436fc0d158c80f3
iuc
parents:
diff
changeset
|
34 <option value="both">both</option> |
|
9498d2b6ae92
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/snap commit 4a8f640dec78899be470ddd1c436fc0d158c80f3
iuc
parents:
diff
changeset
|
35 <option value="forward">forward</option> |
|
9498d2b6ae92
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/snap commit 4a8f640dec78899be470ddd1c436fc0d158c80f3
iuc
parents:
diff
changeset
|
36 <option value="backward">backward</option> |
|
9498d2b6ae92
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/snap commit 4a8f640dec78899be470ddd1c436fc0d158c80f3
iuc
parents:
diff
changeset
|
37 </param> |
|
9498d2b6ae92
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/snap commit 4a8f640dec78899be470ddd1c436fc0d158c80f3
iuc
parents:
diff
changeset
|
38 </inputs> |
|
9498d2b6ae92
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/snap commit 4a8f640dec78899be470ddd1c436fc0d158c80f3
iuc
parents:
diff
changeset
|
39 <outputs> |
|
9498d2b6ae92
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/snap commit 4a8f640dec78899be470ddd1c436fc0d158c80f3
iuc
parents:
diff
changeset
|
40 <data format="gff" name="output_gff" label="${tool.name} on ${on_string}: GFF"/> |
|
9498d2b6ae92
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/snap commit 4a8f640dec78899be470ddd1c436fc0d158c80f3
iuc
parents:
diff
changeset
|
41 <data format="fasta" name="output_aa" label="${tool.name} on ${on_string}: Protein sequence"/> |
|
9498d2b6ae92
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/snap commit 4a8f640dec78899be470ddd1c436fc0d158c80f3
iuc
parents:
diff
changeset
|
42 <data format="fasta" name="output_tx" label="${tool.name} on ${on_string}: Coding sequence"/> |
|
9498d2b6ae92
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/snap commit 4a8f640dec78899be470ddd1c436fc0d158c80f3
iuc
parents:
diff
changeset
|
43 </outputs> |
|
9498d2b6ae92
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/snap commit 4a8f640dec78899be470ddd1c436fc0d158c80f3
iuc
parents:
diff
changeset
|
44 <tests> |
|
9498d2b6ae92
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/snap commit 4a8f640dec78899be470ddd1c436fc0d158c80f3
iuc
parents:
diff
changeset
|
45 <test> |
|
9498d2b6ae92
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/snap commit 4a8f640dec78899be470ddd1c436fc0d158c80f3
iuc
parents:
diff
changeset
|
46 <param name="input_genome" value="human.fa" ftype="fasta" /> |
|
9498d2b6ae92
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/snap commit 4a8f640dec78899be470ddd1c436fc0d158c80f3
iuc
parents:
diff
changeset
|
47 <param name="model" value="snap.hmm" /> |
|
9498d2b6ae92
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/snap commit 4a8f640dec78899be470ddd1c436fc0d158c80f3
iuc
parents:
diff
changeset
|
48 <!-- FIXME ftype temporarily removed because the not yet existing snaphmm type breaks travis tests --> |
|
9498d2b6ae92
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/snap commit 4a8f640dec78899be470ddd1c436fc0d158c80f3
iuc
parents:
diff
changeset
|
49 <!--param name="model" value="snap.hmm" ftype="snaphmm" /--> |
|
9498d2b6ae92
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/snap commit 4a8f640dec78899be470ddd1c436fc0d158c80f3
iuc
parents:
diff
changeset
|
50 <output name="output_gff" file="snap_annot.gff" ftype="gff"/> |
|
9498d2b6ae92
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/snap commit 4a8f640dec78899be470ddd1c436fc0d158c80f3
iuc
parents:
diff
changeset
|
51 <output name="output_aa" file="annot_aa.fasta" ftype="fasta"/> |
|
9498d2b6ae92
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/snap commit 4a8f640dec78899be470ddd1c436fc0d158c80f3
iuc
parents:
diff
changeset
|
52 <output name="output_tx" file="annot_tx.fasta" ftype="fasta"/> |
|
9498d2b6ae92
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/snap commit 4a8f640dec78899be470ddd1c436fc0d158c80f3
iuc
parents:
diff
changeset
|
53 </test> |
|
9498d2b6ae92
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/snap commit 4a8f640dec78899be470ddd1c436fc0d158c80f3
iuc
parents:
diff
changeset
|
54 </tests> |
|
9498d2b6ae92
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/snap commit 4a8f640dec78899be470ddd1c436fc0d158c80f3
iuc
parents:
diff
changeset
|
55 <help> |
|
9498d2b6ae92
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/snap commit 4a8f640dec78899be470ddd1c436fc0d158c80f3
iuc
parents:
diff
changeset
|
56 <![CDATA[ |
|
9498d2b6ae92
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/snap commit 4a8f640dec78899be470ddd1c436fc0d158c80f3
iuc
parents:
diff
changeset
|
57 SNAP is a general purpose gene finding program suitable for both eukaryotic and prokaryotic genomes. |
|
9498d2b6ae92
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/snap commit 4a8f640dec78899be470ddd1c436fc0d158c80f3
iuc
parents:
diff
changeset
|
58 ]]> |
|
9498d2b6ae92
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/snap commit 4a8f640dec78899be470ddd1c436fc0d158c80f3
iuc
parents:
diff
changeset
|
59 </help> |
|
9498d2b6ae92
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/snap commit 4a8f640dec78899be470ddd1c436fc0d158c80f3
iuc
parents:
diff
changeset
|
60 <expand macro="citations"/> |
|
9498d2b6ae92
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/snap commit 4a8f640dec78899be470ddd1c436fc0d158c80f3
iuc
parents:
diff
changeset
|
61 </tool> |
