This is a test version of Biostars. For the public version, visit https://www.biostars.org.
Filtering VCF by FilterVCF picard

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

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

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

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

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

0 answers

No answers yet.

Log in to answer this question.