diff options
author | zsloan | 2022-08-08 03:34:33 -0500 |
---|---|---|
committer | GitHub | 2022-08-08 03:34:33 -0500 |
commit | 6694e79dbe25b25d27e759cc9131eeedebe76b9d (patch) | |
tree | 451b57bcff0d3bb62dd2a6b8c67a64b4461578fb /issues | |
parent | ea71f34472160067dec62463a94669aa0cb4da34 (diff) | |
download | gn-gemtext-6694e79dbe25b25d27e759cc9131eeedebe76b9d.tar.gz |
Add updates on progress to homology track
Diffstat (limited to 'issues')
-rw-r--r-- | issues/add-homology-track.gmi | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/issues/add-homology-track.gmi b/issues/add-homology-track.gmi index dc71fb2..89aa88d 100644 --- a/issues/add-homology-track.gmi +++ b/issues/add-homology-track.gmi @@ -8,6 +8,13 @@ * status: open, in progress * keywords: mapping +I currently have it displaying regions in mouse with text and a UCSC genome browser link to the corresponding human region as a track for the mapping figure. + +# TODO +[X] Display track showing homology across mouse/human/maybe rat (done for mouse, won't be hard to also enable for other species) +[ ] Make it display an arrow depending on the strand (whether the query strand matches the reference +[ ] Store the homology chain file data differently (keeping it as a text file might be fine, but need to find a better place for it; currently it's just directly pointing to its path) + # Description The idea is to add a new track to mouse/rat mapping figures that provides links to the corresponding region for humans in the UCSC Genome Browser. |