madscatt / zazzie

development branch
GNU General Public License v3.0
2 stars 3 forks source link

Evaluate MMC and CMC residue numbering and filtering. #144

Open madscatt opened 1 year ago

madscatt commented 1 year ago

Audit Monomer Monte Carlo (MMC) and Complex Monte Carlo (CMC) and their associated filters for consistency.

(see:

215 elif(reslow[j] + numcont[j] > number_aa - 1): $ 216 error.append('your low residue plus number contiguous exceeds the number of amino acids-1 (' +$ 217 str(number_aa-1) + '), reslow = ' + str(reslow[j]) + ' numcont = ' + str(numcont[j]))$

)