a8a9567f7b38e02f36edfc58ab733c2cbeefe134 lrnassar Mon Mar 16 08:55:55 2026 -0700 Oops, placed the CR script in the wrong section of the makefile with the C utils instead of the standalone scripts. Refs #36890 diff --git src/utils/makefile src/utils/makefile index 13ce48fbf3c..dec0369b7bf 100644 --- src/utils/makefile +++ src/utils/makefile @@ -31,31 +31,30 @@ bedRestrictToPositions \ bigWigAverageOverBed \ bigWigCat \ bigWigCorrelate \ bigWigCluster \ bigWigInfo \ bigWigMerge \ bigWigSummary \ bigWigToBedGraph \ bigWigToWig \ calc \ catDir \ catUncomment \ chopFaLines \ colTransform \ - codeReviewAi.py \ countChars \ endsInLf \ clusterMatrixToBarChartBed \ cpgIslandExt \ faAlign \ fastqToFa \ fastqStatsAndSubsample \ faCmp \ faCount \ faFilterN \ faFilter \ faFrag \ faNoise \ faOneRecord \ faPolyASizes \ @@ -203,30 +202,31 @@ ggMsrToTab \ ggPidToTab \ ggPpiToTab \ ggSpfToTab \ bedNamePickFirst \ bedBestTranscript \ genePredToBed \ cgiSmokeTest \ phegenToBed \ bigMaxPercDiff \ cancerMafToBigBed \ pq \ bedAppendPaperInfo \ googleSheetToBigBed \ doClinvarLift \ + codeReviewAi.py \ redmineCli \ redmineDump \ browserRace \ ${USER_APP_SCRIPTS} # List of all directories to build ALL_APPS = $(UTILS_APPLIST) $(UCSC_APPS) # all: builds all utilities here all: $(ALL_APPS:%=%.all) $(USER_APP_SCRIPTS:%=%.userAppScript) %.all: cd $* && echo $* && $(MAKE)