comparison SMART/galaxy/getSequence.xml @ 6:769e306b7933

Change the repository level.
author yufei-luo
date Fri, 18 Jan 2013 04:54:14 -0500
parents
children
comparison
equal deleted inserted replaced
5:ea3082881bf8 6:769e306b7933
1 <tool id="getSequence" name="get sequence">
2 <description>Get a single sequence in a FASTA file.</description>
3 <command interpreter="python"> ../Java/Python/getSequence.py -i $inputFile
4 -n $name
5 -o $outputFile
6
7 </command>
8
9
10 <inputs>
11 <param name="inputFile" type="data" label="Input fasta File" format="fasta"/>
12 <param name="name" type="text" value="None" label="name of the sequence [compulsory option]"/>
13 </inputs>
14
15 <outputs>
16 <data format="fasta" name="outputFile" label="[getSequence] Output File"/>
17 </outputs>
18
19 <help>
20 </help>
21 </tool>