KULL-Centre / PRISM

Software development pipelines related to the PRISM project
8 stars 4 forks source link

Transmembrane homodimers/mp_ddG_pipeline #82

Open aozalevsky opened 1 year ago

aozalevsky commented 1 year ago

Thanks for the awesome pipeline. I've already got nice results for a monomeric protein, now I'm trying to run a homodimer but not sure if I'm doing it right.

I saw #46 but it doesn't have any specifics about additional keys/modifications to the input. I'm specifically concerned about the format of the span file. Judging by the call in the sbatch script, the span file for only one chain is passed.

Can you give me advice on how to properly run a stability calculation for a transmembrane homodimer with identical mutations in both chains?

Thanks in advance!

aozalevsky commented 1 year ago

just a small bump in case a previous notification got lost.

j0kaso commented 1 year ago

Hi! thanks for the poke and sorry for the late reply - I actually did miss the first comment.

In the automatic tests are a few examples for the different possibilities to run the pipeline - regarding homodimers, here would be the code/input (which you also finde under "test"): https://github.com/KULL-Centre/PRISM/blob/main/software/rosetta_ddG_pipeline/test/test_mp_pipeline.py#L613

For preparation of the pdb file and a suitable mutation input file (needed, otherwise it will not perform the mutations in all chains at the same time), you need some pre-requirements:

Hope that helps! Let me know if anything doesn't work or is unclear :)

aozalevsky commented 1 year ago

awesome, thank you so much for such a detailed response!