Closed shozebhaider closed 1 year ago
Yes as the documentation says:
caps (dict) – A dictionary with keys segids and values lists of strings describing the caps for a particular protein segment. e.g. caps[‘P’] = [‘ACE’, ‘NME’] or caps[‘P’] = [‘none’, ‘none’]. Default: will apply ACE and NME caps to every protein segment.
To disable the caps you need to create a dict and for each segment set the caps to [‘none’, ‘none’]
Many thanks @stefdoerr. Got it.
Hi
I think the cap=None is not being recognised in amber.build. in htmd 2.2.1 When I use the command molbuilt = amber.build(smol, ff=ffs, outdir='./build', ionize=True, caps=None) It should not add any caps and yet caps are being added. I believe the caps=None is being overridden by the default of adding caps,