comparison filter_by_an_id.xml @ 0:9156a440afed draft default tip

Improved some datatype handling
author galaxyp
date Thu, 20 Jun 2013 11:09:24 -0400
parents
children
comparison
equal deleted inserted replaced
-1:000000000000 0:9156a440afed
1 <tool id="filter_by_an_id" version="0.1" name="Filer FASTA by IDs">
2 <description>Extract sequences from a FASTA file based on a list of IDs</description>
3 <command interpreter="python">filter_by_an_id.py $identifiers $input $output</command>
4 <inputs>
5 <param format="fasta" name="input" type="data" label="FASTA sequences"/>
6 <param format="txt" name="identifiers" type="data" label="List of IDs to extract sequences for"/>
7 </inputs>
8 <outputs>
9 <data format="fasta" name="output" label="FASTA sequences for ${identifiers.name}"/>
10 </outputs>
11 <help>
12 </help>
13 </tool>