I have to model a complex polymer of lysine. It resembles a protein, except the lysines don't always bound with their alpha amine. My goal is to produce a PDB (Protein Data Bank) for further calculations.
Do you know any module allowing me to build a molecule? I have special needs, like:
- I have chain of amino acid
- I need to add one more to the chain
- but I have to be able to specify where and how this n+1 amino acid bounds to the previous one
- At the end, I have to be able to generate a PDB file
My first approach was to use the SMILES format, and I can do everything perfectly, except I can not build a pdb at the end, because there is no software capable of handling my number of atoms (> 15000).