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

Issue with Generating Layout File in Chopper and Inputting into Raptor Build Index #420

Open
Mercury0533 opened this issue Jun 28, 2024 · 1 comment

Comments

@Mercury0533
Copy link

Hi, i met some problems when i using it to build index

Here are the details of the issue:

Problem Description:
I successfully generated a layout file using Chopper with the following command:
chopper --input test.txt --kmer 32 --output test.layout
however,when i try to put it into raptor to build an index:
raptor build --input test.layout --output res.index
and it shows
image
erminate called after throwing an instance of 'std::filesystem::__cxx11::filesystem_error'
what(): filesystem error: cannot get file size: No such file or directory [@CHOPPER_USER_BINS]
/gpfs/biosoft/app2/miniconda3/envs/raptor/bin/raptor: line 31: 24047 Aborted (core dumped) raptor_avx2 "$@"
i don't know whether i am using it correctly, and the version of Raptor is the latest 3.0.1

Another problem is about the document for usage in your github, it seems to return a 404 error

@eseiler
Copy link
Member

eseiler commented Jun 28, 2024

Hey there,

the documentation links should work again.

As for the error, try using raptor layout instead of chopper.
raptor layout is basically the compatible chopper version shipped with raptor. If you are using a standalone chopper installation, you'd need to use chopper 0.1.0.

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