Kevin Bonham
Kevin Bonham
Is this supplanted by #183 ?
is this closed by #218 ?
Somewhat related to #104 and #145, I think @Paalon is planning an overhaul of that part of the API
Using `insert!` from Dictionaries.jl is how I would do it (though to be clear, I'm not advocating adding that dependency)
@jakobnissen Do we have a decent list of dependents? We could maybe use juliahub to query this, or use some of the work that Timothy has been doing. If we...
Looks like this: https://github.com/BioJulia/XAM.jl/blame/develop/src/flags.jl#L27 from @CiaranOMara , and it appears to me that the answer to > Is that XAM.flags() is just a rename of BAM.flag() in the current and...
Is this behavior documented? One could argue that it's not breaking if it's an internal representation and not documented, even if the method currently exists. Then again, the fact that...
Copying from Slack > jbieler > Today at 3:16 AM > Hum, I think the issue is that those reads do overlap the gene (they start before and end after)...
We have some CIGAR functionality in BioAlignments.jl and some in XAM.jl. @jakobnissen recently started https://github.com/BioJulia/CIGARStrings.jl, but I think that's just a prototype
I saw the slack gripe on this. Doesn't feel like a huge loss, especially if we put in constructors that can do the conversion for us (eg it would be...