Mercurial > repos > matt-shirley > sra_tools
annotate sam_dump.xml @ 21:d850324e82cf draft
fix datatype reference, increment versions
| author | Matt Shirley <mdshw5@gmail.com> |
|---|---|
| date | Wed, 19 Jun 2013 13:31:58 -0400 |
| parents | 45031bbf6b27 |
| children | 423f3eb06428 |
| rev | line source |
|---|---|
|
21
d850324e82cf
fix datatype reference, increment versions
Matt Shirley <mdshw5@gmail.com>
parents:
13
diff
changeset
|
1 <tool id="sam_dump" name="Extract SAM" version="1.0.2"> |
|
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
|
2 <description> format reads from NCBI SRA.</description> |
|
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
|
3 <command>sam-dump $header $aligned $primary '$input' > $output</command> |
|
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 <version_string>sam-dump --version</version_string> |
|
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
|
5 <inputs> |
|
21
d850324e82cf
fix datatype reference, increment versions
Matt Shirley <mdshw5@gmail.com>
parents:
13
diff
changeset
|
6 <param format="SRA" name="input" type="data" label="sra archive"/> |
|
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
|
7 <param format="text" name="header" type="select" value=""> |
|
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
|
8 <label>Output SAM header</label> |
|
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 <option value="--header">Yes</option> |
|
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 <option value="--no-header">No</option> |
|
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
|
11 </param> |
|
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 <param format="text" name="aligned" type="select" value=""> |
|
11
cdba74ec9eca
updated sra_toolkit dependency in <requirements>
Matt Shirley <mdshw5@gmail.com>
parents:
0
diff
changeset
|
13 <label>Output unaligned reads as well as aligned reads</label> |
|
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
|
14 <option value="">No</option> |
|
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
|
15 <option value="--unaligned">Yes</option> |
|
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
|
16 </param> |
|
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
|
17 <param format="text" name="primary" type="select" value=""> |
|
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
|
18 <label>Output only primary aligments</label> |
|
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
|
19 <option value="">No</option> |
|
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
|
20 <option value="--primary">Yes</option> |
|
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
|
21 </param> |
|
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
|
22 </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
|
23 <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
|
24 <data format="sam" name="output"/> |
|
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
|
25 </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
|
26 <requirements> |
|
11
cdba74ec9eca
updated sra_toolkit dependency in <requirements>
Matt Shirley <mdshw5@gmail.com>
parents:
0
diff
changeset
|
27 <requirement type="package" version="2.3.2-4">sra_toolkit</requirement> |
|
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
|
28 </requirements> |
|
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
|
29 <help> |
|
21
d850324e82cf
fix datatype reference, increment versions
Matt Shirley <mdshw5@gmail.com>
parents:
13
diff
changeset
|
30 This tool extracts SAM format reads from SRA archives using sam-dump. |
|
d850324e82cf
fix datatype reference, increment versions
Matt Shirley <mdshw5@gmail.com>
parents:
13
diff
changeset
|
31 The sam-dump program is developed at NCBI, and is available at: http://www.ncbi.nlm.nih.gov/Traces/sra/sra.cgi?view=software. |
|
d850324e82cf
fix datatype reference, increment versions
Matt Shirley <mdshw5@gmail.com>
parents:
13
diff
changeset
|
32 Contact Matt Shirley at mdshw5@gmail.com for support and bug reports. |
|
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
|
33 </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
|
34 </tool> |
