comparison roche454/sff_to_fastq.xml @ 0:f036c7107601

Migrated tool version 1.0.0 from old tool shed archive to new tool shed repository
author edward-kirton
date Tue, 07 Jun 2011 17:50:32 -0400
parents
children
comparison
equal deleted inserted replaced
-1:000000000000 0:f036c7107601
1 <tool id="sff_to_fastq" name="Sff to Fastq Converter" version="1.0.0">
2 <description>Convert SFF to Fastq</description>
3 <command interpreter='perl'>sff_to_fastq_converter.pl $input $output.extra_files_path $output</command>
4 <inputs>
5 <param name="input" type="data" format="sff" label="Roche/454 Sff"/>
6 </inputs>
7 <outputs>
8 <data name="output" format="fastq"/>
9 </outputs>
10 <help>Convert Sff to Fastq</help>
11 </tool>