Error in vcf, samtools
1
0
Entering edit mode
10.1 years ago
../software/samtools-1.1/samtools mpileup \
  -uf ./S.int.fas \
  ./S_new_F4_pe_mem.sort.bam | \
  ../software/bcftools-1.1/bcftools view -vcg - > S_new_F4_pe_mem.sort.bam.raw.bcf

[mpileup] 1 samples in 1 input files
<mpileup> Set max per-file depth to 8000
[E::cg] unknown type

What's the reason? please help.

I used the same version of samtools and bcftools

SNP • 2.7k views
ADD COMMENT
0
Entering edit mode
10.1 years ago

you don't need to use bcftools view anymore: http://www.htslib.org/workflow/#mapping_to_variant

samtools mpileup -ugf <ref.fa> <sample1.bam> <sample2.bam> <sample3.bam> | bcftools call -vmO z -o <study.vcf.gz>
ADD COMMENT

Login before adding your answer.

Traffic: 2203 users visited in the last hour
Help About
FAQ
Access RSS
API
Stats

Use of this site constitutes acceptance of our User Agreement and Privacy Policy.

Powered by the version 2.3.6