KarrLab / bpforms

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

Support left/right only bonding #63

Closed jonrkarr closed 5 years ago

jonrkarr commented 5 years ago
  1. Add validation method to BpForm
    • Monomers 1..L-1 can bind to right (right bond attributes are set)
    • Monomers 2..L can bind to left (left bond attributes are set)
  2. Call validation method in CLI, REST API
  3. Loosen restrictions in RNA and protein alphabet builders
  4. Add to feature list in docs
    • Comparison with ProForma
jonrkarr commented 5 years ago

Done