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

annotate genes using faa fasta files #329

Open
avera1988 opened this issue Jan 31, 2024 · 0 comments
Open

annotate genes using faa fasta files #329

avera1988 opened this issue Jan 31, 2024 · 0 comments

Comments

@avera1988
Copy link

Hi,

I would like to use DRAM to annotate some protein predicted form various genomes, I know that in dram there is a flag annotate_genes in the pipeline. However, when I tried to use this as follow:

DRAM.py annotate_genes \
--use_uniref \
-i 52SAGSDRAM/Dasytricha.ruminantium.SAG2.pep.faa \
--threads 64 \
-o DRAM.SAGs.out

I got the following error:

Traceback (most recent call last):
  File "/glittertind/shared_conda_environments/DRAM/bin/DRAM.py", line 211, in <module>
    args.func(**args_dict)
TypeError: annotate_called_genes_cmd() got an unexpected keyword argument 'config_loc'

Looking in the help:

 --config_loc CONFIG_LOC                                                                                                                                                                                           location of an alternive config file that will over write the original at run time, but not be saved or modified (default: None)

But what is this config_loc file or how I can generate it?

I hope you can help us.

Best!

Arturo.

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

1 participant