Mercurial > repos > matt-shirley > sra_tools
annotate sra_pileup.xml @ 31:85e47f636e10 draft
debug prefetch caching and accession input for fastq_dump
| author | Matt Shirley <mdshw5@gmail.com> |
|---|---|
| date | Sun, 30 Jun 2013 11:12:31 -0400 |
| parents | 4985f8c00366 |
| children | a0925f507352 |
| rev | line source |
|---|---|
|
22
423f3eb06428
more fixes for sra datatype, added sra_pileup
Matt Shirley <mdshw5@gmail.com>
parents:
diff
changeset
|
1 <tool id="sra_pileup" name="Generate pileup format" version="1.0.0"> |
|
423f3eb06428
more fixes for sra datatype, added sra_pileup
Matt Shirley <mdshw5@gmail.com>
parents:
diff
changeset
|
2 <description> from NCBI sra.</description> |
|
423f3eb06428
more fixes for sra datatype, added sra_pileup
Matt Shirley <mdshw5@gmail.com>
parents:
diff
changeset
|
3 <command>sra-pileup '$input' > $output</command> |
|
423f3eb06428
more fixes for sra datatype, added sra_pileup
Matt Shirley <mdshw5@gmail.com>
parents:
diff
changeset
|
4 <version_string>sra-pileup --version</version_string> |
|
423f3eb06428
more fixes for sra datatype, added sra_pileup
Matt Shirley <mdshw5@gmail.com>
parents:
diff
changeset
|
5 <inputs> |
|
423f3eb06428
more fixes for sra datatype, added sra_pileup
Matt Shirley <mdshw5@gmail.com>
parents:
diff
changeset
|
6 <param format="sra" name="input" type="data" label="sra archive"/> |
|
423f3eb06428
more fixes for sra datatype, added sra_pileup
Matt Shirley <mdshw5@gmail.com>
parents:
diff
changeset
|
7 </inputs> |
|
423f3eb06428
more fixes for sra datatype, added sra_pileup
Matt Shirley <mdshw5@gmail.com>
parents:
diff
changeset
|
8 <outputs> |
|
423f3eb06428
more fixes for sra datatype, added sra_pileup
Matt Shirley <mdshw5@gmail.com>
parents:
diff
changeset
|
9 <data format="sam" name="output"/> |
|
423f3eb06428
more fixes for sra datatype, added sra_pileup
Matt Shirley <mdshw5@gmail.com>
parents:
diff
changeset
|
10 </outputs> |
|
423f3eb06428
more fixes for sra datatype, added sra_pileup
Matt Shirley <mdshw5@gmail.com>
parents:
diff
changeset
|
11 <requirements> |
|
423f3eb06428
more fixes for sra datatype, added sra_pileup
Matt Shirley <mdshw5@gmail.com>
parents:
diff
changeset
|
12 <requirement type="package" version="2.3.2-4">sra_toolkit</requirement> |
|
423f3eb06428
more fixes for sra datatype, added sra_pileup
Matt Shirley <mdshw5@gmail.com>
parents:
diff
changeset
|
13 </requirements> |
|
423f3eb06428
more fixes for sra datatype, added sra_pileup
Matt Shirley <mdshw5@gmail.com>
parents:
diff
changeset
|
14 <help> |
| 24 | 15 !!! Note that this tool does not function correctly !!! |
|
22
423f3eb06428
more fixes for sra datatype, added sra_pileup
Matt Shirley <mdshw5@gmail.com>
parents:
diff
changeset
|
16 This tool produces pileup format from sra archives using sra-pileup. |
|
423f3eb06428
more fixes for sra datatype, added sra_pileup
Matt Shirley <mdshw5@gmail.com>
parents:
diff
changeset
|
17 The sra-pileup program is developed at NCBI, and is available at: http://www.ncbi.nlm.nih.gov/Traces/sra/sra.cgi?view=software. |
|
423f3eb06428
more fixes for sra datatype, added sra_pileup
Matt Shirley <mdshw5@gmail.com>
parents:
diff
changeset
|
18 Contact Matt Shirley at mdshw5@gmail.com for support and bug reports. |
|
423f3eb06428
more fixes for sra datatype, added sra_pileup
Matt Shirley <mdshw5@gmail.com>
parents:
diff
changeset
|
19 </help> |
|
423f3eb06428
more fixes for sra datatype, added sra_pileup
Matt Shirley <mdshw5@gmail.com>
parents:
diff
changeset
|
20 </tool> |
