076b4ef96b9fc40127c3577cb030585709bf5715
hiram
  Mon Oct 13 11:10:43 2025 -0700
adding hprcV2 type of alias refs #36461

diff --git src/hg/utils/automation/aliasTextToBed.pl src/hg/utils/automation/aliasTextToBed.pl
index 59b3421be8d..97115b67848 100755
--- src/hg/utils/automation/aliasTextToBed.pl
+++ src/hg/utils/automation/aliasTextToBed.pl
@@ -61,30 +61,31 @@
   $chromSizes{$chrom} = $size;
 }
 close (SZ);
 
 my %nameLabels = (
    "assembly" => "Assembly",
    "genbank" => "GenBank",
    "ncbi" => "NCBI",
    "refseq" => "RefSeq",
    "ucsc" => "UCSC",
    "ensembl" => "Ensembl",
    "xenbase" => "Xenbase",
    "chrNames" => "chrNames",
    "chrN" => "chrN",
    "VEuPathDB" => "VEuPathDB",
+   "hprcV2" => "HPRCv2",
    "custom" => "custom"
 );
 
 open (AS, ">$opt_aliasAs") or die "can not write to $opt_aliasAs";
 
 my $indexNames;
 
 $titleLine =~ s/^#\s+//;
 my @legendNames = split('\s+', $titleLine);
 my $expectFieldCount = scalar(@legendNames);
 my $i = 0;
 # output the .as definition
 printf AS "table chromAlias\n";
 printf AS "   \"chromAlias bigBed index\"\n";
 printf AS "    (\n";