annotate tools/emboss_5/emboss_plotorf.xml @ 1:cdcb0ce84a1b

Uploaded
author xuebing
date Fri, 09 Mar 2012 19:45:15 -0500
parents 9071e359b9a3
children
Ignore whitespace changes - Everywhere: Within whitespace: At end of lines:
rev   line source
0
9071e359b9a3 Uploaded
xuebing
parents:
diff changeset
1 <tool id="EMBOSS: plotorf76" name="plotorf" version="5.0.0">
9071e359b9a3 Uploaded
xuebing
parents:
diff changeset
2 <!-- produces png file output -->
9071e359b9a3 Uploaded
xuebing
parents:
diff changeset
3 <description>Plot potential open reading frames</description>
9071e359b9a3 Uploaded
xuebing
parents:
diff changeset
4 <requirements><requirement type="package" version="5.0.0">emboss</requirement></requirements>
9071e359b9a3 Uploaded
xuebing
parents:
diff changeset
5 <command interpreter="perl">emboss_single_outputfile_wrapper.pl plotorf -sequence $input1 -graph png -goutfile $out_file1 -start $start -stop $stop -auto</command>
9071e359b9a3 Uploaded
xuebing
parents:
diff changeset
6 <inputs>
9071e359b9a3 Uploaded
xuebing
parents:
diff changeset
7 <param format="fasta" name="input1" type="data">
9071e359b9a3 Uploaded
xuebing
parents:
diff changeset
8 <label>Sequence</label>
9071e359b9a3 Uploaded
xuebing
parents:
diff changeset
9 </param>
9071e359b9a3 Uploaded
xuebing
parents:
diff changeset
10 <param name="start" size="15" type="text" value="ATG">
9071e359b9a3 Uploaded
xuebing
parents:
diff changeset
11 <label>Start codons</label>
9071e359b9a3 Uploaded
xuebing
parents:
diff changeset
12 </param>
9071e359b9a3 Uploaded
xuebing
parents:
diff changeset
13 <param name="stop" size="15" type="text" value="TAA">
9071e359b9a3 Uploaded
xuebing
parents:
diff changeset
14 <label>Stop codons</label>
9071e359b9a3 Uploaded
xuebing
parents:
diff changeset
15 </param>
9071e359b9a3 Uploaded
xuebing
parents:
diff changeset
16 </inputs>
9071e359b9a3 Uploaded
xuebing
parents:
diff changeset
17 <outputs>
9071e359b9a3 Uploaded
xuebing
parents:
diff changeset
18 <data format="png" name="out_file1" />
9071e359b9a3 Uploaded
xuebing
parents:
diff changeset
19 </outputs>
9071e359b9a3 Uploaded
xuebing
parents:
diff changeset
20 <!-- <tests>
9071e359b9a3 Uploaded
xuebing
parents:
diff changeset
21 <test>
9071e359b9a3 Uploaded
xuebing
parents:
diff changeset
22 <param name="input1" value="2.fasta"/>
9071e359b9a3 Uploaded
xuebing
parents:
diff changeset
23 <param name="start" value="ATG"/>
9071e359b9a3 Uploaded
xuebing
parents:
diff changeset
24 <param name="stop" value="TAA"/>
9071e359b9a3 Uploaded
xuebing
parents:
diff changeset
25 <output name="out_file1" file="emboss_plotorf_out.png"/>
9071e359b9a3 Uploaded
xuebing
parents:
diff changeset
26 </test>
9071e359b9a3 Uploaded
xuebing
parents:
diff changeset
27 </tests> -->
9071e359b9a3 Uploaded
xuebing
parents:
diff changeset
28 <help>
9071e359b9a3 Uploaded
xuebing
parents:
diff changeset
29
9071e359b9a3 Uploaded
xuebing
parents:
diff changeset
30 .. class:: warningmark
9071e359b9a3 Uploaded
xuebing
parents:
diff changeset
31
9071e359b9a3 Uploaded
xuebing
parents:
diff changeset
32 The input dataset needs to be sequences.
9071e359b9a3 Uploaded
xuebing
parents:
diff changeset
33
9071e359b9a3 Uploaded
xuebing
parents:
diff changeset
34 -----
9071e359b9a3 Uploaded
xuebing
parents:
diff changeset
35
9071e359b9a3 Uploaded
xuebing
parents:
diff changeset
36 You can view the original documentation here_.
9071e359b9a3 Uploaded
xuebing
parents:
diff changeset
37
9071e359b9a3 Uploaded
xuebing
parents:
diff changeset
38 .. _here: http://emboss.sourceforge.net/apps/release/5.0/emboss/apps/plotorf.html
9071e359b9a3 Uploaded
xuebing
parents:
diff changeset
39 </help>
9071e359b9a3 Uploaded
xuebing
parents:
diff changeset
40 </tool>