982d69ac4a666c4ff32f7ed167f788b81d960285 hiram Wed Jun 17 12:30:05 2020 -0700 reduce the vertical space consumed by options and explanations refs #25555 diff --git src/hg/makeDb/doc/asmHubs/mkHubIndex.pl src/hg/makeDb/doc/asmHubs/mkHubIndex.pl index e2ee199..719c1a2 100755 --- src/hg/makeDb/doc/asmHubs/mkHubIndex.pl +++ src/hg/makeDb/doc/asmHubs/mkHubIndex.pl @@ -114,90 +114,93 @@

$Name Genomes assembly hubs

Assemblies from NCBI/Genbank/Refseq sources, $subSetMessage.

END } print <<"END"

How to view the hub

Options:

  1. The links to the genome browser in the table below will attach that one specific assembly to the genome browser. This is most likely what - you want.
  2. -
  3. Instead, you can attach the entire set of assemblies as one group to - the genome browser with the following links depending upon which of - our mirror site browsers you prefer to use: - + you want. Alternatively, the entire set of assemblies can be attached + as one group to the genome browser with the following links depending + upon which of our mirror site browsers you prefer to use: + + + + + + + + + + +
    attach all assemblies to selected site: genome.ucsc.edu genome-euro.ucsc.edu genome-asia.ucsc.edu
  4. To manually attach all the assemblies in this hub to genome browsers that are not one of the three UCSC mirror sites:
    1. From the blue navigation bar, go to My Data -> Track Hubs
    2. Then select the My Hubs tab and enter this URL into the textbox:
      https://hgdownload.soe.ucsc.edu/hubs/$asmHubName/hub.txt
    3. 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.


Data resource links

-

NOTE: Click on the column headers to sort the table by that column
-The common name/view in browser will attach only that single assembly to +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 +The scientific name and data download link provides access to the files for that one assembly hub.
-The class/VGP link provides access to the VGP GenomeArk page for that genome
+The class VGP link provides access to the VGP GenomeArk page for that genome.
The other links provide access to NCBI resources for these assemblies. -

END } # sub startHtml() ############################################################################## ### start the table output ############################################################################## sub startTable() { print ' - + '; if ($vgpIndex) { printf "\n"; } print "\n"; } # sub startTable() ############################################################################## ### end the table output ############################################################################## sub endTable() { print <<"END" @@ -289,30 +292,32 @@ } } } close (FH); my $hubUrl = "https://hgdownload.soe.ucsc.edu/hubs/$accessionDir/$accessionId"; printf "\n", ++$rowCount; ### printf "\n", $hubUrl, $accessionId, $commonName; printf "\n", $accessionId, $commonName; printf " \n", $hubUrl, $sciName; printf " \n", $gcPrefix, $asmAcc, $asmId; if ( $bioSample ne "notFound" ) { printf " \n", $bioSample, $bioSample; } else { printf " \n"; } + # one broken assembly_report + $bioProject= "PRJEB25768" if ($accessionId eq "GCA_900324465.2"); if ($bioProject eq "notFound") { printf " \n", $bioProject; } else { printf " \n", $bioProject, $bioProject; } printf " \n", $ncbiFtpLink, $asmDate; if ($vgpIndex) { my $sciNameUnderscore = $sciName; $sciNameUnderscore =~ s/ /_/g; $sciNameUnderscore = "Strigops_habroptilus" if ($sciName =~ m/Strigops habroptila/); if (! defined($vgpClass{$asmId})) { printf STDERR "# ERROR: no 'class' defined for VGP assembly %s\n", $asmId; exit 255; }
count common name and
view in browser
scientific name
and data download
NCBI assemblybioSamplebioProjectBioSampleBioProject assembly date,
source link
class
VGP link
%d%s%s%s%s%sn/a%s%s%s