DeepRank / pdb2sql

Fast and versatile biomolecular structure PDB file parser using SQL queries
https://pdb2sql.readthedocs.io
Apache License 2.0
24 stars 12 forks source link

fix potential bug of column names in sql2pdb #42

Closed CunliangGeng closed 4 years ago

CunliangGeng commented 4 years ago

If the columns of SQL is updated or changed, the query * in sql2pdb will cause problem for outputing pdb. It's solved by query fixed column names.