a running error when running vcf-isec
1
0
Entering edit mode
7.7 years ago
zengtony743 ▴ 80

1) shared SNPs in all three samples

$ vcf-isec -n +3 4751_97PASS.vcf.gz 4751_42PASS.vcf.gz 4751PASS.vcf.gz | gzip -c > 4751shared.vcf.gz &

2)Error

$ Leading or trailing space in attr_key-attr_value pairs is discouraged:
    [Description] [DP < 5 ]
    FILTER=<ID=LowCoverage,Description="DP < 5 ">
 at /hpf/tools/centos6/vcftools/0.1.14-6/share/perl5/Vcf.pm line 180

[1]+  Done                    vcf-isec -n +3 4751_97PASS.vcf.gz 4751_42PASS.vcf.gz 4751PASS.vcf.gz | gzip -c > 4751shared.vcf.gz
vcf-isec • 2.0k views
ADD COMMENT
0
Entering edit mode
7.7 years ago

The error is self explanatory. You have a space between the 5 and the ". it should be "DP < 5" >. Also it is isn't that smart to use '<' within a description field.

ADD COMMENT

Login before adding your answer.

Traffic: 2588 users visited in the last hour
Help About
FAQ
Access RSS
API
Stats

Use of this site constitutes acceptance of our User Agreement and Privacy Policy.

Powered by the version 2.3.6