Hello,
I am trying to use samtools pile up for SNP detection.
I am getting this error with samtools pileup:
[fai_build_core] line length exceeds 65535 in sequence tucosnp
'tucosnp' is what I used as my ref sequence to build a bowtie index to which I aligned ~100million Illumina reads. 'tucosnp' is not a whole genome, but instead the product of concatenation of all my contigs generated from a de novo ABySS assembly. The reference is one big fasta file of about 150million bases.
I'm not sure what I should do here... Splitting up the ref sequence into files of 65,000 bases seems absurd. Maybe I am missing something silly here..
in $samtools pileup -f ref.fasta aln.sorted.bam
I assume ref.fasta refers to the reference sequence (reference genome), but maybe I am wrong..
Any help appreciated!
I am trying to use samtools pile up for SNP detection.
I am getting this error with samtools pileup:
[fai_build_core] line length exceeds 65535 in sequence tucosnp
'tucosnp' is what I used as my ref sequence to build a bowtie index to which I aligned ~100million Illumina reads. 'tucosnp' is not a whole genome, but instead the product of concatenation of all my contigs generated from a de novo ABySS assembly. The reference is one big fasta file of about 150million bases.
I'm not sure what I should do here... Splitting up the ref sequence into files of 65,000 bases seems absurd. Maybe I am missing something silly here..
in $samtools pileup -f ref.fasta aln.sorted.bam
I assume ref.fasta refers to the reference sequence (reference genome), but maybe I am wrong..
Any help appreciated!
Comment