DerrickWood / kraken2

The second version of the Kraken taxonomic sequence classification system
MIT License
714 stars 271 forks source link

kraken2 download library failing due to segmentation fault #655

Open MeriamOs opened 1 year ago

MeriamOs commented 1 year ago

Hey,

I'm trying to build a nt database, but the following happens.

First I downloaded the taxonomy, that seemed fine.

I then ran kraken2-build --download-library nt --db 2022-nt

Output is as followed: Downloading nt database from server... done. Uncompressing nt database...done. Parsing nt FASTA file.../scale_wlg_persistent/filesets/opt_nesi/CS400_centos7_bdw/Kraken2/2.1.2-GCC-11.3.0/bin/download_genomic_library.sh: line 38: 7678 Segmentation fault scan_fasta_file.pl --lenient $library_file >> prelim_map.txt

What is going wrong here and any ideas how to fix it?