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

Running evcouplings on a cluster without network access #322

Open
ld139 opened this issue Dec 11, 2024 · 6 comments
Open

Running evcouplings on a cluster without network access #322

ld139 opened this issue Dec 11, 2024 · 6 comments

Comments

@ld139
Copy link

ld139 commented Dec 11, 2024

Hi,

I am planning to run evcouplings on a cluster that does not have network access. Could you please advise on the best approach to prepare the necessary data for running the tool in an offline environment?

Should I download the MMTF files in advance and store them in a folder (e.g., pdb_mmtf_dir in config file )? Alternatively, is it preferable to download the BCIF files or the BCIF.gz compressed files instead?

Any guidance on how to prepare the data files for offline use would be greatly appreciated!

Thanks!

@thomashopf
Copy link
Contributor

Yes, I would start with downloading the PDB in .bcif.gz format and reference the directory via pdb_mmtf_dir (the name of that parameter is a bit outdated due to the recent phase-out of the MMTF format).

Also, the input sequence needs to be supplied as a file via the sequence_file parameter.

@ld139
Copy link
Author

ld139 commented Dec 12, 2024

是的,我将首先下载 .bcif.gz 格式的 PDB,然后通过引用目录pdb_mmtf_dir(由于最近 MMTF 格式的逐步淘汰,该参数的名称有点过时)。

此外,输入序列需要通过参数作为文件提供sequence_file

Great!

@ld139 ld139 closed this as completed Dec 12, 2024
@ld139
Copy link
Author

ld139 commented Dec 14, 2024

i have download all the .bcif.gz files in a folder. but the problem still exist, my command here:

evcouplings \
-P output/$protein_dir/$query_protein_name \
-p $query_protein_name \
-s $protein_path \
-b "0.1, 0.2, 0.3, 0.4, 0.5, 0.6, 0.7, 0.8, 0.9" \
-n 5 \
-y \
src/single_config_monomer.txt \

the config file and wrong file:
mcaupo_b0.1.failed.txt
mcaupo_b0.1_config.txt

@ld139 ld139 reopened this Dec 14, 2024
@thomashopf
Copy link
Contributor

Does the folder /export/home/luod111/af2_dataset/pdb_bcif contain 2yor.bcif.gz in exactly this lowercase spelling (e.g. if PDB ID is uppercase, it won't detect the file)?

@ld139
Copy link
Author

ld139 commented Dec 20, 2024

Does the folder /export/home/luod111/af2_dataset/pdb_bcif contain 2yor.bcif.gz in exactly this lowercase spelling (e.g. if PDB ID is uppercase, it won't detect the file)?

yes, i'm sure /export/home/luod111/af2_dataset/pdb_bcif folder contiain 2yor.bcif.gz file!
1734703215119

@thomashopf
Copy link
Contributor

Are you on the latest version from the develop branch? If not, please try with this version.

I just double-checked and the updated code to load .bcif.gz files from a directory is not yet on master or the pip-installable version

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