annotate sra_fetch.xml @ 7:d7708f338c82 draft

bug fixes
author Matthew Shirley <mdshw5@gmail.com>
date Wed, 14 Nov 2012 16:55:51 -0500
parents 20a054a7e2fd
children
Ignore whitespace changes - Everywhere: Within whitespace: At end of lines:
rev   line source
0
abdb4762ebcb Dummy file. Todo: write python script for fetching SRA from NCBI FTP site, based on file name directory structure.
Matthew Shirley <mdshw5@gmail.com>
parents:
diff changeset
1 <tool id="sra_fetch" name="Fetch SRA" version="1.0.0">
4
8ce70ee5f335 Updated wrapper script. First version that should work properly.
Matthew Shirley <mdshw5@gmail.com>
parents: 0
diff changeset
2 <description> by accession from NCBI SRA.</description>
7
d7708f338c82 bug fixes
Matthew Shirley <mdshw5@gmail.com>
parents: 6
diff changeset
3 <command interpreter="python">sra_fetch.py '$accession' '$output'</command>
4
8ce70ee5f335 Updated wrapper script. First version that should work properly.
Matthew Shirley <mdshw5@gmail.com>
parents: 0
diff changeset
4 <inputs>
8ce70ee5f335 Updated wrapper script. First version that should work properly.
Matthew Shirley <mdshw5@gmail.com>
parents: 0
diff changeset
5 <param name="accession" size="13" type="text" value="SRR000001" label="SRA run accession"/>
8ce70ee5f335 Updated wrapper script. First version that should work properly.
Matthew Shirley <mdshw5@gmail.com>
parents: 0
diff changeset
6 </inputs>
8ce70ee5f335 Updated wrapper script. First version that should work properly.
Matthew Shirley <mdshw5@gmail.com>
parents: 0
diff changeset
7 <outputs>
7
d7708f338c82 bug fixes
Matthew Shirley <mdshw5@gmail.com>
parents: 6
diff changeset
8 <data format="sra" name="output" label="Fetch ${accession.value}"/>
4
8ce70ee5f335 Updated wrapper script. First version that should work properly.
Matthew Shirley <mdshw5@gmail.com>
parents: 0
diff changeset
9 </outputs>
8ce70ee5f335 Updated wrapper script. First version that should work properly.
Matthew Shirley <mdshw5@gmail.com>
parents: 0
diff changeset
10 <requirements>
8ce70ee5f335 Updated wrapper script. First version that should work properly.
Matthew Shirley <mdshw5@gmail.com>
parents: 0
diff changeset
11 <requirement type="python">sra_fetch.py</requirement>
8ce70ee5f335 Updated wrapper script. First version that should work properly.
Matthew Shirley <mdshw5@gmail.com>
parents: 0
diff changeset
12 </requirements>
8ce70ee5f335 Updated wrapper script. First version that should work properly.
Matthew Shirley <mdshw5@gmail.com>
parents: 0
diff changeset
13 <help>
8ce70ee5f335 Updated wrapper script. First version that should work properly.
Matthew Shirley <mdshw5@gmail.com>
parents: 0
diff changeset
14 This tool fetches SRA archives from NCBI over FTP using the python ftplib.
8ce70ee5f335 Updated wrapper script. First version that should work properly.
Matthew Shirley <mdshw5@gmail.com>
parents: 0
diff changeset
15 </help>
0
abdb4762ebcb Dummy file. Todo: write python script for fetching SRA from NCBI FTP site, based on file name directory structure.
Matthew Shirley <mdshw5@gmail.com>
parents:
diff changeset
16 </tool>