Hi,
I used samtools to call variant. I use the latest version 1.0. First, I have to generate bcf file. I run the following command.
samtools mpileup -t DP -ugf my.fasta my.bam
the result is always like this:
[mpileup] 1 samples in 1 input files
<mpileup> Set max per-file depth to 8000
Aborted
If I just run
samtools mpileup -f my.fasta my.bam
it works fine.
I have no idea what happens.
If I go back to use samtools-0.1.19 to run
samtools mpileup -uD -f my.fasta my.bam
everything is okay.
Could anyone helps me? Thank you.
Silas
I used samtools to call variant. I use the latest version 1.0. First, I have to generate bcf file. I run the following command.
samtools mpileup -t DP -ugf my.fasta my.bam
the result is always like this:
[mpileup] 1 samples in 1 input files
<mpileup> Set max per-file depth to 8000
Aborted
If I just run
samtools mpileup -f my.fasta my.bam
it works fine.
I have no idea what happens.
If I go back to use samtools-0.1.19 to run
samtools mpileup -uD -f my.fasta my.bam
everything is okay.
Could anyone helps me? Thank you.
Silas
Comment