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

Potential permission issue when trying to create foldseek db #267

Open
martinez-zacharya opened this issue Apr 26, 2024 · 1 comment
Open

Comments

@martinez-zacharya
Copy link

Expected Behavior

I'm expecting tsv2db to create proper foldseek db's from input .tsv's.

Current Behavior

On a shared cluster, I'm unable to use tsv2db, I receive the error Cannot open index file aa.index.0. However, I'm able to do it with no error on my personal computer.

Steps to Reproduce (for bugs)

Please make sure to execute the reproduction steps with newly recreated and empty tmp folders.
foldseek tsv2db aa.tsv aa_db --output-dbtype 0

Foldseek Output (for bugs)

Please make sure to also post the complete output of Spacepharer. You can use gist.github.com for large output.

Below is the output on the shared cluster

tsv2db aa.tsv aa_db --output-dbtype 0 

MMseqs Version:           	2.8bd520
Output database type      	0
Compressed                	0
Verbosity                 	3

Output database type: Aminoacid
Cannot open index file aa_db.index.0

Below is the output from my personal computer

tsv2db aa.tsv aa_db --output-dbtype 0 

MMseqs Version:           	2.8bd520
Output database type      	0
Compressed                	0
Verbosity                 	3

Output database type: Aminoacid
Time for merging to aa_db: 0h 0m 0s 3ms
Time for processing: 0h 0m 0s 7ms

Context

Providing context helps us come up with a solution and improve our documentation for the future.

Your Environment

Include as many relevant details about the environment you experienced the bug in.

  • Git commit used (The string after "MMseqs Version:" when you execute foldseek without any parameters):
  • Which foldseek version was used (Statically-compiled, self-compiled, Conda, etc.):
  • For self-compiled and Homebrew: Compiler and Cmake versions used and their invocation:
  • Server specifications (especially CPU support for AVX2/SSE and amount of system memory):
  • Operating system and version:

The foldseek version is 2.8bd520 from conda for both the cluster and my computer. The OS on the shared cluster is Ubuntu 22.04 and my computer is Pop!_OS 22.04. The cluster and my computer has 64 and 32 GB of RAM respectively.

Thanks in advance!!!

@milot-mirdita
Copy link
Member

Please try if the issue is resolved in the latest release 8-ef4e960. 2.8bd520 is pretty ancient.

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