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
When I try to set the pfam_hmm_loc using the following command:
$ DRAM-setup.py set_database_locations --pfam_hmm_loc /projects/datasets/dram/1.5.0/Pfam-A.hmm.dat.gz
I get the following TypeError, complaining about an unexpected keyword argument "camper_tar_gz_loc":
2024-07-25 09:19:32,281 - Logging to console Traceback (most recent call last): File "/apps/pkg/anaconda3/envs/dram-1.5.0/bin/DRAM-setup.py", line 186, in args.func(**args_dict) File "/apps/pkg/anaconda3/envs/dram-1.5.0/lib/python3.10/site-packages/mag_annotator/database_handler.py", line 582, in set_database_paths db_handler.set_database_paths(**kargs, write_config=True) TypeError: DatabaseHandler.set_database_paths() got an unexpected keyword argument 'camper_tar_gz_loc'
The text was updated successfully, but these errors were encountered:
hi,I met the same problem when I try to set the genome_summary_form locations. Do you find the solutions to solve this problem? Thank you!
Sorry, something went wrong.
No branches or pull requests
When I try to set the pfam_hmm_loc using the following command:
$ DRAM-setup.py set_database_locations --pfam_hmm_loc /projects/datasets/dram/1.5.0/Pfam-A.hmm.dat.gz
I get the following TypeError, complaining about an unexpected keyword argument "camper_tar_gz_loc":
2024-07-25 09:19:32,281 - Logging to console
Traceback (most recent call last):
File "/apps/pkg/anaconda3/envs/dram-1.5.0/bin/DRAM-setup.py", line 186, in
args.func(**args_dict)
File "/apps/pkg/anaconda3/envs/dram-1.5.0/lib/python3.10/site-packages/mag_annotator/database_handler.py", line 582, in set_database_paths
db_handler.set_database_paths(**kargs, write_config=True)
TypeError: DatabaseHandler.set_database_paths() got an unexpected keyword argument 'camper_tar_gz_loc'
The text was updated successfully, but these errors were encountered: