diff sra_fetch.xml @ 1:75d914fa5711 draft default tip

Moving repository to testtoolshed for now.
author matt-shirley
date Tue, 27 Nov 2012 13:43:03 -0500
parents cdcc400dcafc
children
line wrap: on
line diff
--- a/sra_fetch.xml	Tue Nov 27 13:31:09 2012 -0500
+++ /dev/null	Thu Jan 01 00:00:00 1970 +0000
@@ -1,16 +0,0 @@
-<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>
-  <inputs>
-    <param name="accession" size="13" type="text" value="SRR000001" label="SRA run accession"/>
-  </inputs>
-  <outputs>
-    <data format="sra" name="output" label="Fetch ${accession.value}"/>
-  </outputs>
-  <requirements>
-    <requirement type="python">sra_fetch.py</requirement>
-  </requirements>
-  <help>
-    This tool fetches SRA archives from NCBI over FTP using the python ftplib.
-  </help>
-</tool>