Hello.
I compressed chr1 from 1KGP3 (available here ftp://ftp.1000genomes.ebi.ac.uk/vol1/ftp/release/20130502/)
And checked the file with the following commands :
sav export -O vcf chr1.sav | less
sav export -O bcf chr1.sav | bcftools view | less
This is ok.
Then, for sample extraction and ran the following commands :
sav export -O vcf -i "NA12878,HG00109" chr1.sav | less
which works but,
sav export -O bcf -i "NA12878,HG00109" chr1.sav | bcftools view | less
doesn't work, only the header is shown.
So it seems there is a small bug with the interaction of the -O bcf and -i "sample list" options.
Best regards,
Rick
Hello.
I compressed chr1 from 1KGP3 (available here ftp://ftp.1000genomes.ebi.ac.uk/vol1/ftp/release/20130502/)
And checked the file with the following commands :
This is ok.
Then, for sample extraction and ran the following commands :
which works but,
doesn't work, only the header is shown.
So it seems there is a small bug with the interaction of the
-O bcfand-i "sample list"options.Best regards,
Rick