I have use bwa index Homo_sapiens.GRCh37.59.dna.toplevel.fa (download from Ensembl) ,the file is 4.9G
and when I index it,
[bwa_index] Pack FASTA... 121.12 sec
[bwa_index] Reverse the packed sequence... 24.93 sec
[bwa_index] Construct BWT for the packed sequence...
TextLengthFromBytePacked(): text length > 2^32!
louis@bio001:~/program/bwa-0.5.8c$
louis@bio001:~/program/bwa-0.5.8c$ ./bwa bwasw genomes/Homo_sapiens.GRCh37.59.dna.toplevel.fa reads/1_2_RT.fastq > hgoutput.sam
[bwt_restore_bwt] fail to open file 'genomes/Homo_sapiens.GRCh37.59.dna.toplevel.fa.bwt'. Abort!
Aborted
I dont't know what happened ,if someone know,please let me know
Best Regard!!!
and when I index it,
[bwa_index] Pack FASTA... 121.12 sec
[bwa_index] Reverse the packed sequence... 24.93 sec
[bwa_index] Construct BWT for the packed sequence...
TextLengthFromBytePacked(): text length > 2^32!
louis@bio001:~/program/bwa-0.5.8c$
louis@bio001:~/program/bwa-0.5.8c$ ./bwa bwasw genomes/Homo_sapiens.GRCh37.59.dna.toplevel.fa reads/1_2_RT.fastq > hgoutput.sam
[bwt_restore_bwt] fail to open file 'genomes/Homo_sapiens.GRCh37.59.dna.toplevel.fa.bwt'. Abort!
Aborted
I dont't know what happened ,if someone know,please let me know
Best Regard!!!
Comment