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 @@
Assemblies from NCBI/Genbank/Refseq sources, $subSetMessage.
END } print <<"END"Options:
attach all assemblies to selected site: | ++ | genome.ucsc.edu | ++ | genome-euro.ucsc.edu | ++ | genome-asia.ucsc.edu | +
---|
https://hgdownload.soe.ucsc.edu/hubs/$asmHubName/hub.txt
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.
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.
-
count | common name and view in browser |
scientific name and data download |
NCBI assembly | -bioSample | bioProject | +BioSample | BioProject | assembly date, source link |
';
if ($vgpIndex) {
printf "class VGP link | \n";
}
print "
---|---|---|---|---|---|---|---|---|---|
%d | \n", ++$rowCount; ### printf "%s | \n", $hubUrl, $accessionId, $commonName; printf "%s | \n", $accessionId, $commonName; printf "%s | \n", $hubUrl, $sciName; printf "%s | \n", $gcPrefix, $asmAcc, $asmId; if ( $bioSample ne "notFound" ) { printf "%s | \n", $bioSample, $bioSample; } else { printf "n/a | \n"; } + # one broken assembly_report + $bioProject= "PRJEB25768" if ($accessionId eq "GCA_900324465.2"); if ($bioProject eq "notFound") { printf "%s | \n", $bioProject; } else { printf "%s | \n", $bioProject, $bioProject; } printf "%s | \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; }