kaiju icon indicating copy to clipboard operation
kaiju copied to clipboard

Failure to creating the reference database and index of nr_euk

Open AlexSongh opened this issue 2 years ago • 4 comments

Hi I have a problem when downloading the euk_nr database using the slurm scripts I have installed a kaiju conda environment, and run the following codes

My HPC settings were #SBATCH --ntasks-per-node=8 #SBATCH --mem-per-cpu=16GB #SBATCH --nodes=1 #SBATCH --cpus-per-task=1

my codes are as follows:

source ~/.bachrc 
conda activate kaiju 
cd /nfs/turbo/cee-raskin/hangsong
mkdir kaijudb
cd kaijudb
kaiju-makedb -s nr_euk

I have following issues, do you know what's wrong and how to solve this? image

Thanks!

AlexSongh avatar Jul 01 '22 04:07 AlexSongh

Hm I don't know. Maybe the file got corrupted during download.

btw, check the README to see how much memory you need for building the database.

pmenzel avatar Jul 01 '22 11:07 pmenzel

I have enough memory in the storage account. Which I have 3 TB storage. But when I download it, it showed broken pipe. Then I changed to a slurm scripts. Do you know how to solve this issue? image

AlexSongh avatar Jul 01 '22 14:07 AlexSongh

I was thinking about RAM, not storage. Maybe it's better for you to download the index from the web server, see https://kaiju.binf.ku.dk/server

pmenzel avatar Jul 02 '22 06:07 pmenzel

Thank you!

AlexSongh avatar Jul 06 '22 14:07 AlexSongh