comparison filter_fasta.xml @ 2:c6b639c23af8 draft

Uploaded
author bornea
date Thu, 04 Aug 2016 16:03:19 -0400
parents c8b26d6d385b
children 533e887cc13b
comparison
equal deleted inserted replaced
1:b25b0f210e10 2:c6b639c23af8
1 <tool id="filterfasta" name="Filter FASTA"> 1 <tool id="filter_fasta" name="Filter FASTA">
2 <description></description> 2 <description></description>
3 <command interpreter="python">filter_fatsa.py $input1 $input2 $output</command> 3 <command interpreter="python">filter_fasta.py $input1 $input2 $output</command>
4 <inputs> 4 <inputs>
5 <param format="txt" name="input1" type="data" label="FASTA Database"/> 5 <param format="txt" name="input1" type="data" label="FASTA Database"/>
6 <param format="txt" name="input2" type="data" label="Scaffold Report"/> 6 <param format="txt" name="input2" type="data" label="Scaffold Report"/>
7 </inputs> 7 </inputs>
8 <outputs> 8 <outputs>