KarrLab / bpforms

Toolkit for concretely describing non-canonical DNA, RNA, and proteins
https://www.bpforms.org
MIT License
6 stars 2 forks source link

Speed up loading BpForms #83

Closed jonrkarr closed 5 years ago

jonrkarr commented 5 years ago
jonrkarr commented 5 years ago

Implemented strategy (2). The reading of SMILES into OpenBabel molecules seems to only be a small fraction of the runtime. Thus, this seemed unnecessary to optimize.

jonrkarr commented 5 years ago

Done