comparison emboss_plotorf.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: plotorf76" name="plotorf" version="5.0.0">
2 <!-- produces png file output -->
3 <description>Plot potential open reading frames</description>
4 <macros>
5 <import>macros.xml</import>
6 </macros>
7 <expand macro="requirements" />
8 <command>perl '$__tool_directory__/emboss_single_outputfile_wrapper.pl' plotorf -sequence '$input1' -graph png -goutfile '$out_file1' -start '$start' -stop '$stop' -auto</command>
9 <inputs>
10 <param name="input1" type="data" format="fasta" label="Sequence" />
11 <param name="start" type="text" value="ATG" label="Start codons" />
12 <param name="stop" type="text" value="TAA" label="Stop codons" />
13 </inputs>
14 <outputs>
15 <data name="out_file1" format="png" />
16 </outputs>
17 <!-- <tests>
18 <test>
19 <param name="input1" value="2.fasta"/>
20 <param name="start" value="ATG"/>
21 <param name="stop" value="TAA"/>
22 <output name="out_file1" file="emboss_plotorf_out.png"/>
23 </test>
24 </tests> -->
25 <help>
26 .. class:: warningmark
27
28 The input dataset needs to be sequences.
29
30 -----
31
32 You can view the original documentation here_.
33
34 .. _here: http://galaxy-iuc.github.io/emboss-5.0-docs/plotorf.html
35 </help>
36 <expand macro="citations" />
37 </tool>