Mercurial > repos > devteam > emboss_5
comparison emboss_getorf.xml @ 10:d49956b87f7e draft
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/emboss_5 commit 2bfbb5ae6b801e43355fdc3f964a5111fe3fe3a1
author | iuc |
---|---|
date | Wed, 08 Feb 2017 12:42:22 -0500 |
parents | |
children | 8992d258e42f |
comparison
equal
deleted
inserted
replaced
9:511429456d3c | 10:d49956b87f7e |
---|---|
1 <tool id="EMBOSS: getorf42" name="getorf" version="5.0.0.1"> | |
2 <description>Finds and extracts open reading frames (ORFs)</description> | |
3 <macros> | |
4 <import>macros.xml</import> | |
5 </macros> | |
6 <expand macro="requirements" /> | |
7 <code file="emboss_format_corrector.py" /> | |
8 <command>getorf -sequence '$input1' -outseq '$out_file1' -table $table -minsize $minsize -maxsize $maxsize -find $find -methionine $methionine -circular $circular -reverse $reverse -flanking $flanking | |
9 -osformat2 $out_format1 -auto</command> | |
10 <inputs> | |
11 <param name="input1" type="data" format="fasta" label="Sequences" /> | |
12 <param name="table" type="select" label="Code to use"> | |
13 <option value="0">Standard</option> | |
14 <option value="1">Standard (with alternative initiation codons)</option> | |
15 <option value="2">Vertebrate Mitochondrial</option> | |
16 <option value="3">Yeast Mitochondrial</option> | |
17 <option value="4">Mold, Protozoan, Coelenterate Mitochondrial and Mycoplasma/Spiroplasma</option> | |
18 <option value="5">Invertebrate Mitochondrial</option> | |
19 <option value="6">Ciliate Macronuclear and Dasycladacean</option> | |
20 <option value="9">Echinoderm Mitochondrial</option> | |
21 <option value="10">Euplotid Nuclear</option> | |
22 <option value="11">Bacterial</option> | |
23 <option value="12">Alternative Yeast Nuclear</option> | |
24 <option value="13">Ascidian Mitochondrial</option> | |
25 <option value="14">Flatworm Mitochondrial</option> | |
26 <option value="15">Blepharisma Macronuclear</option> | |
27 <option value="16">Chlorophycean Mitochondrial</option> | |
28 <option value="21">Trematode Mitochondrial</option> | |
29 <option value="22">Scenedesmus obliquus</option> | |
30 <option value="23">Thraustochytrium Mitochondrial</option> | |
31 </param> | |
32 <param name="minsize" type="integer" value="30" label="Minimum nucleotide size of ORF to report" /> | |
33 <param name="maxsize" type="integer" value="1000000" label="Maximum nucleotide size of ORF to report" /> | |
34 <param name="find" type="select" label="What to output"> | |
35 <option value="0">Translation of regions between STOP codons</option> | |
36 <option value="1">Translation of regions between START and STOP codons</option> | |
37 <option value="2">Nucleic sequences between STOP codons</option> | |
38 <option value="3">Nucleic sequences between START and STOP codons</option> | |
39 <option value="4">Nucleotides flanking START codons</option> | |
40 <option value="5">Nucleotides flanking initial STOP codons</option> | |
41 <option value="6">Nucleotides flanking ending STOP codons</option> | |
42 </param> | |
43 <param name="methionine" type="select" label="All START codons to code for Methionine"> | |
44 <option value="yes">Yes</option> | |
45 <option value="no">No</option> | |
46 </param> | |
47 <param name="circular" type="select" label="Circular sequence"> | |
48 <option value="no">No</option> | |
49 <option value="yes">Yes</option> | |
50 </param> | |
51 <param name="reverse" type="select" label="Find ORFs in the reverse complement"> | |
52 <option value="yes">Yes</option> | |
53 <option value="no">No</option> | |
54 </param> | |
55 <param name="flanking" type="integer" value="100" label="Number of flanking nucleotides to output" /> | |
56 <param name="out_format1" type="select" label="Output sequence file format"> | |
57 <option value="fasta">FASTA (m)</option> | |
58 <option value="acedb">ACeDB (m)</option> | |
59 <option value="asn1">ASN.1 (m)</option> | |
60 <option value="clustal">Clustal (m)</option> | |
61 <option value="codata">CODATA (m)</option> | |
62 <option value="embl">EMBL (m)</option> | |
63 <option value="fitch">Fitch (m)</option> | |
64 <option value="gcg">Wisconsin Package GCG 9.x and 10.x (s)</option> | |
65 <option value="genbank">GENBANK (m)</option> | |
66 <!-- <option value="gff">GFF (m)</option> --> | |
67 <option value="hennig86">Hennig86 (m)</option> | |
68 <option value="ig">Intelligenetics (m)</option> | |
69 <option value="jackknifer">Jackknifer (m)</option> | |
70 <option value="jackknifernon">Jackknifernon (m)</option> | |
71 <option value="mega">Mega (m)</option> | |
72 <option value="meganon">Meganon (m)</option> | |
73 <option value="msf">Wisconsin Package GCG's MSF (m)</option> | |
74 <option value="pir">NBRF (PIR) (m)</option> | |
75 <option value="ncbi">NCBI style FASTA (m)</option> | |
76 <option value="nexus">Nexus/PAUP (m)</option> | |
77 <option value="nexusnon">Nexusnon/PAUPnon (m)</option> | |
78 <option value="phylip">PHYLIP interleaved (m)</option> | |
79 <option value="phylipnon">PHYLIP non-interleaved (m)</option> | |
80 <option value="selex">SELEX (m)</option> | |
81 <option value="staden">Staden (s)</option> | |
82 <option value="strider">DNA strider (m)</option> | |
83 <option value="swiss">SwisProt entry (m)</option> | |
84 <option value="text">Plain sequence (s)</option> | |
85 <option value="treecon">Treecon (m)</option> | |
86 </param> | |
87 </inputs> | |
88 <outputs> | |
89 <data name="out_file1" format="fasta" /> | |
90 </outputs> | |
91 <tests> | |
92 <test> | |
93 <param name="input1" value="2.fasta"/> | |
94 <param name="minsize" value="30"/> | |
95 <param name="maxsize" value="1000000"/> | |
96 <param name="find" value="0"/> | |
97 <param name="methionine" value="yes"/> | |
98 <param name="circular" value="no"/> | |
99 <param name="reverse" value="yes"/> | |
100 <param name="table" value="0"/> | |
101 <param name="flanking" value="100"/> | |
102 <param name="out_format1" value="fasta"/> | |
103 <output name="out_file1" file="emboss_getorf_out.fasta"/> | |
104 </test> | |
105 </tests> | |
106 <help> | |
107 .. class:: warningmark | |
108 | |
109 The input dataset needs to be sequences. | |
110 | |
111 ----- | |
112 | |
113 You can view the original documentation here_. | |
114 | |
115 .. _here: http://galaxy-iuc.github.io/emboss-5.0-docs/getorf.html | |
116 </help> | |
117 <expand macro="citations" /> | |
118 </tool> |