The HADDOCK category is meant to discuss any HADDOCK-related issue. For general information about HADDOCK refer to http://www.bonvinlab.org/software/haddock2.2
I would like to ask, what is difference in the counting method (if any)
-
if I submit restraints to an ambiguous restrain file but with NO random exclusion or I submit the same restraints to the unambiguous file.
-
if I submit restraints to the unambiguous file like containing “OR” or “AND” , like these:
assign ( resid 11 and segid A)
(
( resid 9 and segid B)
or
( resid 10 and segid B)
or
(
…
) ) 2.0 2.0 0.0
assign ( resid 11 and segid A)
(
( resid 9 and segid B)
and
( resid 10 and segid B)
and
(
…
) ) 2.0 2.0 0.0
Thank you for your reply!