view tools/filter_by_fasta_ids.xml @ 0:463ebeccb854 draft

Uploaded
author galaxyp
date Fri, 26 Sep 2014 14:23:16 -0400
parents
children
line wrap: on
line source

<tool id="filter_by_fasta_ids" version="1.0" name="Filter by FASTA IDs">
  <description>Extract sequences from a FASTA file based on a list of IDs</description>
  <command interpreter="python">filter_by_fasta_ids.py $identifiers $input $output</command>
  <inputs>
    <param format="fasta" name="input" type="data" label="FASTA sequences"/>
    <param format="txt" name="identifiers" type="data" label="List of IDs to extract sequences for"/>
  </inputs>
  <outputs>
    <data format="fasta" name="output" label="FASTA sequences for ${identifiers.name}"/>
  </outputs>
  <help>
  </help>
</tool>