We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Hello
after compiling kmindex from sources. I tried to run the example scripts. 1_buildsh -> OK 2_register.sh -> FAILURE see:
rpm_maker:examples/data > sh 2_register.sh [2023-10-11 13:45:08.390] [error] [InvalidParamError] -> Unknown param: --index. [2023-10-11 13:45:08.394] [error] [InvalidParamError] -> Unknown param: --index.
and when I try to use the doc eg here also have a problem.
rpm_maker:examples/data > kmindex build --fof fof1.txt --run-dir D1_index --index ./G --register-as D1 --hard-min --kmer-size 25 --bloom-size 1000000 [2023-10-11 13:49:11.338] [error] [MissingValueError] -> --hard-minneeds a value.
can you provide runnable instructions please.
regards
Eric
The text was updated successfully, but these errors were encountered:
Hello Thank you for pointing this out. I have updated the documentation and the examples. You should be able to follow the pipeline now. Teo
Sorry, something went wrong.
No branches or pull requests
Hello
after compiling kmindex from sources. I tried to run the example scripts.
1_buildsh -> OK
2_register.sh -> FAILURE see:
and when I try to use the doc eg here also have a problem.
can you provide runnable instructions please.
regards
Eric
The text was updated successfully, but these errors were encountered: