pdb2pqr
pdb2pqr copied to clipboard
Need refactoring and testing for inputgen and psize
I think inputgen.py and psize.py are still important for the web server version of PDB2PQR. However, we appear to have no test coverage of these modules.
Apparently, we built lots of PQR parsing routines for PDB2PQR and still parse PQR files manually in psize.py... why???
The psize
command-line tool has been removed. Should we do the same for inputgen? I don't think there are many use cases for it.
@Eo300 isn't inputgen used by the apbs-web to generate the apbs input file after running pdb2pqr?
I was referring to removing the command-line part -- not the entire module.
We're not using the inputgen
command-line for website operations, it ought to only be used as part of the pdb2pqr
process itself
OK, so we can delete the inputgen command line code.