comparison pyCRAC/pyFasta2tab.xml @ 1:7c9574213c0a draft default tip

Uploaded
author swebb
date Thu, 20 Jun 2013 12:13:43 -0400
parents 19b20927172d
children
comparison
equal deleted inserted replaced
0:19b20927172d 1:7c9574213c0a
6 <command interpreter="python">/usr/local/bin/pyFasta2tab.py -f $input -o $output 6 <command interpreter="python">/usr/local/bin/pyFasta2tab.py -f $input -o $output
7 </command> 7 </command>
8 <version_command>/usr/local/bin/pyFasta2tab.py --version</version_command> 8 <version_command>/usr/local/bin/pyFasta2tab.py --version</version_command>
9 <inputs> 9 <inputs>
10 <param name="input" type="data" format="fasta" label="Fasta file -f"/> 10 <param name="input" type="data" format="fasta" label="Fasta file -f"/>
11 <param name="label" type="text" format="txt" size="30" value="pyFasta2Tab" label="Enter output file label -o" />
11 </inputs> 12 </inputs>
12 <param name="label" type="text" format="txt" size="30" value="pyFasta2Tab" label="Enter output file label -o" />
13 <outputs> 13 <outputs>
14 <data name="output" format="tabular" label="${label.value}.tab"/> 14 <data name="output" format="tabular" label="${label.value}.tab"/>
15 </outputs> 15 </outputs>
16 <help> 16 <help>
17 17