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/mkAsmStats.pl src/hg/makeDb/doc/VGP/mkAsmStats.pl index 979c3a4..ab72eb9 100755 --- src/hg/makeDb/doc/VGP/mkAsmStats.pl +++ src/hg/makeDb/doc/VGP/mkAsmStats.pl @@ -208,31 +208,31 @@ $commonName =~ s/.*\(//; $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 "%d%s\n", ++$asmCount, $asmId, $commonName; + printf "%d%s\n", ++$asmCount, $asmId, $commonName; printf " %s\n", $sciName; printf " %s\n", $gcPrefix, $asmAcc, $asmId; printf " %s\n", commify($seqCount); printf " %s\n", commify($totalSize); printf " %s\n", commify($gapCount); printf " %s\n", commify($gapSize); printf " %.2f\n", $maskPerCent; printf "\n"; } } ############################################################################## ### main() ##############################################################################