changeset 6:20a054a7e2fd draft

Updated wrapper script.
author Matthew Shirley <mdshw5@gmail.com>
date Wed, 14 Nov 2012 13:36:21 -0500
parents f74bbb22bf62
children d7708f338c82
files sra_fetch.xml
diffstat 1 files changed, 1 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- a/sra_fetch.xml	Wed Nov 14 13:35:44 2012 -0500
+++ b/sra_fetch.xml	Wed Nov 14 13:36:21 2012 -0500
@@ -1,6 +1,6 @@
 <tool id="sra_fetch" name="Fetch SRA" version="1.0.0">
   <description> by accession from NCBI SRA.</description>
-  <command interpreter="python">sra_fetch.py $accession > $output</command>
+  <command interpreter="python">sra_fetch.py $accession $output</command>
   <inputs>
     <param name="accession" size="13" type="text" value="SRR000001" label="SRA run accession"/>
   </inputs>