93b4e6a3aeae8b052a7f2cbce148790b61274e86 jnavarr5 Wed Nov 13 17:21:23 2024 -0800 Check to see if you are on either hg38 or hg19 before starting the clinical tutorial. If not, go to hg38 and start the tutorial, refs #34208 diff --git src/hg/js/tutorials/hgTracksPopup.js src/hg/js/tutorials/hgTracksPopup.js index a8eabb0..d7c20c3 100644 --- src/hg/js/tutorials/hgTracksPopup.js +++ src/hg/js/tutorials/hgTracksPopup.js @@ -1,71 +1,85 @@ -// funtion to create the pop-up on hgTracks + +// funtion to create the pop-up on hgTracks window.openTutorialPopup = function() { // Create the pop-up container const tutorialDiv = document.createElement("div"); tutorialDiv.id = "tutorialContainer"; // Create the contents for the popup tutorialDiv.innerHTML = `
These interactive tutorials will provide step-by-step guides to help navigate through various tools and pages on the UCSC Genome Browser.
Basic tutorial | An introductory tutorial designed to help new users navigate the UCSC Genome Browser. Learn how to configure display settings, search for tracks, and view the negative strand (3' to 5'). |
Advanced tutorial for clinicians (only available on hg19 & hg38) |
A tutorial aimed to educate clinical geneticists and showcase resources that
may be useful in variant interpretation.
Learn how to search for variants, view recommended track sets, and save your configuration settings to share with others. |