33d00cb65d2f44cce214f6de74d01184874d1292 gperez2 Thu Dec 16 11:11:12 2021 -0800 Updating links to have target=”_blank” to be consistent with the hgCustom page, refs #28638 diff --git src/hg/htdocs/goldenPath/help/customTrackLoad.html src/hg/htdocs/goldenPath/help/customTrackLoad.html index 9e321e6..5405efb 100644 --- src/hg/htdocs/goldenPath/help/customTrackLoad.html +++ src/hg/htdocs/goldenPath/help/customTrackLoad.html @@ -1,33 +1,33 @@ <!-- This file is called by hgCustom.c - displays the text at the bottom of the hgCustom page --> <p> An annotation data file in one of the supported custom track <a href="/goldenPath/help/customTrack.html#format" target="_blank">formats</a> may be uploaded by any of the following methods:</p> <ul> <li> (<em>Preferred</em>) Enter one or more <a href="/goldenPath/help/customTrack.html#ADD_CT" target="_blank">URLs</a> for custom tracks (one per line) in the data text box. The Genome Browser supports both the HTTP and FTP (passive-only) protocols.</li> <li> Click the "Browse" button directly above the URL/data text box, then choose a custom track file from your local computer, or type the pathname of the file into the "upload" text box adjacent to the "Browse" button. The custom track data may be compressed by any of the following programs: gzip (<em>.gz</em>), compress (<em>.Z</em>), or bzip2 (<em>.bz2</em>). Files containing compressed data must include the appropriate suffix in their names.</li> <li> Paste the custom annotation text directly into the URL/data text box. Data provided by a URL may need to be proceeded by a separate line defining - <a href="/goldenPath/help/customTrack.html#TRACK">type=<em>track_type</em></a> required for some + <a href="/goldenPath/help/customTrack.html#TRACK" target="_blank">type=<em>track_type</em></a> required for some tracks, for example, "track type=broadPeak". </ul> <p> If a login and password is required to access data loaded through a URL, this information can be included in the URL using the format <em>protocol://user:password@server.com/somepath</em>. Only basic authentication is supported for HTTP. Note that passwords included in URLs are <strong><em>not</em></strong> protected. If a password contains a non-alphanumeric character, such as $, the character must be replaced by the hexidecimal representation for that character. For example, in the password <em>mypwd$wk</em>, the $ character should be replaced by %24, resulting in the modified password <em>mypwd%24wk</em>.</p>