BioJulia/BioSequences.jl

Translate subsequence

jakobnissen opened this issue · 0 comments

Currently does not work, but should. In fact, translation should be generic over BioSequence

Point to consider: Should it return a LongSequence? If so, people can't override translate to their own custom types without piracy.
Nevermind, extending functions with own types is not piracy. See the PR for more discussion.