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

sqlite3.OperationalError: no such column: custom_id #58

Open
NatJWalker-Hale opened this issue Aug 22, 2023 · 0 comments
Open

sqlite3.OperationalError: no such column: custom_id #58

NatJWalker-Hale opened this issue Aug 22, 2023 · 0 comments

Comments

@NatJWalker-Hale
Copy link
Member

Hi guys,

I am having problems trying to do runs with a fresh install of PyPHLAWD and a freshly made pln db from phlawd_db_maker 0.3. The full error is this:

Traceback (most recent call last):
  File "/home/nat/Applications/PyPHLAWD/src/populate_dirs_first_wc.py", line 45, in <module>
    mfid_in(tid,DB,dirl+dirr+"/"+orig+".fas",dirl+dirr+"/"+orig+".table",True,limitlist = taxalist) 
  File "/home/nat/Applications/PyPHLAWD/src/get_subset_genbank_wc.py", line 134, in make_files_with_id_internal
    c.execute("select name,custom_id,custom_parent_id,custom_name from taxonomy where ncbi_id = ? and name_class = 'scientific name'",(str(taxonid),))
sqlite3.OperationalError: no such column: custom_id

Seems like maybe formatting of ncbi database has changed?

Cheers,

Nat

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