lambdacasserole / avogadrio

Worship your favorite molecule by setting it as your wallpaper.
https://avogadr.io/
MIT License
297 stars 11 forks source link

Allow SMILES structures fewer than 7 characters long #10

Closed lambdacasserole closed 7 years ago

lambdacasserole commented 7 years ago

The regular expression in the CoffeeScript that validates SMILES structures has a lower limit on length (7 or longer accepted, others rejected).

This PR changes this regular expression to allow SMILES structures of 1 character or more.

lambdacasserole commented 7 years ago

This is what was causing Issue #8.