0
|
1 <tool id="EMBOSS: chaos7" name="chaos" version="5.0.0">
|
|
2 <description>Create a chaos game representation plot for a sequence</description>
|
|
3 <requirements><requirement type="package" version="5.0.0">emboss</requirement></requirements>
|
|
4 <command interpreter="perl">emboss_single_outputfile_wrapper.pl chaos -sequence $input1 -graph png -goutfile $out_file1 -auto</command>
|
|
5 <inputs>
|
|
6 <param format="data" name="input1" type="data">
|
|
7 <label>On query</label>
|
|
8 </param>
|
|
9 </inputs>
|
|
10 <outputs>
|
|
11 <data format="png" name="out_file1" />
|
|
12 </outputs>
|
|
13 <!-- <tests>
|
|
14 <test>
|
|
15 puts name of file into the png
|
|
16 </test>
|
|
17 </tests> -->
|
|
18 <help>
|
|
19 You can view the original documentation here_.
|
|
20
|
|
21 .. _here: http://emboss.sourceforge.net/apps/release/5.0/emboss/apps/chaos.html
|
|
22 </help>
|
|
23 </tool> |