Mercurial > repos > devteam > emboss_5
comparison emboss_checktrans.xml @ 11:0e2484b6829b draft
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/emboss_5 commit b583bbeb8fc90cd4b1e987a56982e7cf4aed1a68
author | iuc |
---|---|
date | Mon, 30 Jan 2017 13:27:40 -0500 |
parents | 9b98d3d903c6 |
children | 27c43fb015f0 |
comparison
equal
deleted
inserted
replaced
10:9b98d3d903c6 | 11:0e2484b6829b |
---|---|
1 <tool id="EMBOSS: checktrans9" name="checktrans" version="5.0.0"> | 1 <tool id="EMBOSS: checktrans9" name="checktrans" version="5.0.0.1"> |
2 <description>Reports STOP codons and ORF statistics of a protein</description> | 2 <description>Reports STOP codons and ORF statistics of a protein</description> |
3 <requirements><requirement type="package" version="5.0.0">emboss</requirement></requirements> | 3 <macros> |
4 <command>checktrans -sequence $input1 -outfile $out_file1 -outseq $out_file2 -osformat3 $out_format2 -outfeat $out_file3 -offormat4 $out_format3 -orfml $orfml -addlast $addlast -auto</command> | 4 <import>macros.xml</import> |
5 </macros> | |
6 <expand macro="requirements" /> | |
7 <code file="emboss_format_corrector.py" /> | |
8 <command>checktrans -sequence '$input1' -outfile '$out_file1' -outseq '$out_file2' -osformat3 $out_format2 -outfeat '$out_file3' -offormat4 $out_format3 -orfml $orfml -addlast $addlast -auto</command> | |
5 <inputs> | 9 <inputs> |
6 <param format="fasta" name="input1" type="data"> | 10 <param name="input1" type="data" format="fasta" label="On query" /> |
7 <label>On query</label> | 11 <param name="orfml" type="integer" value="100" label="Minimum ORF length to report" /> |
8 </param> | 12 <param name="addlast" type="select" label="An asterisk in the protein sequence indicates the position of a STOP codon" help="Checktrans assumes that all ORFs end in a STOP codon. Forcing the sequence to end with an asterisk, if there is not one there already, makes checktrans treat the end as a potential ORF. If an asterisk is added, it is not included in the reported count of STOPs"> |
9 <param name="orfml" type="text" value="100"> | |
10 <label>Minimum ORF Length to report</label> | |
11 </param> | |
12 <param name="addlast" type="select"> | |
13 <label>An asterisk in the protein sequence indicates the position of a STOP codon. Checktrans assumes that all ORFs end in a STOP codon. Forcing the sequence to end with an asterisk, if there | |
14 is not one there already, makes checktrans treat the end as a potential ORF. If an asterisk is added, it is not included in the reported count of STOPs</label> | |
15 <option value="yes">Yes</option> | 13 <option value="yes">Yes</option> |
16 <option value="no">No</option> | 14 <option value="no">No</option> |
17 </param> | 15 </param> |
18 <param name="out_format2" type="select"> | 16 <param name="out_format2" type="select" label="Output sequence file format"> |
19 <label>Output Sequence File Format</label> | |
20 <option value="fasta">FASTA (m)</option> | 17 <option value="fasta">FASTA (m)</option> |
21 <option value="acedb">ACeDB (m)</option> | 18 <option value="acedb">ACeDB (m)</option> |
22 <option value="asn1">ASN.1 (m)</option> | 19 <option value="asn1">ASN.1 (m)</option> |
23 <option value="clustal">Clustal (m)</option> | 20 <option value="clustal">Clustal (m)</option> |
24 <option value="codata">CODATA (m)</option> | 21 <option value="codata">CODATA (m)</option> |
45 <option value="strider">DNA strider (m)</option> | 42 <option value="strider">DNA strider (m)</option> |
46 <option value="swiss">SwisProt entry (m)</option> | 43 <option value="swiss">SwisProt entry (m)</option> |
47 <option value="text">Plain sequence (s)</option> | 44 <option value="text">Plain sequence (s)</option> |
48 <option value="treecon">Treecon (m)</option> | 45 <option value="treecon">Treecon (m)</option> |
49 </param> | 46 </param> |
50 <param name="out_format3" type="select"> | 47 <param name="out_format3" type="select" label="Output feature file format"> |
51 <label>Output Feature File Format</label> | |
52 <option value="gff">GFF</option> | 48 <option value="gff">GFF</option> |
53 <option value="embl">EMBL</option> | 49 <option value="embl">EMBL</option> |
54 <option value="swiss">SwissProt</option> | 50 <option value="swiss">SwissProt</option> |
55 </param> | 51 </param> |
56 </inputs> | 52 </inputs> |
57 <outputs> | 53 <outputs> |
58 <data format="checktrans" name="out_file1" /> | 54 <data name="out_file1" format="checktrans" /> |
59 <data format="fasta" name="out_file2" /> | 55 <data name="out_file2" format="fasta" /> |
60 <data format="gff" name="out_file3" /> | 56 <data name="out_file3" format="gff" /> |
61 </outputs> | 57 </outputs> |
62 <!-- <tests> | 58 <!-- <tests> |
63 <test> | 59 <test> |
64 <param name="input1" value="2.fasta"/> | 60 <param name="input1" value="2.fasta"/> |
65 <param name="orfml" value="100"/> | 61 <param name="orfml" value="100"/> |
69 <output name="out_file1" file="emboss_checktrans_out1.txt"/> | 65 <output name="out_file1" file="emboss_checktrans_out1.txt"/> |
70 <output name="out_file2" file="emboss_checktrans_out2.fasta"/> | 66 <output name="out_file2" file="emboss_checktrans_out2.fasta"/> |
71 <output name="out_file3" file="emboss_checktrans_out3.gff"/> | 67 <output name="out_file3" file="emboss_checktrans_out3.gff"/> |
72 </test> | 68 </test> |
73 </tests> --> | 69 </tests> --> |
74 <code file="emboss_format_corrector.py" /> | |
75 <help> | 70 <help> |
71 .. class:: warningmark | |
76 | 72 |
77 .. class:: warningmark | 73 The input dataset needs to be sequences. |
78 | 74 |
79 The input dataset needs to be sequences. | 75 ----- |
80 | |
81 ----- | |
82 | 76 |
83 You can view the original documentation here_. | 77 You can view the original documentation here_. |
84 | |
85 .. _here: http://emboss.sourceforge.net/apps/release/5.0/emboss/apps/checktrans.html | |
86 | 78 |
87 ------ | 79 .. _here: http://galaxy-iuc.github.io/emboss-5.0-docs/checktrans.html |
88 | |
89 **Citation** | |
90 | |
91 For the underlying tool, please cite `Rice P, Longden I, Bleasby A. EMBOSS: the European Molecular Biology Open Software Suite. Trends Genet. 2000 Jun;16(6):276-7. <http://www.ncbi.nlm.nih.gov/pubmed/10827456>`_ | |
92 | |
93 If you use this tool in Galaxy, please cite `Blankenberg D, Taylor J, Schenck I, He J, Zhang Y, Ghent M, Veeraraghavan N, Albert I, Miller W, Makova KD, Hardison RC, Nekrutenko A. A framework for collaborative analysis of ENCODE data: making large-scale analyses biologist-friendly. Genome Res. 2007 Jun;17(6):960-4. <http://www.ncbi.nlm.nih.gov/pubmed/17568012>`_ | |
94 </help> | 80 </help> |
81 <expand macro="citations" /> | |
95 </tool> | 82 </tool> |