Mercurial > repos > dddd > test1
annotate sra_tools-ffdd41766195/sra_fetch.xml @ 0:f1de190a2aef draft
Uploaded
| author | dddd |
|---|---|
| date | Thu, 28 Feb 2013 18:10:48 -0500 |
| parents | |
| children |
| rev | line source |
|---|---|
| 0 | 1 <tool id="sra_fetch" name="Fetch SRA" version="1.0.0"> |
| 2 <description> by accession from NCBI SRA.</description> | |
| 3 <command interpreter="python">sra_fetch.py '$accession' '$output'</command> | |
| 4 <inputs> | |
| 5 <param name="accession" size="13" type="text" value="SRR000001" label="SRA run accession"/> | |
| 6 </inputs> | |
| 7 <outputs> | |
| 8 <data format="sra" name="output" label="Fetch ${accession.value}"/> | |
| 9 </outputs> | |
| 10 <requirements> | |
| 11 <requirement type="python">sra_fetch.py</requirement> | |
| 12 </requirements> | |
| 13 <help> | |
| 14 This tool fetches SRA archives from NCBI over FTP using the python ftplib. | |
| 15 </help> | |
| 16 </tool> |
