22a67b8eddff877e9265906cfbc4df5a41c3e0db
lrnassar
Mon Aug 5 12:01:54 2019 -0700
Pointing hard-coded links to hgdownload refs #23734
diff --git src/hg/makeDb/doc/VGP/mkHubIndex.pl src/hg/makeDb/doc/VGP/mkHubIndex.pl
index 8e61706..1ff0fff 100755
--- src/hg/makeDb/doc/VGP/mkHubIndex.pl
+++ src/hg/makeDb/doc/VGP/mkHubIndex.pl
@@ -42,50 +42,50 @@

This assembly hub contains assemblies released
by the
Vertebrate Genomes Project.
How to view the hub
You can load this hub from our
Public Hubs
page or by clicking these links to any of our official websites:
To manually attach this hub to other genome browsers:
-
From the blue navigation bar, go to
My Data -> Track Hubs
-
Then select the My Hubs tab and enter this URL into the textbox:
-
http://genome-test.gi.ucsc.edu/hubs/VGP/hub.txt
+
https://hgdownload.soe.ucsc.edu/hubs/VGP/hub.txt
-
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 VGP Hub Assembly dropdown menu.
Data resource links
NOTE: Click on the column headers to sort the table by that column
@@ -185,32 +185,32 @@
$commonName =~ s/\)//;
$sciName =~ s/.*:\s+//;
$sciName =~ s/\s+\(.*//;
}
} elsif ($line =~ m/Taxid:/) {
if ($taxId =~ m/notFound/) {
++$itemsFound;
$taxId = $line;
$taxId =~ s/.*:\s+//;
}
}
}
close (FH);
$commonName = $betterName{$asmId} if (exists($betterName{$asmId}));
printf CN "%s\t%s\n", $commonName, $asmId;
- printf "%s | \n", $asmId, $commonName;
- printf " %s | \n", $asmId, $sciName;
+ printf "
%s | \n", $asmId, $commonName;
+ printf " %s | \n", $asmId, $sciName;
printf " %s | \n", $gcPrefix, $asmAcc, $asmId;
printf " %s | \n", $bioSample, $bioSample;
printf " %s | \n", $bioProject, $bioProject;
printf " %s | \n", $taxId, $taxId;
my $sciNameUnderscore = $sciName;
$sciNameUnderscore =~ s/ /_/g;
$sciNameUnderscore = "Strigops_habroptilus" if ($sciName =~ m/Strigops habroptila/);
printf " %s | \n", $sciNameUnderscore, $asmDate;
printf " %s | \n", $class{$asmId};
printf "
\n";
}
close(CN);
}
##############################################################################