You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
In the example 8 script,
path_for_bias=$output_dir"/bias_pdbs.jsonl"
#Adding global polar amino acid bias (Doug Tischer)
AA_list="D E H K N Q R S T W Y"
bias_list="1.39 1.39 1.39 1.39 1.39 1.39 1.39 1.39 1.39 1.39 1.39"
python ../helper_scripts/make_bias_AA.py --output_path=$path_for_bias --AA_list="$AA_list" --bias_list="$bias_list"
I want to know what is the meaning of "1.39", and how to decide the number?
The text was updated successfully, but these errors were encountered:
In the example 8 script,
path_for_bias=$output_dir"/bias_pdbs.jsonl"
#Adding global polar amino acid bias (Doug Tischer)
AA_list="D E H K N Q R S T W Y"
bias_list="1.39 1.39 1.39 1.39 1.39 1.39 1.39 1.39 1.39 1.39 1.39"
python ../helper_scripts/make_bias_AA.py --output_path=$path_for_bias --AA_list="$AA_list" --bias_list="$bias_list"
I want to know what is the meaning of "1.39", and how to decide the number?
The text was updated successfully, but these errors were encountered: