annotate sra_validate.xml @ 38:a0925f507352 draft

bring pileup to parity with sam; fixed minMapq for sam
author Matt Shirley <mdshw5@gmail.com>
date Sun, 04 Aug 2013 23:17:53 -0400
parents 7e033744cb20
children
Ignore whitespace changes - Everywhere: Within whitespace: At end of lines:
rev   line source
23
064f4fb1af40 added vdb-validate tool
Matt Shirley <mdshw5@gmail.com>
parents:
diff changeset
1 <tool id="sra_validate" name="Validate sra" version="1.0.2">
064f4fb1af40 added vdb-validate tool
Matt Shirley <mdshw5@gmail.com>
parents:
diff changeset
2 <description> and report any errors.</description>
064f4fb1af40 added vdb-validate tool
Matt Shirley <mdshw5@gmail.com>
parents:
diff changeset
3 <command>vdb-validate -md5 '$input' 2> $output </command>
064f4fb1af40 added vdb-validate tool
Matt Shirley <mdshw5@gmail.com>
parents:
diff changeset
4 <version_string>vdb-validate --version</version_string>
064f4fb1af40 added vdb-validate tool
Matt Shirley <mdshw5@gmail.com>
parents:
diff changeset
5 <inputs>
064f4fb1af40 added vdb-validate tool
Matt Shirley <mdshw5@gmail.com>
parents:
diff changeset
6 <param format="sra" name="input" type="data" label="sra archive"/>
064f4fb1af40 added vdb-validate tool
Matt Shirley <mdshw5@gmail.com>
parents:
diff changeset
7 </inputs>
064f4fb1af40 added vdb-validate tool
Matt Shirley <mdshw5@gmail.com>
parents:
diff changeset
8 <outputs>
25
7e033744cb20 correct datatype for output
Matt Shirley <mdshw5@gmail.com>
parents: 23
diff changeset
9 <data format="txt" name="output"/>
23
064f4fb1af40 added vdb-validate tool
Matt Shirley <mdshw5@gmail.com>
parents:
diff changeset
10 </outputs>
064f4fb1af40 added vdb-validate tool
Matt Shirley <mdshw5@gmail.com>
parents:
diff changeset
11 <stdio>
064f4fb1af40 added vdb-validate tool
Matt Shirley <mdshw5@gmail.com>
parents:
diff changeset
12 <exit_code range="127" level="fatal" description="Cannot find vdb-validate binary"/>
064f4fb1af40 added vdb-validate tool
Matt Shirley <mdshw5@gmail.com>
parents:
diff changeset
13 </stdio>
064f4fb1af40 added vdb-validate tool
Matt Shirley <mdshw5@gmail.com>
parents:
diff changeset
14 <requirements>
064f4fb1af40 added vdb-validate tool
Matt Shirley <mdshw5@gmail.com>
parents:
diff changeset
15 <requirement type="package" version="2.3.2-4">sra_toolkit</requirement>
064f4fb1af40 added vdb-validate tool
Matt Shirley <mdshw5@gmail.com>
parents:
diff changeset
16 </requirements>
064f4fb1af40 added vdb-validate tool
Matt Shirley <mdshw5@gmail.com>
parents:
diff changeset
17 <help>
064f4fb1af40 added vdb-validate tool
Matt Shirley <mdshw5@gmail.com>
parents:
diff changeset
18 This tool checks the data integrity of an sra archive using vdb-validate.
064f4fb1af40 added vdb-validate tool
Matt Shirley <mdshw5@gmail.com>
parents:
diff changeset
19 The vdb-validate program is developed at NCBI, and is available at: http://www.ncbi.nlm.nih.gov/Traces/sra/sra.cgi?view=software.
064f4fb1af40 added vdb-validate tool
Matt Shirley <mdshw5@gmail.com>
parents:
diff changeset
20 Contact Matt Shirley at mdshw5@gmail.com for support and bug reports.
064f4fb1af40 added vdb-validate tool
Matt Shirley <mdshw5@gmail.com>
parents:
diff changeset
21 </help>
064f4fb1af40 added vdb-validate tool
Matt Shirley <mdshw5@gmail.com>
parents:
diff changeset
22 </tool>