changeset 15:078b8e168b0c draft

update tool wrapper and increment version
author Matt Shirley <mdshw5@gmail.com>
date Mon, 17 Jun 2013 17:08:53 -0400
parents 082fd6374582
children 93a60318b9ca
files sra_fetch.xml
diffstat 1 files changed, 2 insertions(+), 2 deletions(-) [+]
line wrap: on
line diff
--- a/sra_fetch.xml	Mon Jun 17 17:07:57 2013 -0400
+++ b/sra_fetch.xml	Mon Jun 17 17:08:53 2013 -0400
@@ -1,6 +1,6 @@
-<tool id="sra_fetch" name="Fetch SRA" version="1.0.1">
+<tool id="sra_fetch" name="Fetch SRA" version="1.0.2">
   <description> by accession from NCBI SRA.</description>
-  <command interpreter="python">sra_fetch.py '$accession' -o '$output'</command>
+  <command interpreter="python">sra_fetch.py --accession '$accession' --out '$output'</command>
   <inputs>
     <param name="accession" size="13" type="text" value="SRR000001" label="SRA run accession"/>
   </inputs>