3227ff50033faf22cb1199ad40610f9042c7fd10 hiram Fri Mar 17 16:19:21 2023 -0700 add special section for the VGP index page to point to the special listings of files no redmine diff --git src/hg/makeDb/doc/asmHubs/mkHubIndex.pl src/hg/makeDb/doc/asmHubs/mkHubIndex.pl index b2d3fc7..4b341b4 100755 --- src/hg/makeDb/doc/asmHubs/mkHubIndex.pl +++ src/hg/makeDb/doc/asmHubs/mkHubIndex.pl @@ -180,30 +180,48 @@
  • Once you have added the URL to the entry form, press the Add Hub button to add the hub.
  • After adding the hub, you will be redirected to the gateway page. The genome assemblies can be selected from the ${Name} Hub Assembly dropdown menu. Instead of adding all the assemblies in one collected group, use the individual view in browser in the table below.

    See also: assembly statisticstrack statistics <== additional information for these assemblies.


    +END + +if ($vgpIndex) { + print <<"END"; +

    Listings:

      (from RepeatModeler masking) +

    +

    +

    +END +} + +print <<"END";

    Data resource links

    NOTE: Click on the column headers to sort the table by that column

    The common name and view in browser will attach only that single assembly to the genome browser.
    The scientific name and data download link provides access to the files for that one assembly hub.
    END if ($vgpIndex) { print <<"END"; The class VGP link provides access to the VGP GenomeArk page for that genome.
    END }