-
Notifications
You must be signed in to change notification settings - Fork 2
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
Comments
|
Hi! # 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? |
Great! Wait until it is done, and run |
For the output of the model, the higher the better? The part greater than 0 is a beneficial mutation. |
The higher the better, and it does not necessarily have to be greater than 0. Just choose according to the ranking. |
Hi, nice work! We encountered a problem using your project.
conda env create -f environment.yaml
.The text was updated successfully, but these errors were encountered: