Entering edit mode
10 weeks ago
charlie
•
0
I am trying to split my multiple samples vcf files to single one with Bcftools view
, and -O z
which can generate the compressed VCF.
bcftools view -s "$id" -g het -v snps -o "$id/${id}_${vcf%.vcf.gz}_hetsnps.vcf" -O z "$vcf" --threads 50
However, the output files are uncompressed?
Please do not paste screenshots of plain text content, it is counterproductive. You can copy paste the content directly here (using the code formatting option shown below), or use a GitHub Gist if the content volume exceeds allowed length here.