Mercurial > repos > edward-kirton > roche454_toolsuite
annotate roche454/sff_to_fastq.xml @ 1:368a6ebebdde
Migrated tool version 1.0.1 from old tool shed archive to new tool shed repository
author | edward-kirton |
---|---|
date | Tue, 07 Jun 2011 17:51:04 -0400 |
parents | f036c7107601 |
children |
rev | line source |
---|---|
0
f036c7107601
Migrated tool version 1.0.0 from old tool shed archive to new tool shed repository
edward-kirton
parents:
diff
changeset
|
1 <tool id="sff_to_fastq" name="Sff to Fastq Converter" version="1.0.0"> |
f036c7107601
Migrated tool version 1.0.0 from old tool shed archive to new tool shed repository
edward-kirton
parents:
diff
changeset
|
2 <description>Convert SFF to Fastq</description> |
f036c7107601
Migrated tool version 1.0.0 from old tool shed archive to new tool shed repository
edward-kirton
parents:
diff
changeset
|
3 <command interpreter='perl'>sff_to_fastq_converter.pl $input $output.extra_files_path $output</command> |
f036c7107601
Migrated tool version 1.0.0 from old tool shed archive to new tool shed repository
edward-kirton
parents:
diff
changeset
|
4 <inputs> |
f036c7107601
Migrated tool version 1.0.0 from old tool shed archive to new tool shed repository
edward-kirton
parents:
diff
changeset
|
5 <param name="input" type="data" format="sff" label="Roche/454 Sff"/> |
f036c7107601
Migrated tool version 1.0.0 from old tool shed archive to new tool shed repository
edward-kirton
parents:
diff
changeset
|
6 </inputs> |
f036c7107601
Migrated tool version 1.0.0 from old tool shed archive to new tool shed repository
edward-kirton
parents:
diff
changeset
|
7 <outputs> |
f036c7107601
Migrated tool version 1.0.0 from old tool shed archive to new tool shed repository
edward-kirton
parents:
diff
changeset
|
8 <data name="output" format="fastq"/> |
f036c7107601
Migrated tool version 1.0.0 from old tool shed archive to new tool shed repository
edward-kirton
parents:
diff
changeset
|
9 </outputs> |
f036c7107601
Migrated tool version 1.0.0 from old tool shed archive to new tool shed repository
edward-kirton
parents:
diff
changeset
|
10 <help>Convert Sff to Fastq</help> |
f036c7107601
Migrated tool version 1.0.0 from old tool shed archive to new tool shed repository
edward-kirton
parents:
diff
changeset
|
11 </tool> |