Hi, I have tried to make the database using makeDB.sh -e. It finished downloading all the necessary files but killed itself when moving onto mkbwt step.
These are the files I got from the partial process of makeDB.sh -e:
kaiju_db_nr_euk.faa
nodes.dmp
prot.accession2taxid
prot.accession2taxid.gz
merged.dmp
names.dmp
nr.gz
taxdump.tar.gz
So when I tried to run mkbwt -n 12 -a ACDEFGHIKLMNPQRSTVWY -o kaiju_db_nr_euk kaiju_db_nr_euk.faa:
It usually means that you are out of RAM; I think around 90GB ought to be enough for NR+euk database.
Also decreasing the value of -n results in less RAM usage.
Hi, I have tried to make the database using
makeDB.sh -e
. It finished downloading all the necessary files but killed itself when moving ontomkbwt
step.These are the files I got from the partial process of
makeDB.sh -e
: kaiju_db_nr_euk.faanodes.dmp
prot.accession2taxid prot.accession2taxid.gz merged.dmp
names.dmp
nr.gz
taxdump.tar.gz
So when I tried to run
mkbwt -n 12 -a ACDEFGHIKLMNPQRSTVWY -o kaiju_db_nr_euk kaiju_db_nr_euk.faa
:Any clues as to why the process might have been killed? Thanks in advance!