Closed Yuangaga closed 3 years ago
Hi @Yuangaga
Sorry, our non-docker version is only a wrapper script to run AF2. Unlike the colab variant, we do not directly work with the AF2 codebase in the non-docker version. Maybe raise a ticket in the AF2 github repo and they can add the feature to their codebase.
Hi @Yuangaga
Seems like AF2 has recently added this feature to add the B-factors to the PDB file. So, can you try it by pulling the latest version of AF2?
Oh, I see it. Thank you very much. I will try it.
Hi~Thanks for your work. And I have run alphafold without docker successfully following your tutorial. But the output PDB file may be something wrong:
The B-factor field, which is stored pLDDT confidence measure, of the output PDB file is always 0 in my test work based on the example query.fasta.
And I saw the same result in your dummy_test/query/anked_0.pdb.
Then I tried to use the AlphaFold Colab notebook demo for validation. The result from AlphaFold Colab notebook seems no problem.
So is there any way to fix it ? Thanks a lot.