Replies: 3 comments 4 replies
-
hello, so you are saying there are columns that are completely filled by gaps and it is automatically collapsing them? I will have to review to see how to avoid this. there is logic that tries to allow collapsing gaps if you have sample data feel free to send it to me. if it is automatically removing those columns, i might need to make a new setting to avoid toggle this on/off. also, there is a lot of work actually happening on the msaview right now. if you're interested in any previews or interested in a demo, let me know! |
Beta Was this translation helpful? Give feedback.
-
Thanks for the fast response! I definitely see the rationale for collapsing gaps when possible for most users of msaview. However, I have some circumstances where I have a reference sequence as a track, and the actual alignment just has gaps in a region. For example, see the below example stockholm "file": #=GC reference WNTLIWQDTENSTFWQKFY In msaview, the "S" no longer appears in the reference sequence, since gap stripping occurred. There is custom numbering that goes along with the reference sequence, which won't work correctly if gaps get removed. I have tried to figure out where in the code the gap stripping occurs but haven't found it yet. In the meantime, I have added the reference sequence to the alignment itself, but I don't really want it there long-term (since I want it as a track on the top, which is closer to other custom things I've added to msaview). I would definitely be interested in a preview or demo of updates to msaview. My group likely will release a web tool to the public in a few months using msaview but I could envision additional things we could use msaview for, too. Thank you! |
Beta Was this translation helpful? Give feedback.
-
@mamrosh here is an alternative build that preserves gaps, it makes the "skipBlanks" function do nothing it is built from react-msaview v1.3.2 (jbrowse-plugin-msaview v1.0.18)
an upload with the built UMD versions is attached when testing with the small stock file you sent, it preserves the gap (screenshot below) |
Beta Was this translation helpful? Give feedback.
-
Hi, I've been using MsaView and was wondering where in msa_plugin.js the code to strip gaps in alignments is. I don't want this done by default when loading an alignment.
Thank you (for this and all your past help)!
Beta Was this translation helpful? Give feedback.
All reactions