Mercurial > repos > matt-shirley > sra_tools
annotate sra_fetch.xml @ 42:ed3866e8e3b8 draft
auto datatype for sam dump
author | Matt Shirley <mdshw5@gmail.com> |
---|---|
date | Mon, 05 Aug 2013 10:11:15 -0400 |
parents | 4da2d7f0128e |
children |
rev | line source |
---|---|
37
4da2d7f0128e
Exposed more options for fastq_dump and sam_dump
Matt Shirley <mdshw5@gmail.com>
parents:
22
diff
changeset
|
1 <tool id="sra_fetch" name="Fetch SRA archive" version="1.0.3"> |
4da2d7f0128e
Exposed more options for fastq_dump and sam_dump
Matt Shirley <mdshw5@gmail.com>
parents:
22
diff
changeset
|
2 <description> by accession from NCBI SRA.</description> |
15
078b8e168b0c
update tool wrapper and increment version
Matt Shirley <mdshw5@gmail.com>
parents:
13
diff
changeset
|
3 <command interpreter="python">sra_fetch.py --accession '$accession' --out '$output'</command> |
0
ffdd41766195
Initial version - still need to test if datatype works correctly, and implement scripted download of SRA binaries.
matt-shirley <mdshw5@gmail.com>
parents:
diff
changeset
|
4 <inputs> |
22
423f3eb06428
more fixes for sra datatype, added sra_pileup
Matt Shirley <mdshw5@gmail.com>
parents:
21
diff
changeset
|
5 <param name="accession" size="13" type="text" value="SRR000001" label="sra run accession"/> |
0
ffdd41766195
Initial version - still need to test if datatype works correctly, and implement scripted download of SRA binaries.
matt-shirley <mdshw5@gmail.com>
parents:
diff
changeset
|
6 </inputs> |
ffdd41766195
Initial version - still need to test if datatype works correctly, and implement scripted download of SRA binaries.
matt-shirley <mdshw5@gmail.com>
parents:
diff
changeset
|
7 <outputs> |
37
4da2d7f0128e
Exposed more options for fastq_dump and sam_dump
Matt Shirley <mdshw5@gmail.com>
parents:
22
diff
changeset
|
8 <data format="sra" name="output" label="${accession.value}"/> |
0
ffdd41766195
Initial version - still need to test if datatype works correctly, and implement scripted download of SRA binaries.
matt-shirley <mdshw5@gmail.com>
parents:
diff
changeset
|
9 </outputs> |
ffdd41766195
Initial version - still need to test if datatype works correctly, and implement scripted download of SRA binaries.
matt-shirley <mdshw5@gmail.com>
parents:
diff
changeset
|
10 <help> |
37
4da2d7f0128e
Exposed more options for fastq_dump and sam_dump
Matt Shirley <mdshw5@gmail.com>
parents:
22
diff
changeset
|
11 This tool fetches sra archives by accession from NCBI over FTP. |
0
ffdd41766195
Initial version - still need to test if datatype works correctly, and implement scripted download of SRA binaries.
matt-shirley <mdshw5@gmail.com>
parents:
diff
changeset
|
12 </help> |
ffdd41766195
Initial version - still need to test if datatype works correctly, and implement scripted download of SRA binaries.
matt-shirley <mdshw5@gmail.com>
parents:
diff
changeset
|
13 </tool> |