Entering edit mode
                    3.5 years ago
        gubrins
        
    
        ▴
    
    350
    Heys,
Quick question here. I want to exclude a region with bcftools, how can I do it? I am aware that I can check specific regions with a file.txt and
bcftools view -R file.txt file.vcf
How can I exclude the very same regions?
Thanks in advance!