molefacture figure

CGenFFCaller plugin automates the fetching of CHARMM topology and parameters from the CGenFF server ( https://cgenff.umaryland.edu/).

Commands:

Example

Assuming a list of molecule files a.pdb b.pdb c.mol2:

cgenffcaller callcgenff -molfiles {a.pdb b.pdb c.mol2} -username myusername

cgenffcaller numstr - This should return "3"

cgenffcaller getstr 0 - This should return the stream file for "a.pdb"

cgenffcaller getstr 1 - This should return the stream file for "b.pdb"

cgenffcaller getstr 2 - This should return the stream file for "c.pdb"

Contributors