annotate fastq_dump.xml @ 4:6baa258e80f0 draft

Bug fixes
author Matthew Shirley <mdshw5@gmail.com>
date Wed, 14 Nov 2012 16:55:17 -0500
parents f6bc4bdbd528
children 73656a524d45
Ignore whitespace changes - Everywhere: Within whitespace: At end of lines:
rev   line source
3
f6bc4bdbd528 Edited description and requirements.
Matthew Shirley <mdshw5@gmail.com>
parents: 2
diff changeset
1 <tool id="fastq_dump" name="Extract fastq" version="1.0.0">
f6bc4bdbd528 Edited description and requirements.
Matthew Shirley <mdshw5@gmail.com>
parents: 2
diff changeset
2 <description> format reads from NCBI SRA.</description>
4
6baa258e80f0 Bug fixes
Matthew Shirley <mdshw5@gmail.com>
parents: 3
diff changeset
3 <command>fastq-dump --log-level fatal --report never --accession '${input.name}' --stdout $split $aligned '$input' > $output </command>
0
ba892201bdad Wrote a wrapper for NCBI fastq-dump. Initial version.
Matthew Shirley <mdshw5@gmail.com>
parents:
diff changeset
4 <version_string>fastq-dump --version</version_string>
ba892201bdad Wrote a wrapper for NCBI fastq-dump. Initial version.
Matthew Shirley <mdshw5@gmail.com>
parents:
diff changeset
5 <inputs>
ba892201bdad Wrote a wrapper for NCBI fastq-dump. Initial version.
Matthew Shirley <mdshw5@gmail.com>
parents:
diff changeset
6 <param format="sra" name="input" type="data" label="sra archive"/>
ba892201bdad Wrote a wrapper for NCBI fastq-dump. Initial version.
Matthew Shirley <mdshw5@gmail.com>
parents:
diff changeset
7 <param format="text" name="split" type="select" value="">
ba892201bdad Wrote a wrapper for NCBI fastq-dump. Initial version.
Matthew Shirley <mdshw5@gmail.com>
parents:
diff changeset
8 <label>Split read pairs</label>
ba892201bdad Wrote a wrapper for NCBI fastq-dump. Initial version.
Matthew Shirley <mdshw5@gmail.com>
parents:
diff changeset
9 <option value="">No</option>
ba892201bdad Wrote a wrapper for NCBI fastq-dump. Initial version.
Matthew Shirley <mdshw5@gmail.com>
parents:
diff changeset
10 <option value="--split-spot">Yes</option>
ba892201bdad Wrote a wrapper for NCBI fastq-dump. Initial version.
Matthew Shirley <mdshw5@gmail.com>
parents:
diff changeset
11 </param>
1
4c06e5b58662 Fixed typo in select statement.
Matthew Shirley <mdshw5@gmail.com>
parents: 0
diff changeset
12 <param format="text" name="aligned" type="select" value="">
0
ba892201bdad Wrote a wrapper for NCBI fastq-dump. Initial version.
Matthew Shirley <mdshw5@gmail.com>
parents:
diff changeset
13 <label>Specify alignment</label>
ba892201bdad Wrote a wrapper for NCBI fastq-dump. Initial version.
Matthew Shirley <mdshw5@gmail.com>
parents:
diff changeset
14 <option value="">All</option>
ba892201bdad Wrote a wrapper for NCBI fastq-dump. Initial version.
Matthew Shirley <mdshw5@gmail.com>
parents:
diff changeset
15 <option value="--aligned">Only aligned</option>
ba892201bdad Wrote a wrapper for NCBI fastq-dump. Initial version.
Matthew Shirley <mdshw5@gmail.com>
parents:
diff changeset
16 <option value="--unaligned">Only unaligned</option>
ba892201bdad Wrote a wrapper for NCBI fastq-dump. Initial version.
Matthew Shirley <mdshw5@gmail.com>
parents:
diff changeset
17 </param>
ba892201bdad Wrote a wrapper for NCBI fastq-dump. Initial version.
Matthew Shirley <mdshw5@gmail.com>
parents:
diff changeset
18 </inputs>
ba892201bdad Wrote a wrapper for NCBI fastq-dump. Initial version.
Matthew Shirley <mdshw5@gmail.com>
parents:
diff changeset
19 <outputs>
ba892201bdad Wrote a wrapper for NCBI fastq-dump. Initial version.
Matthew Shirley <mdshw5@gmail.com>
parents:
diff changeset
20 <data format="fastqsanger" name="output"/>
ba892201bdad Wrote a wrapper for NCBI fastq-dump. Initial version.
Matthew Shirley <mdshw5@gmail.com>
parents:
diff changeset
21 </outputs>
4
6baa258e80f0 Bug fixes
Matthew Shirley <mdshw5@gmail.com>
parents: 3
diff changeset
22 <stdio>
6baa258e80f0 Bug fixes
Matthew Shirley <mdshw5@gmail.com>
parents: 3
diff changeset
23 <exit_code range="2:" level="fatal" description="Check input dataset"/>
6baa258e80f0 Bug fixes
Matthew Shirley <mdshw5@gmail.com>
parents: 3
diff changeset
24 </stdio>
3
f6bc4bdbd528 Edited description and requirements.
Matthew Shirley <mdshw5@gmail.com>
parents: 2
diff changeset
25 <requirements>
f6bc4bdbd528 Edited description and requirements.
Matthew Shirley <mdshw5@gmail.com>
parents: 2
diff changeset
26 <requirement type="binary">fastq-dump</requirement>
f6bc4bdbd528 Edited description and requirements.
Matthew Shirley <mdshw5@gmail.com>
parents: 2
diff changeset
27 </requirements>
0
ba892201bdad Wrote a wrapper for NCBI fastq-dump. Initial version.
Matthew Shirley <mdshw5@gmail.com>
parents:
diff changeset
28 <help>
ba892201bdad Wrote a wrapper for NCBI fastq-dump. Initial version.
Matthew Shirley <mdshw5@gmail.com>
parents:
diff changeset
29 This tool extracts fastqsanger reads from SRA archives using fastq-dump. The fastq-dump program is developed at NCBI, and is available at: http://www.ncbi.nlm.nih.gov/Traces/sra/sra.cgi?view=software.
ba892201bdad Wrote a wrapper for NCBI fastq-dump. Initial version.
Matthew Shirley <mdshw5@gmail.com>
parents:
diff changeset
30 </help>
ba892201bdad Wrote a wrapper for NCBI fastq-dump. Initial version.
Matthew Shirley <mdshw5@gmail.com>
parents:
diff changeset
31 </tool>