annotate sra_tools-04cc8176e86f/sra_pileup.xml @ 0:c386fe82db82

Initial commit, moving from test tool shed.
author matt-shirley
date Wed, 25 Sep 2013 21:00:05 -0400
parents
children
Ignore whitespace changes - Everywhere: Within whitespace: At end of lines:
rev   line source
0
c386fe82db82 Initial commit, moving from test tool shed.
matt-shirley
parents:
diff changeset
1 <tool id="sra_pileup" name="Generate pileup format" version="1.1.1">
c386fe82db82 Initial commit, moving from test tool shed.
matt-shirley
parents:
diff changeset
2 <description> from NCBI sra.</description>
c386fe82db82 Initial commit, moving from test tool shed.
matt-shirley
parents:
diff changeset
3 <command>sra-pileup --log-level fatal
c386fe82db82 Initial commit, moving from test tool shed.
matt-shirley
parents:
diff changeset
4 #if str( $region ) != "":
c386fe82db82 Initial commit, moving from test tool shed.
matt-shirley
parents:
diff changeset
5 --aligned-region $region
c386fe82db82 Initial commit, moving from test tool shed.
matt-shirley
parents:
diff changeset
6 #end if
c386fe82db82 Initial commit, moving from test tool shed.
matt-shirley
parents:
diff changeset
7 #if str( $minMapq ) != "":
c386fe82db82 Initial commit, moving from test tool shed.
matt-shirley
parents:
diff changeset
8 --minmapq $minMapq
c386fe82db82 Initial commit, moving from test tool shed.
matt-shirley
parents:
diff changeset
9 #end if
c386fe82db82 Initial commit, moving from test tool shed.
matt-shirley
parents:
diff changeset
10 #if $input.input_select == "file":
c386fe82db82 Initial commit, moving from test tool shed.
matt-shirley
parents:
diff changeset
11 $input.file
c386fe82db82 Initial commit, moving from test tool shed.
matt-shirley
parents:
diff changeset
12 #elif $input.input_select == "accession_number":
c386fe82db82 Initial commit, moving from test tool shed.
matt-shirley
parents:
diff changeset
13 $input.accession
c386fe82db82 Initial commit, moving from test tool shed.
matt-shirley
parents:
diff changeset
14 #elif $input.input_select == "text":
c386fe82db82 Initial commit, moving from test tool shed.
matt-shirley
parents:
diff changeset
15 `cat $input.text`
c386fe82db82 Initial commit, moving from test tool shed.
matt-shirley
parents:
diff changeset
16 #end if
c386fe82db82 Initial commit, moving from test tool shed.
matt-shirley
parents:
diff changeset
17 > $output</command>
c386fe82db82 Initial commit, moving from test tool shed.
matt-shirley
parents:
diff changeset
18 <version_string>sra-pileup --version</version_string>
c386fe82db82 Initial commit, moving from test tool shed.
matt-shirley
parents:
diff changeset
19 <inputs>
c386fe82db82 Initial commit, moving from test tool shed.
matt-shirley
parents:
diff changeset
20 <conditional name="input">
c386fe82db82 Initial commit, moving from test tool shed.
matt-shirley
parents:
diff changeset
21 <param name="input_select" type="select" label="select input type">
c386fe82db82 Initial commit, moving from test tool shed.
matt-shirley
parents:
diff changeset
22 <option value="accession_number">SRR accession</option>
c386fe82db82 Initial commit, moving from test tool shed.
matt-shirley
parents:
diff changeset
23 <option value="file">SRA archive in current history</option>
c386fe82db82 Initial commit, moving from test tool shed.
matt-shirley
parents:
diff changeset
24 <option value="text">text file containing SRR accession</option>
c386fe82db82 Initial commit, moving from test tool shed.
matt-shirley
parents:
diff changeset
25 </param>
c386fe82db82 Initial commit, moving from test tool shed.
matt-shirley
parents:
diff changeset
26 <when value="file">
c386fe82db82 Initial commit, moving from test tool shed.
matt-shirley
parents:
diff changeset
27 <param format="sra" name="file" type="data" label="sra archive"/>
c386fe82db82 Initial commit, moving from test tool shed.
matt-shirley
parents:
diff changeset
28 </when>
c386fe82db82 Initial commit, moving from test tool shed.
matt-shirley
parents:
diff changeset
29 <when value="accession_number">
c386fe82db82 Initial commit, moving from test tool shed.
matt-shirley
parents:
diff changeset
30 <param format="text" name="accession" type="text" label="accession"/>
c386fe82db82 Initial commit, moving from test tool shed.
matt-shirley
parents:
diff changeset
31 </when>
c386fe82db82 Initial commit, moving from test tool shed.
matt-shirley
parents:
diff changeset
32 <when value="text">
c386fe82db82 Initial commit, moving from test tool shed.
matt-shirley
parents:
diff changeset
33 <param format="txt" name="text" type="data" label="text file"/>
c386fe82db82 Initial commit, moving from test tool shed.
matt-shirley
parents:
diff changeset
34 </when>
c386fe82db82 Initial commit, moving from test tool shed.
matt-shirley
parents:
diff changeset
35 </conditional>
c386fe82db82 Initial commit, moving from test tool shed.
matt-shirley
parents:
diff changeset
36 <param format="text" name="region" type="text" label="aligned region"/>
c386fe82db82 Initial commit, moving from test tool shed.
matt-shirley
parents:
diff changeset
37 <param format="text" name="minMapq" type="text" label="minimum mapping quality"/>
c386fe82db82 Initial commit, moving from test tool shed.
matt-shirley
parents:
diff changeset
38 </inputs>
c386fe82db82 Initial commit, moving from test tool shed.
matt-shirley
parents:
diff changeset
39 <outputs>
c386fe82db82 Initial commit, moving from test tool shed.
matt-shirley
parents:
diff changeset
40 <data format="pileup" name="output"/>
c386fe82db82 Initial commit, moving from test tool shed.
matt-shirley
parents:
diff changeset
41 </outputs>
c386fe82db82 Initial commit, moving from test tool shed.
matt-shirley
parents:
diff changeset
42 <requirements>
c386fe82db82 Initial commit, moving from test tool shed.
matt-shirley
parents:
diff changeset
43 <requirement type="package" version="2.3.3-3">sra_toolkit</requirement>
c386fe82db82 Initial commit, moving from test tool shed.
matt-shirley
parents:
diff changeset
44 </requirements>
c386fe82db82 Initial commit, moving from test tool shed.
matt-shirley
parents:
diff changeset
45 <help>
c386fe82db82 Initial commit, moving from test tool shed.
matt-shirley
parents:
diff changeset
46 This tool produces pileup format from sra archives using sra-pileup.
c386fe82db82 Initial commit, moving from test tool shed.
matt-shirley
parents:
diff changeset
47 Browse the NCBI SRA for SRR accessions at http://www.ncbi.nlm.nih.gov/Traces/sra/sra.cgi?view=studies.
c386fe82db82 Initial commit, moving from test tool shed.
matt-shirley
parents:
diff changeset
48 The sra-pileup program is developed at NCBI, and is available at: http://www.ncbi.nlm.nih.gov/Traces/sra/sra.cgi?view=software.
c386fe82db82 Initial commit, moving from test tool shed.
matt-shirley
parents:
diff changeset
49 Contact Matt Shirley at mdshw5@gmail.com for support and bug reports.
c386fe82db82 Initial commit, moving from test tool shed.
matt-shirley
parents:
diff changeset
50 </help>
c386fe82db82 Initial commit, moving from test tool shed.
matt-shirley
parents:
diff changeset
51 </tool>