Mercurial > repos > takakoron > fastq2fasta
changeset 3:5569f88a8194 draft
Uploaded
author | takakoron |
---|---|
date | Tue, 16 Feb 2016 04:52:42 -0500 |
parents | 29c7219f8086 |
children | c870a3e95aa6 |
files | fastq2fasta.xml |
diffstat | 1 files changed, 14 insertions(+), 0 deletions(-) [+] |
line wrap: on
line diff
--- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/fastq2fasta.xml Tue Feb 16 04:52:42 2016 -0500 @@ -0,0 +1,14 @@ +<tool id="fastq2fastq" name="Convert FASTQ into FASTA" version="0.0.1"> + <description>for Testing</description> + <command interpreter="perl"> + fastq2fasta.pl $fastq $fasta + </command> + <inputs> + <param name="fastq" format="fastq" type="data" value="" label="FASTQ format file" /> + </inputs> + <outputs> + <data format="fasta" name="fasta" label="${tool.name} on ${on_string}" /> + </outputs> + <help> + </help> +</tool>