Hi Pierre, Thanks for the reply. I tried the command but it is giving error:
wget -q -O - "ftp://ftp-mouse.sanger.ac.uk/REL-1807-SNPs_Indels/mgp.v6.merged.norm.snp.indels.sfiltered.vcf.gz" |\
bcftools view --samples "JF1_MsJ" |\
bcftools query -i 'INFO/AC>0' -f '%CHROM %POS\n'
view: invalid option -- '-' [main] Unrecognized command. open: No such file or directory
Please help with this. What I am doing wrong? Thanks