s312569 / clj-biosequence

A Clojure library designed to make the manipulation of biological sequence data easier.
77 stars 11 forks source link

Gap characters in sequences? #30

Closed metasoarous closed 9 years ago

metasoarous commented 9 years ago

It seems these are currently converted to 'X' characters under the :iupacNucleicAcids alphabet. Could clj-biosequence be modified to allow for traditional gap characters (-) to remain unchanged?

s312569 commented 9 years ago

Yep - that makes sense. Should work in latest version (0.2.7) - just added '-' and '.' to the alphabet as gaps.

metasoarous commented 9 years ago

Ah; lovely. Thank you!