Open xzhoubayer opened 8 months ago
3. Does BWA work on reference sequences longer than 4GB in total? Yes. Since 0.6.x, all BWA algorithms work with a genome with total length over 4GB. However, individual chromosome should not be longer than 2GB.
Does it have limit for the length of each sequence/contig/chromosome?
you might be interested on this issue #104
maybe playing with -a
and -b
option can help.
Indexing onion/garlic genome failed since the genome is 16Gb and two chromosomes are longer than 2.1 Gb. Does BWA has a limit for sequence length?