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

[BUG] Replace this text with a short but descriptive title #2065

Closed
xiongqian123456789 opened this issue Apr 11, 2023 · 1 comment
Closed

Comments

@xiongqian123456789
Copy link

Hello
I meet the problem when used the Anvio-7.1, as follews:
(anvio-7.1) [xiongqian@mu02 TB19]$ anvi-gen-contigs-database -f final.fa -o contigs.db -n "TB"
Input FASTA file .............................: /newlustre/home/xiongqian/anvi/TB19/final.fa
Name .........................................: TB
Description ..................................: No description is given

✖ anvi-gen-contigs-database encountered an error after 0:00:05.562413
Traceback (most recent call last):
File "/newlustre/home/xiongqian/miniconda3/envs/anvio-7.1/bin/anvi-gen-contigs-database", line 63, in
main(args)
File "/newlustre/home/xiongqian/miniconda3/envs/anvio-7.1/lib/python3.6/site-packages/anvio/terminal.py", line 875, in wrapper
program_method(*args, **kwargs)
File "/newlustre/home/xiongqian/miniconda3/envs/anvio-7.1/bin/anvi-gen-contigs-database", line 31, in main
a.create(args)
File "/newlustre/home/xiongqian/miniconda3/envs/anvio-7.1/lib/python3.6/site-packages/anvio/dbops.py", line 4253, in create
self.touch(db_variant)
File "/newlustre/home/xiongqian/miniconda3/envs/anvio-7.1/lib/python3.6/site-packages/anvio/dbops.py", line 3966, in touch
self.db = db.DB(self.db_path, anvio.contigs__version, new_database=True)
File "/newlustre/home/xiongqian/miniconda3/envs/anvio-7.1/lib/python3.6/site-packages/anvio/db.py", line 87, in init
self.table_names_in_db = self.get_table_names()
File "/newlustre/home/xiongqian/miniconda3/envs/anvio-7.1/lib/python3.6/site-packages/anvio/db.py", line 995, in get_table_names
response = self._exec("""select name from sqlite_master where type='table'""")
File "/newlustre/home/xiongqian/miniconda3/envs/anvio-7.1/lib/python3.6/site-packages/anvio/db.py", line 362, in _exec
ret_val = self.cursor.execute(sql_query)
sqlite3.OperationalError: disk I/O error

However, the disk is enough,and the conda version is: conda 23.1.0
And I have no root right.

Much appreciate fir the reply and help!

@meren
Copy link
Member

meren commented Apr 11, 2023

Hi @xiongqian123456789, there may be multiple explanations for the disk I/O error (files system integrity to accessibility to storage space left on the device), but none of these are related to anvi'o :/ Sorry.

Maybe you can try the anvio-dev version, and if the problem persists, you can try it on a different machine just to make sure it is not about the disk.

@meren meren closed this as completed Apr 11, 2023
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

2 participants