BioJulia / BioAlignments.jl

Sequence alignment tools
MIT License
60 stars 24 forks source link

Do these methods work and are they tested? #74

Closed CiaranOMara closed 2 years ago

CiaranOMara commented 2 years ago

Do the following methods work?

https://github.com/BioJulia/BioAlignments.jl/blob/ebea200c803398ef918e7d7a897553457a4b999e/src/alignment.jl#L134-L174

I don't see what provides variables refpos, seqpos, and alnpos.

jakobnissen commented 2 years ago

These are global constants (functions). They do seem to work, and they are covered by tests Closing as solved (you're of course welcome to reopen)