kmtricks icon indicating copy to clipboard operation
kmtricks copied to clipboard

documentation, examples problems

Open EricDeveaud opened this issue 2 years ago • 1 comments

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

EricDeveaud avatar Oct 11 '23 11:10 EricDeveaud

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

tlemane avatar Oct 19 '23 12:10 tlemane