23
|
1 <tool id="sra_validate" name="Validate sra" version="1.0.2">
|
|
2 <description> and report any errors.</description>
|
|
3 <command>vdb-validate -md5 '$input' 2> $output </command>
|
|
4 <version_string>vdb-validate --version</version_string>
|
|
5 <inputs>
|
|
6 <param format="sra" name="input" type="data" label="sra archive"/>
|
|
7 </inputs>
|
|
8 <outputs>
|
25
|
9 <data format="txt" name="output"/>
|
23
|
10 </outputs>
|
|
11 <stdio>
|
|
12 <exit_code range="127" level="fatal" description="Cannot find vdb-validate binary"/>
|
|
13 </stdio>
|
|
14 <requirements>
|
|
15 <requirement type="package" version="2.3.2-4">sra_toolkit</requirement>
|
|
16 </requirements>
|
|
17 <help>
|
|
18 This tool checks the data integrity of an sra archive using vdb-validate.
|
|
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.
|
|
20 Contact Matt Shirley at mdshw5@gmail.com for support and bug reports.
|
|
21 </help>
|
|
22 </tool>
|