0
|
1 <tool id="snpSift_vcfCheck" name="SnpSift vcfCheck" version="4.0.0">
|
|
2 <description>basic checks for Vcf specification compliance</description>
|
|
3 <expand macro="requirements" />
|
|
4 <macros>
|
|
5 <import>snpSift_macros.xml</import>
|
|
6 </macros>
|
|
7 <command>
|
|
8 java -Xmx2G -jar \$SNPEFF_JAR_PATH/SnpSift.jar vcfCheck $input > $output
|
|
9 </command>
|
|
10 <inputs>
|
|
11 <param format="vcf" name="input" type="data" label="Variant input file in VCF format to check"/>
|
|
12 </inputs>
|
|
13 <outputs>
|
|
14 <data format="vcf" name="output" />
|
|
15 </outputs>
|
|
16 <expand macro="stdio" />
|
|
17 <tests>
|
|
18 <test>
|
|
19 <param name="input" ftype="vcf" value="test-data/test_bad.vcf"/>
|
|
20 <output name="output">
|
|
21 <assert_contents>
|
|
22 <has_text text="Errors" />
|
|
23 </assert_contents>
|
|
24 </output>
|
|
25 </test>
|
|
26 </tests>
|
|
27 <help>
|
|
28
|
|
29 Perform some basic check ups on VCF files to spot common problems.
|
|
30
|
|
31 SnpSift vcfCheck checks for some common problems where VCF files are not following the specification. Given that many common VCF problems cause analysis tools and pipelines to behave unexpectedly, this command is intended as a simple debugging tool.
|
|
32
|
|
33 @EXTERNAL_DOCUMENTATION@
|
|
34 http://snpeff.sourceforge.net/SnpSift.html#vcfCheck
|
|
35
|
|
36 @CITATION_SECTION@
|
|
37
|
|
38 </help>
|
|
39 </tool>
|