Mercurial > repos > devteam > emboss_5
comparison emboss_hmoment.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: hmoment44" name="hmoment" version="5.0.0.1"> | |
2 <description>Hydrophobic moment calculation</description> | |
3 <macros> | |
4 <import>macros.xml</import> | |
5 </macros> | |
6 <expand macro="requirements" /> | |
7 <command>hmoment -seqall '$input1' -outfile '$out_file1' -window $window -aangle $aangle -graph png -auto</command> | |
8 <inputs> | |
9 <param name="input1" type="data" format="data" label="Sequences" /> | |
10 <param name="window" type="integer" value="10" label="Window" /> | |
11 <param name="aangle" type="integer" value="100" label="Alpha helix angle (degrees)" /> | |
12 </inputs> | |
13 <outputs> | |
14 <data name="out_file1" format="hmoment" /> | |
15 </outputs> | |
16 <tests> | |
17 <test> | |
18 <param name="input1" value="2.fasta"/> | |
19 <param name="window" value="10"/> | |
20 <param name="aangle" value="100"/> | |
21 <output name="out_file1" file="emboss_hmoment_out.hmoment"/> | |
22 </test> | |
23 </tests> | |
24 <help> | |
25 You can view the original documentation here_. | |
26 | |
27 .. _here: http://galaxy-iuc.github.io/emboss-5.0-docs/hmoment.html | |
28 </help> | |
29 <expand macro="citations" /> | |
30 </tool> |