hi,
I am new about samtools and bioinformatics, these days I try to call an SNP using bwa and samtools.everything went well, but at the last step, there is an error:
[fai_load] build FASTA index.
[fai_build_core] different line length in sequence 'chr1'.
[afs] 0:0.000
and my command is : samtools mpileup -uf ref.fa input.rmdup.bam |bcftools view -vcg ->test.raw.vcf
This is probably a dumb question, but what could be causing this?
thanks
I am new about samtools and bioinformatics, these days I try to call an SNP using bwa and samtools.everything went well, but at the last step, there is an error:
[fai_load] build FASTA index.
[fai_build_core] different line length in sequence 'chr1'.
[afs] 0:0.000
and my command is : samtools mpileup -uf ref.fa input.rmdup.bam |bcftools view -vcg ->test.raw.vcf
This is probably a dumb question, but what could be causing this?
thanks
Comment