haddocking / pdb-tools

A dependency-free cross-platform swiss army knife for PDB files.
https://haddocking.github.io/pdb-tools/
Apache License 2.0
369 stars 112 forks source link

`pdb_rplresname` should accept several substitutions maps #120

Open joaomcteixeira opened 2 years ago

joaomcteixeira commented 2 years ago

For example:

pdb_rplresname -HIE:HIS -HID:HIS -HSD:HIS -HSE:HIS FILE.pdb

This would avoid looping over and over for several residue name replacements.

joaomcteixeira commented 2 years ago

@JoaoRodrigues thoughts on this? Or is this beyond the "one-tool-one-task" concept?