annotate tools/emboss_5/emboss_noreturn.xml @ 1:cdcb0ce84a1b

Uploaded
author xuebing
date Fri, 09 Mar 2012 19:45:15 -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: noreturn60" name="noreturn" version="5.0.0">
9071e359b9a3 Uploaded
xuebing
parents:
diff changeset
2 <description>Removes carriage return from ASCII files</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>noreturn -infile $input1 -outfile $out_file1 -system $system -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>On query</label>
9071e359b9a3 Uploaded
xuebing
parents:
diff changeset
8 </param>
9071e359b9a3 Uploaded
xuebing
parents:
diff changeset
9 <param name="system" type="select">
9071e359b9a3 Uploaded
xuebing
parents:
diff changeset
10 <label>Target operating system for end-of-line format</label>
9071e359b9a3 Uploaded
xuebing
parents:
diff changeset
11 <option value="unix">Unix/Linux systems</option>
9071e359b9a3 Uploaded
xuebing
parents:
diff changeset
12 <option value="pc">Windows/DOS</option>
9071e359b9a3 Uploaded
xuebing
parents:
diff changeset
13 <option value="mac">Apple Macintosh</option>
9071e359b9a3 Uploaded
xuebing
parents:
diff changeset
14 </param>
9071e359b9a3 Uploaded
xuebing
parents:
diff changeset
15 </inputs>
9071e359b9a3 Uploaded
xuebing
parents:
diff changeset
16 <outputs>
9071e359b9a3 Uploaded
xuebing
parents:
diff changeset
17 <data format="noreturn" name="out_file1" />
9071e359b9a3 Uploaded
xuebing
parents:
diff changeset
18 </outputs>
9071e359b9a3 Uploaded
xuebing
parents:
diff changeset
19 <tests>
9071e359b9a3 Uploaded
xuebing
parents:
diff changeset
20 <test>
9071e359b9a3 Uploaded
xuebing
parents:
diff changeset
21 <param name="input1" value="2.fasta"/>
9071e359b9a3 Uploaded
xuebing
parents:
diff changeset
22 <param name="system" value="unix"/>
9071e359b9a3 Uploaded
xuebing
parents:
diff changeset
23 <output name="out_file1" file="emboss_noreturn_out.noreturn"/>
9071e359b9a3 Uploaded
xuebing
parents:
diff changeset
24 </test>
9071e359b9a3 Uploaded
xuebing
parents:
diff changeset
25 </tests>
9071e359b9a3 Uploaded
xuebing
parents:
diff changeset
26 <help>
9071e359b9a3 Uploaded
xuebing
parents:
diff changeset
27 You can view the original documentation here_.
9071e359b9a3 Uploaded
xuebing
parents:
diff changeset
28
9071e359b9a3 Uploaded
xuebing
parents:
diff changeset
29 .. _here: http://emboss.sourceforge.net/apps/release/5.0/emboss/apps/noreturn.html
9071e359b9a3 Uploaded
xuebing
parents:
diff changeset
30 </help>
9071e359b9a3 Uploaded
xuebing
parents:
diff changeset
31 </tool>