pyani-plus / pyani-plus

Development repo for pyani-plus (the next iteration of pyani)
MIT License
0 stars 0 forks source link

Write module to parse `dnadiff` output #17

Open kiepczi opened 3 months ago

kiepczi commented 3 months ago

After developing the initial workflow for the dnadiff method #12, we need to ensure that we can reproduce the AlignedBases value provided by dnadiff.

To achieve this, we should:

kiepczi commented 3 weeks ago

I started working on this under the issue_17 branch.

So far, I have written functions to parse .mcoords and .rdiff files. The code still requires testing and few tweaks.