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 @@
An annotation data file in one of the supported custom track formats may be uploaded by any of the following methods:
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 protocol://user:password@server.com/somepath. Only basic authentication is supported for HTTP. Note that passwords included in URLs are not 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 mypwd$wk, the $ character should be replaced by %24, resulting in the modified password mypwd%24wk.