Filtering VCF by FilterVCF picard
0
0
Entering edit mode
3.2 years ago
daffodil ▴ 10

Hi everybody I used picard vcf filiter using this command java -jar /home/apps/picard/picard.jar FilterVcf -I 1245.marked_duplicates.vcf -O filtered.vcf --MIN_DP 9

after I check both files before and after filtering however the first file is = 67M and the filtered file is 74 M it should be appreciated if you tell me why it appends?

genome • 935 views
ADD COMMENT
0
Entering edit mode

Try wc -l on both files to check number of lines ? Try setting a higher --MIN_DP ? Maybe it reformats instead of appending ?

ADD REPLY
0
Entering edit mode

what is the output of file 1245.marked_duplicates.vcf filtered.vcf

ADD REPLY
0
Entering edit mode

-I 1245.marked_duplicates.vcf -O filtered.vcf

ADD REPLY
0
Entering edit mode

what is the output of file 1245.marked_duplicates.vcf filtered.vcf

ADD REPLY

Login before adding your answer.

Traffic: 3182 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