GMOD / GBrowse-Adaptors

8 stars 6 forks source link

Fix for #4 in main repo #7

Closed keiranmraine closed 9 years ago

keiranmraine commented 9 years ago

This resolves the reported issue. I've tested the data that was included in that issue (FYI the example was mapped to GRCh37) and these modifications now render this data more appropriately.

I wasn't sure how to show the large scale N skip in the padded alignment so have inserted '~NNNN~' in the query, target and match text, where 'NNNN' is the number of bases skipped (this is going to look odd if split across lines). Perhaps '~~' would be less of an issue for formating, but in turn less informative.

ACATGAGATT~10~ATTAGGAAATGCTTTACTGT------------------------------
||||||||||~10~||||||||||||||||||||                              
ACATGAGATT~10~ATTAGGAAATGCTTTACTGTCATAACTATGAAGAGACTATTGCCAGATGA

Over to someone else to make the final decisions...

keiranmraine commented 9 years ago

On reflection, this isn't quite correct