BioJulia / BioAlignments.jl

Sequence alignment tools
MIT License
60 stars 24 forks source link

Allow BioSequences 2.0 #42

Closed DilumAluthge closed 4 years ago

DilumAluthge commented 4 years ago

cc: @BenJWard @kescobo

DilumAluthge commented 4 years ago

This may be a duplicate of #41

codecov[bot] commented 4 years ago

Codecov Report

Merging #42 into master will decrease coverage by 0.05%. The diff coverage is n/a.

Impacted file tree graph

@@            Coverage Diff             @@
##           master      #42      +/-   ##
==========================================
- Coverage   86.23%   86.17%   -0.06%     
==========================================
  Files          31       31              
  Lines        1722     1722              
==========================================
- Hits         1485     1484       -1     
- Misses        237      238       +1
Impacted Files Coverage Δ
src/alignment.jl 83% <0%> (-1%) :arrow_down:

Continue to review full report at Codecov.

Legend - Click here to learn more Δ = absolute <relative> (impact), ø = not affected, ? = missing data Powered by Codecov. Last update 09b7fd9...d02fe87. Read the comment docs.

DilumAluthge commented 4 years ago

Yeah. I think I should close this in favor of #41.

CiaranOMara commented 4 years ago

@DilumAluthge a few more things need to fall into place before #41 is merged. BioAlignments.jl v2 is waiting for the first release of XAM.jl, which is waiting for GenomicFeatures.jl v2 and the first release of Indexes.jl.