Mercurial > repos > edward-kirton > roche454_toolsuite
view sff_to_fastq.xml @ 3:bf1f8bc4abe6 default tip
minor updates for v2.6
author | eskirton@lbl.gov |
---|---|
date | Wed, 21 Dec 2011 19:42:53 -0800 |
parents | 2d86d5b112e8 |
children |
line wrap: on
line source
<tool id="sff_to_fastq" name="Sff to Fastq Converter" version="1.0.0"> <description></description> <command interpreter='perl'>sff_to_fastq_converter.pl $input $output.extra_files_path $output</command> <inputs> <param name="input" type="data" format="sff" label="Roche/454 Sff"/> </inputs> <outputs> <data name="output" format="fastq"/> </outputs> <help>Convert Sff to Fastq</help> </tool>