Mercurial > repos > dddd > test1
view sra_tools-ffdd41766195/sra_fetch.xml @ 1:0d4d6ea22030 draft
new file
| author | David Lin <dave.lin@cbiocorp.com> |
|---|---|
| date | Thu, 28 Feb 2013 15:27:55 -0800 |
| parents | f1de190a2aef |
| children |
line wrap: on
line source
<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>
