0
|
1 <tool id="EMBOSS: charge8" name="charge" version="5.0.0">
|
|
2 <description>Protein charge plot</description>
|
|
3 <requirements><requirement type="package" version="5.0.0">emboss</requirement></requirements>
|
|
4 <command>charge -seqall $input1 -outfile $out_file1 -window $window -auto</command>
|
|
5 <inputs>
|
|
6 <param format="fasta" name="input1" type="data">
|
|
7 <label>On query</label>
|
|
8 </param>
|
|
9 <param name="window" size="4" type="text" value="5">
|
|
10 <label>Window Size</label>
|
|
11 </param>
|
|
12 </inputs>
|
|
13 <outputs>
|
|
14 <data format="charge" name="out_file1" />
|
|
15 </outputs>
|
|
16 <!-- <tests>
|
|
17 <test>
|
|
18 <param name="input1" value="2.fasta"/>
|
|
19 <param name="window" value="5"/>
|
|
20 <output name="out_file1" file="emboss_charge_out.charge"/>
|
|
21 </test>
|
|
22 </tests>-->
|
|
23 <help>
|
|
24
|
|
25 .. class:: warningmark
|
|
26
|
|
27 The input dataset needs to be sequences.
|
|
28
|
|
29 -----
|
|
30
|
|
31 You can view the original documentation here_.
|
|
32
|
|
33 .. _here: http://emboss.sourceforge.net/apps/release/5.0/emboss/apps/charge.html
|
|
34 </help>
|
|
35 </tool>
|