7d20b40e8b2cd56b6e37c86f9af31a8d28f24907
hiram
  Mon Apr 11 11:21:30 2022 -0700
eliminate obsolete noInherit setting refs #29203

diff --git src/hg/utils/automation/asmHubChainNetTrackDb.pl src/hg/utils/automation/asmHubChainNetTrackDb.pl
index edeb359..b824c72 100755
--- src/hg/utils/automation/asmHubChainNetTrackDb.pl
+++ src/hg/utils/automation/asmHubChainNetTrackDb.pl
@@ -42,31 +42,30 @@
 printf "track %sChainNet\n", $targetDb;
 printf "compositeTrack on
 shortLabel Chain/Net
 longLabel Chain and Net alignments to target sequence: %s\n", $targetDb;
 printf "subGroup1 view Views chain=Chains net=Nets\n";
 printf "subGroup2 species Species";
 my $N = 0;
 foreach my $queryDb (@queryList) {
   printf " s%03d=%s", $N++, $queryDb;
 }
 printf "\n";
 printf "subGroup3 clade Clade c00=human\n";
 printf "dragAndDrop subTracks\n";
 printf "visibility hide
 group compGeno
-noInherit on
 color 0,0,0
 altColor 255,255,0
 type bed 3
 chainLinearGap loose
 chainMinScore 5000
 dimensions dimensionX=clade dimensionY=species
 sortOrder species=+ view=+ clade=+
 configurable on\n";
 printf "html html/%s.chainNet\n", $targetDb;
 
 printf "
     track %sChainNetViewchain
     shortLabel  Chains
     view chain
     visibility pack