annotate tools/emboss_5/emboss_pepstats.xml @ 2:c2a356708570

Uploaded
author xuebing
date Fri, 09 Mar 2012 19:45:42 -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: pepstats71" name="pepstats" version="5.0.0">
9071e359b9a3 Uploaded
xuebing
parents:
diff changeset
2 <description>Protein statistics</description>
9071e359b9a3 Uploaded
xuebing
parents:
diff changeset
3 <requirements><requirement type="package" version="5.0.0">emboss</requirement></requirements>
9071e359b9a3 Uploaded
xuebing
parents:
diff changeset
4 <command>pepstats -sequence $input1 -outfile $out_file1 -termini $termini -auto</command>
9071e359b9a3 Uploaded
xuebing
parents:
diff changeset
5 <inputs>
9071e359b9a3 Uploaded
xuebing
parents:
diff changeset
6 <param format="data" name="input1" type="data">
9071e359b9a3 Uploaded
xuebing
parents:
diff changeset
7 <label>Sequence</label>
9071e359b9a3 Uploaded
xuebing
parents:
diff changeset
8 </param>
9071e359b9a3 Uploaded
xuebing
parents:
diff changeset
9 <param name="termini" type="select">
9071e359b9a3 Uploaded
xuebing
parents:
diff changeset
10 <label>Include charge at N and C terminus</label>
9071e359b9a3 Uploaded
xuebing
parents:
diff changeset
11 <option value="yes">Yes</option>
9071e359b9a3 Uploaded
xuebing
parents:
diff changeset
12 <option value="no">No</option>
9071e359b9a3 Uploaded
xuebing
parents:
diff changeset
13 </param>
9071e359b9a3 Uploaded
xuebing
parents:
diff changeset
14 </inputs>
9071e359b9a3 Uploaded
xuebing
parents:
diff changeset
15 <outputs>
9071e359b9a3 Uploaded
xuebing
parents:
diff changeset
16 <data format="pepstats" name="out_file1" />
9071e359b9a3 Uploaded
xuebing
parents:
diff changeset
17 </outputs>
9071e359b9a3 Uploaded
xuebing
parents:
diff changeset
18 <tests>
9071e359b9a3 Uploaded
xuebing
parents:
diff changeset
19 <test>
9071e359b9a3 Uploaded
xuebing
parents:
diff changeset
20 <param name="input1" value="2.fasta"/>
9071e359b9a3 Uploaded
xuebing
parents:
diff changeset
21 <param name="termini" value="yes"/>
9071e359b9a3 Uploaded
xuebing
parents:
diff changeset
22 <output name="out_file1" file="emboss_pepstats_out.pepstats"/>
9071e359b9a3 Uploaded
xuebing
parents:
diff changeset
23 </test>
9071e359b9a3 Uploaded
xuebing
parents:
diff changeset
24 </tests>
9071e359b9a3 Uploaded
xuebing
parents:
diff changeset
25 <help>
9071e359b9a3 Uploaded
xuebing
parents:
diff changeset
26 You can view the original documentation here_.
9071e359b9a3 Uploaded
xuebing
parents:
diff changeset
27
9071e359b9a3 Uploaded
xuebing
parents:
diff changeset
28 .. _here: http://emboss.sourceforge.net/apps/release/5.0/emboss/apps/pepstats.html
9071e359b9a3 Uploaded
xuebing
parents:
diff changeset
29 </help>
9071e359b9a3 Uploaded
xuebing
parents:
diff changeset
30 </tool>