Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Strange --preload behaviour #128

Open
Freemacl opened this issue Sep 5, 2018 · 2 comments
Open

Strange --preload behaviour #128

Freemacl opened this issue Sep 5, 2018 · 2 comments

Comments

@Freemacl
Copy link

Freemacl commented Sep 5, 2018

Hello,

I have used kraken successfully several times before with this exact command and I'm not sure how to diagnose this current issue. The command is:

kraken --preload --db ~/scratch/krakendb --paired ${READ} ${READ2} --output HEADER.kraken --threads 32

The database will slowly load into memory until it reaches about 20 Gb, where it stops, reports "Loading database... complete." The program begins to run afterwards but only uses ~15% of the available computing resources. Any idea how to troubleshoot this? Prior to this issue, I was able to finish processing a sample (50M reads) in under 15 minutes and now it wont even finish in 8 hours.

@emrahkirdok
Copy link

Dear Freemacl,

I got the same problem also. I solved it by using a ramdisk.

@your-highness
Copy link

Dear @Freemacl ,

I think the order of the commands is wrong, i.e. the file names have to be given after the arguments. Try:
kraken --preload --db ~/scratch/krakendb --paired --output HEADER.kraken --threads 32 ${READ} ${READ2}

Best

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants