6f117a37587e94ac69d3ce59801e3f3d7ff0ed10 lrnassar Fri Feb 19 18:20:07 2021 -0800 Feedback from CR refs #26998 diff --git src/hg/htdocs/goldenPath/help/gbib.html src/hg/htdocs/goldenPath/help/gbib.html index d20e1ee..5839b6a 100755 --- src/hg/htdocs/goldenPath/help/gbib.html +++ src/hg/htdocs/goldenPath/help/gbib.html @@ -533,31 +533,31 @@ or loaded with a direct link to the files location:</p> <pre><code><a href="http://127.0.0.1:1234/cgi-bin/hgTracks?db=hg19&hgt.customText=http://127.0.0.1:1234/folders/GSM1186795.bw&position=chrM" target="_blank">http://127.0.0.1:1234/cgi-bin/hgTracks?db=hg19&hgt.customText=<strong>http://127.0.0.1:1234/folders/GSM1186795.bw</strong>&position=chrM</a></code></pre> <p> (NOTE: In this above example, the <strong>ftp location</strong> now has byte-range requests supported so the <strong>GEO ftp link</strong> can be loaded on the browser).</p> <a name="CustomizingGbib"></a> <h2>Customizing your GBiB</h2> <!-- <a name="Fonts"></a> <h3>Enabling additional font styles</h3> <p> -In order to enable the use of additional fonts in the tracks display, the following lines +To enable the use of additional fonts in the tracks display, the following lines need to be need to be added to the <code>hg.conf</code> file:</p> <pre> freeType=on freeTypeDir=/usr/share/fonts/type1/gsfonts </pre> <p> The file can be found in the following location:</p> <pre> /usr/local/apache/cgi-bin/hg.conf </pre> <p> The fonts can then be change by pressing the <strong>configuration</strong> located below the image on the tracks display.</p>. --> @@ -583,31 +583,31 @@ </pre> <p> The table can then be loaded:</p> <pre> mysql hgcentral < defaultCart.sql </pre> <p> Finally, the contents of the desired session can be entered into the new table.</p> <pre> mysql hgcentral -Ne "insert into defaultCart select contents from namedSessionDb where sessionName='nameOfSession' and userName='nameOfUser'" </pre> </p> Where <strong>nameOfSession</strong> is the name of the created session and <strong>nameOfUser</strong> is the name of the user the session was created under. Keep in mind that only the top entry in that table will be used to pull default variables, so -in order to change the new defaults (or to remove the new dedaults) first you will want +to change the new defaults (or to remove the new dedaults) you will first want to delete the table contents:</p> <pre> mysql hgcentral -Ne "delete from defaultCart" </pre> <a name="SharingGBIB"></a> <h2>Sharing Genome Browser in a Box with others</h2> <p> By default, GBiB can be accessed only from the machine on which it is installed. This is done to prevent others from accessing your data. You can, however, make your GBiB instance available for use by others. To open up external access to GBiB:</p> <ol> <li> Shut down the GBiB machine (<a href="#GbibStop">Stopping GBiB</a>).</li> <li>