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

conda conflicts #1

Open
wensm77 opened this issue Oct 30, 2024 · 7 comments
Open

conda conflicts #1

wensm77 opened this issue Oct 30, 2024 · 7 comments

Comments

@wensm77
Copy link

wensm77 commented Oct 30, 2024

Hi, nice work! We encountered a problem using your project.

  1. I'm having a lot of conflicts using conda env create -f environment.yaml.
  2. Do I have to download uniref100 to run tests on my own data?
@tyang816
Copy link
Owner

  1. Can you please provide more information about the conflicts?
  2. Yes, if you want to use the amino acid retrieval mode, you should download the uniref100 and search the MSA, but the foldseek retrieval mode only needs .pdb file.

@wensm77
Copy link
Author

wensm77 commented Oct 31, 2024

Hi!
Now i solve conda problem maybe.
But i got another problem:
This script took me a long time and I didn't get any results

# step 1: search homology sequences
# your protein name, eg. fluorescent_protein
protein_dir=<your_protein_dir_name>
# your protein path, eg. data/fluorescent_protein/aa_seq/GFP.fasta
query_protein_name=<your_protein_name>
protein_path=data/$protein_dir/aa_seq/$query_protein_name.fasta
# your unipror dataset path
database=<your_path>/uniref100.fasta
evcouplings \
    -P output/$protein_dir/$query_protein_name \
    -p $query_protein_name \
    -s $protein_path \
    -d $database \
    -b "0.1, 0.2, 0.3, 0.4, 0.5, 0.6, 0.7, 0.8, 0.9" \
    -n 5 src/single_config_monomer.txt

Does this script just take a long time to run?

@tyang816
Copy link
Owner

Yes, it will take a long time to run, maybe a few hours, sometimes half a day if the query protein is very long (exceeds 3000 residues).

This is an example of the MSA result, do you get these files?

image

@wensm77
Copy link
Author

wensm77 commented Oct 31, 2024

I just get these and script is running:
image

@tyang816
Copy link
Owner

Great! Wait until it is done, and run select mas script. We are happy to hear from you if there is any good news in wet-lab experiments.

@wensm77
Copy link
Author

wensm77 commented Nov 1, 2024

For the output of the model, the higher the better? The part greater than 0 is a beneficial mutation.

@tyang816
Copy link
Owner

tyang816 commented Nov 1, 2024

The higher the better, and it does not necessarily have to be greater than 0. Just choose according to the ranking.

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