Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Mutations with SDF File Parser? #10

Open
ayushkarnawat opened this issue Nov 26, 2019 · 0 comments
Open

Mutations with SDF File Parser? #10

ayushkarnawat opened this issue Nov 26, 2019 · 0 comments
Labels
question Further information is requested

Comments

@ayushkarnawat
Copy link
Owner

Should on-the-fly point mutations when parsing 3D structure files (i.e. SDF or PDB files) be allowed? Currently parsers that only process sequences, like residue strings or SMILES strings, are able to mutate residues at specified positions (using PDBMutator) to their choice of primary or tertiary structure.

The problem lies in that the PDBMutator can currently mutate only structures/sequences that have an associated PDB id (see #9 for more information). To work with passed in structures/sequences, the mutator should allow for mutating arbitrary sequences/structures (see #7) and not rely solely just on the PDB id.

@ayushkarnawat ayushkarnawat added the question Further information is requested label Nov 26, 2019
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
question Further information is requested
Projects
None yet
Development

No branches or pull requests

1 participant