josiahseaman / FluentDNA

FluentDNA allows you to browse sequence data of any size using a zooming visualization similar to Google Maps. You can use FluentDNA as a standalone program or as a python module for your own bioinformatics projects.
65 stars 7 forks source link

Genome Alignment: Ref doesn't show gaps in translocations #74

Open josiahseaman opened 5 years ago

josiahseaman commented 5 years ago

Followup #33. When a chain representing a translocation is processed, the series of AlignedSpans are inserted into the existing composite alignment. These new alignedSpans do not appear to have query_tail_size > 0. ChainParser.py ~ line 219

image

Observations