-
Notifications
You must be signed in to change notification settings - Fork 0
Description
The tool Bracken fails with the following error:
Checking report file: /data/part0/000/855/dataset_855987.dat Traceback (most recent call last): File "/usr/local/bin/est_abundance.py", line 529, in main() File "/usr/local/bin/est_abundance.py", line 315, in main k_file = open(args.kmer_distr,'r') FileNotFoundError: [Errno 2] No such file or directory: '2020-11-26T021706Z_standard_kmer-len_35_minimizer-len_31_minimizer-spaces_6_load-factor_0.7/database100mers.kmer_distrib'
Bracken (https://usegalaxy.no/root?tool_id=toolshed.g2.bx.psu.edu/repos/iuc/bracken/est_abundance/2.6.1+galaxy0) and Bracken database builder (https://usegalaxy.no/root?tool_id=toolshed.g2.bx.psu.edu/repos/iuc/data_manager_build_bracken_database/bracken_build_database/2.5+galaxy0) was installed individually from the toolshed.
Building a database with Bracken database builder went well. This was named "Bracken_standard_75mer_distrib_read_length100", and it is possible to select this database when using Bracken. However, from the error log it seems that Bracken in searching for a different database "2020-11-26T021706Z_standard_kmer-len_35_minimizer-len_31_minimizer-spaces_6_load-factor_0.7/database100mers.kmer_distrib"
Any suggestions to what can be causing this?