QUEEN icon indicating copy to clipboard operation
QUEEN copied to clipboard

visualizemap does not indicate overhangs

Open jan-glx opened this issue 1 year ago • 1 comments

from queen import *
fragment = QUEEN(seq="CCGGTATGCG----/----ATACGCAGCT") 
fragment.printsequence(display=True)
fig = visualizemap(fragment, seq= True )
fig = visualizemap(fragment, seq=True, rcseq = True)

image I'd expect overhang bases to be grayed/alphaed out instead.

jan-glx avatar Oct 11 '22 14:10 jan-glx