a3a313b3fa4aa9c77d0b9827f8721ef57990bebd hiram Tue Jan 14 12:24:02 2025 -0800 no using kmerPrint.py in place of kmerPrint.pl no redmine diff --git src/hg/utils/automation/makefile src/hg/utils/automation/makefile index bd81a53..0667235 100644 --- src/hg/utils/automation/makefile +++ src/hg/utils/automation/makefile @@ -17,57 +17,60 @@ HgStepManager.pm \ AsmHub.pm SCRIPT_FILES = \ asmHubAllGaps.pl \ asmHubAssembly.pl \ asmHubAugustusGene.pl \ asmHubCpG.pl \ asmHubEnsGene.pl \ asmHubGap.pl \ asmHubGatewayPage.pl \ asmHubGc5Percent.pl \ asmHubHtml.pl \ asmHubRepeatMasker.sh \ asmHubRmsk.pl \ + asmHubRmskJoinAlign.pl \ asmHubSimpleRepeat.pl \ asmHubTrackDb.sh \ asmHubWindowMasker.pl \ blastz-make-joblist \ blastz-normalizeLav \ blastz-run-ucsc \ doAssemblyHub.pl \ doAugustus.pl \ doBlastzChainNet.pl \ doCpgIslands.pl \ doEnsGeneUpdate.pl \ doGenscan.pl \ doHgNearBlastp.pl \ doIdKeys.pl \ ensemblInfo.pl \ synBlastp.csh \ doRecipBest.pl \ doRepeatMasker.pl \ + doRepeatModeler.pl \ doWindowMasker.pl \ doSimpleRepeat.pl \ doSameSpeciesLiftOver.pl \ ensVersions \ extractNestedRepeats.pl \ extractGtf.pl \ kmerPairs.pl \ kmerCollapsePairedEnds.pl \ kmerPrint.pl \ + kmerPrint.py \ liftRMAlign.pl \ makeDownloads.pl \ makeGenomeDb.pl \ makePushQSql.pl \ monthlyUpdateIgtc.csh \ simplePartition.pl \ partitionSequence.pl \ updateIgtc.pl \ unigene.csh all: mkDir libFiles $(SCRIPT_FILES:%=%.all) %.all: rm -f ${SCRIPTS}/$* echo cp -p $* ${SCRIPTS}