9ce60ff1bd117ef5fe9b3765fdba61c8d68d1159
jnavarr5
Tue Dec 2 16:44:39 2025 -0800
Making the optional not italic. Fixing a typo (teh) and adding a paragraph break, refs #34354
diff --git src/hg/js/tutorials/customTrackTutorial.js src/hg/js/tutorials/customTrackTutorial.js
index a100284c100..79cf21612b7 100644
--- src/hg/js/tutorials/customTrackTutorial.js
+++ src/hg/js/tutorials/customTrackTutorial.js
@@ -360,34 +360,34 @@
'
'+
'Alternatively, you can paste the URL directly without a "track line" to '+
'quickly view the file. The benefit in using a track line with a '+
'bigDataUrl parameter is ' +
'to add other configuration options for the big* file.',
buttons: [tutorialButtons.back, tutorialButtons.load_bigBed,
tutorialButtons.load_bigWig, tutorialButtons.next],
attachTo:
{
element: '#data-input',
on: 'right'
},
id: 'bigCustom-tracks'
});
customTrackTour.addStep({
- title: '(Optional) Upload track documentation',
+ title: 'Upload track documentation (Optional)',
text:
'In this dialoge box, you can add HTML that will be shown on the custom '+
- 'track\'s description page. '+
+ 'track\'s description page. This is not required but highly recommended.'+
'
'+
'An example HTML text is provided, and can '+
'be edited to fit your needs. ',
buttons: [tutorialButtons.back, tutorialButtons.load_html, tutorialButtons.next],
attachTo:
{
element: '#description-input',
on: 'right'
},
id: 'documentation-box'
});
customTrackTour.addStep({
title: 'Submit the custom track',
@@ -417,32 +417,33 @@
},
attachTo:
{
element: '#Submit',
on: 'top'
},
id: 'submit'
});
}
function customTrackResultSteps() {
customTrackTour.addStep({
title: 'View your uploaded custom tracks',
text:
'This table shows the custom tracks that you uploaded to the UCSC Genome Browser '+
- 'from the previous page. Using this table, you can delete any unwanted custom '+
- 'tracks. You can also click onto the track names to edit teh settings or data.',
+ 'from the previous page.
'+
+ 'Using this table, you can delete any unwanted custom '+
+ 'tracks. You can also click onto the track names to edit the settings or data.',
buttons: [tutorialButtons.next],
attachTo:
{
element: '#resultsTable',
on: 'bottom'
},
id: 'after-submit'
});
customTrackTour.addStep({
title: '"View in" drop-down menu',
text:
'By default, the Genome Browser will take you to view your custom track '+
'on the main Genome Browser image.
'+
'Altering this drop-down will let you send '+