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

How to build a custom index (compression)? #232

Open
linjiahao962889027 opened this issue Feb 28, 2022 · 2 comments
Open

How to build a custom index (compression)? #232

linjiahao962889027 opened this issue Feb 28, 2022 · 2 comments

Comments

@linjiahao962889027
Copy link

I don't know how to build a custom index.
I try to use the following command to build a compression fasta. But it always "Out ofmemory!".
centrifuge-compress.pl my.fna taxonomy/ -map seqid2taxid.map -t 32
So how to build a custom index?

@sanderdebacker
Copy link

My first thought with the "Out of memory" error, is the lack of RAM on the system running the command.
Have you tried again with a smaller "my.fna"?

@linjiahao962889027
Copy link
Author

My first thought with the "Out of memory" error, is the lack of RAM on the system running the command. Have you tried again with a smaller "my.fna"?

Sure, I try many times. Then I split it by taxid and try again, it seems ok. But why the output have only one fasta sequence?

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

2 participants