diff fastq_dump.xml @ 13:45031bbf6b27 draft

better sra_fetch code, compliant (?) datatype, updated dependencies in tool wrappers
author Matt Shirley <mdshw5@gmail.com>
date Mon, 17 Jun 2013 16:17:33 -0400
parents cdba74ec9eca
children a1255154fa3f
line wrap: on
line diff
--- a/fastq_dump.xml	Mon Jun 17 16:05:30 2013 -0400
+++ b/fastq_dump.xml	Mon Jun 17 16:17:33 2013 -0400
@@ -1,4 +1,4 @@
-<tool id="fastq_dump" name="Extract fastq" version="1.0.0">
+<tool id="fastq_dump" name="Extract fastq" version="1.0.1">
   <description> format reads from NCBI SRA.</description>
   <command>fastq-dump --log-level fatal --report never --accession '${input.name}' --stdout $split $aligned '$input' > $output </command>
   <version_string>fastq-dump --version</version_string>