[ WARNING ] Score term optimized with IMM1 membrane transition function, but using franklin transiton funtion! #652
Replies: 1 comment 3 replies
-
|
Hello, Excellent question! Although, you are setting the score function in the command line, mp_symdock acutally ignores this and uses mpframework_symdock_fa_2015 instead because it is hard coded into the mover. This score function, mpframework_symdock_fa_2015, has score terms that were programmed and tested using the IMM1 membrane transition function not the franklin2019 transition function. The warning is essentially letting you know that the combination you are using, which is the mpframework_symdock_fa_2015 score terms with the franklin2019 transition function is un-tested, but not necessarily wrong. To use the IMM1 membrane transition function, you can set |
Beta Was this translation helpful? Give feedback.
Uh oh!
There was an error while loading. Please reload this page.
-
Hi! I'm using the mp_symdock to model a dimer. I'm using the franklin2019 scoring function, but got this error message. Should I be concerned? Below is my command
~/rosetta.source.release-408/main/source/bin/mp_symdock.linuxgccrelease
-in:file:s VSD-VSD_noMEM_INPUT.pdb
-mp:setup:spanfiles VSD-VSD_noMEMA.span
-mp:scoring:hbond true
-score:weights franklin2019
-mp:lipids:composition POPC
-nstruct 10
-symmetry:symmetry_definition VSD-VSD.symm
-symmetry:initialize_rigid_body_dofs
-packing:pack_missing_sidechains 0
-docking:dock_lowres_filter 5.0 10.0
-overwrite
Beta Was this translation helpful? Give feedback.
All reactions