Mercurial > repos > edward-kirton > roche454_toolsuite
diff 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 |
line wrap: on
line diff
--- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/roche454/sff_to_fastq.xml Tue Jun 07 17:50:32 2011 -0400 @@ -0,0 +1,11 @@ +<tool id="sff_to_fastq" name="Sff to Fastq Converter" version="1.0.0"> + <description>Convert SFF to Fastq</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>