-
Notifications
You must be signed in to change notification settings - Fork 55
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
NCBI Database Download Error #313
Comments
I am also getting this error. |
Me too.. |
Looking into that sequence, the issue is the GenBank file has "locus_tag" in the "note" field. I think this might be an issue to bring up with NCBI as well.
|
I have the same issue when trying to download latest version of ncbi reference db, but now on other accession=
Someone knows how to fix this (either in ariba, or in the source genbank entry)? I tried ARIBA on a batch of genomes using CARD and really love the results, but I would need NCBI reference DB instead for this dataset, so any help is much appreciated! |
Im trying to download the NCBI reference database and keep getting this error. I did force Biopython 1.76 to deal with the BioAlphabet issue, but that is the only modification I made. Thanks in advance
Processing record 392 of 5966 (accession NG_048387.1)
'AP018746.1'
gb_feature.qualifer not found
Traceback (most recent call last):
File "/Users/emma/anaconda3/envs/ariba/bin/ariba", line 312, in
args.func(args)
File "/Users/emma/anaconda3/envs/ariba/lib/python3.6/site-packages/ariba/tasks/getref.py", line 11, in run
getter.run(options.outprefix)
File "/Users/emma/anaconda3/envs/ariba/lib/python3.6/site-packages/ariba/ref_genes_getter.py", line 664, in run
exec('self.get_from' + self.ref_db + '(outprefix)')
File "", line 1, in
File "/Users/emma/anaconda3/envs/ariba/lib/python3.6/site-packages/ariba/ref_genes_getter.py", line 650, in _get_from_ncbi
id=f"{id[0]}.{accession}",
TypeError: 'NoneType' object is not subscriptable
The text was updated successfully, but these errors were encountered: