-
Notifications
You must be signed in to change notification settings - Fork 86
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
Homodimer prediction missing chain #163
Comments
Hi, can you provide a result produced by AlphaFold2? |
Hi @Gy-Lu! Some of the alphafold outputs are here. I think fastfold is treating the inference as monomer despite |
Hi, I have tried your sequence. The alignment thing would be solved lately. But I am not sure the model's performance is correct, one way to examine is to use pre-computed feature and the same weight to see the output. |
Yes! I was also able to model the homodimers by changing the sequence name and adding the alignments accordingly. Wouldn't it make more sense for fastfold to automatically do this given the two same tags in a fasta file and --model_preset multimer instead of having the users change the tags? |
Hi, I am not sure if there is a random in preprocessing. But it seems to be. |
Hi
While checking the multimer outputs, I realized that for homodimers, there is only a single chain, B.
python /global/scratch/users/skyungyong/Software/FastFold/inference.py --output_dir ./ --model_preset multimer --use_precomputed_alignments Alignments --enable_workflow --inplace --param_path /global/scratch/users/skyungyong/Software/FastFold/data/params/params_model_1_multimer_v3.npz --model_name model_1_multimer AT1G52380_and_AT1G52380.fasta /global/scratch/users/skyungyong/Software/alphafold-multimer-v2.2.2-080922/Database/pdb_mmcif/mmcif_files/
Alphafold v2.3.1 seems to behave as expected, generating two chains. Is this behavior expected in fastfold?
The text was updated successfully, but these errors were encountered: