Hi
I'm mapping solid reads using bowtie and received the following warnings for MANY reads. Mapping % is very low as well.
Am I running out of memory?
command line:
bowtie -C -S -k 3 --best --un unmapped_list genome_index -f seq.csfasta -Q seq.qual bowtie.sam
Warning: Exhausted best-first chunk memory for read 301_728_1008_F3 (patid 11858997); skipping read
# reads processed: 19323816
# reads with at least one reported alignment: 4408352 (22.81%)
# reads that failed to align: 14915464 (77.19%)
Reported 5326165 alignments to 1 output stream(s)
Thanks
charles
I'm mapping solid reads using bowtie and received the following warnings for MANY reads. Mapping % is very low as well.
Am I running out of memory?
command line:
bowtie -C -S -k 3 --best --un unmapped_list genome_index -f seq.csfasta -Q seq.qual bowtie.sam
Warning: Exhausted best-first chunk memory for read 301_728_1008_F3 (patid 11858997); skipping read
# reads processed: 19323816
# reads with at least one reported alignment: 4408352 (22.81%)
# reads that failed to align: 14915464 (77.19%)
Reported 5326165 alignments to 1 output stream(s)
Thanks
charles
Comment