Timofey Prodanov

Results 2 comments of Timofey Prodanov

Please do not merge, I am trying to update the build script.

I did not try to change mappy code, but an external function ``` def cigar_str(hit): return "".join(map(lambda x: str(x[0]) + 'MIDNSHP=X'[x[1]], hit.cigar)) ``` works fine