Nick Moore

Results 13 issues of Nick Moore

It'd be handy to be able to retrieve the sequence which minimap2 has matched with, to generate HGVS strings or etc. You could reconstruct this from the long form CS...

This has caught me out a few times so I thought I'd make it a PR. before: ``` >>> import mappy >>> a = mappy.Aligner("notafile") >>> a.seq_names [] ``` no...

Adds a `cs_long` flag to mappy.Aligner.map, to let Python code get the "long CS" format string. ``` # generate a short cs string aligner.map(seq, cs=True) # generate a long cs...