Mercurial > repos > p.lucas > fasta_to_fastq
changeset 5:c89ac5bc114c draft
Uploaded
author | p.lucas |
---|---|
date | Wed, 24 Jul 2024 13:49:37 +0000 |
parents | b1fee084ca32 |
children | 0649236c92ee |
files | fasta_to_fastq.xml |
diffstat | 1 files changed, 2 insertions(+), 2 deletions(-) [+] |
line wrap: on
line diff
--- a/fasta_to_fastq.xml Wed Jul 24 13:48:12 2024 +0000 +++ b/fasta_to_fastq.xml Wed Jul 24 13:49:37 2024 +0000 @@ -1,4 +1,4 @@ -<tool id="fasta_to_fastq" name="FASTA to FASTQ" version="1.2"> +<tool id="fasta_to_fastq" name="FASTA to FASTQ" version="1.3"> <description>Convert a FASTA file to a FASTQ file</description> <requirements> <requirement type="package" version="1.79">biopython</requirement> @@ -7,7 +7,7 @@ <exit_code range="1:" /> </stdio> <command><![CDATA[ - python '$__tool_directory__/fasta2fastq.py' + python '$__tool_directory__/fasta_to_fastq.py' -i "$inputfile" -s "$score" -o "$output"