4e1f462b2f1a3e877ee4041550b0fd276bcaa4a2 max Tue Nov 5 16:24:55 2019 +0100 renaming chromFixer to chromToUcsc, refs #24407 diff --git src/utils/chromToUcsc/makefile src/utils/chromToUcsc/makefile new file mode 100644 index 0000000..b296cda --- /dev/null +++ src/utils/chromToUcsc/makefile @@ -0,0 +1,12 @@ +kentSrc = ../.. +include ../../inc/common.mk + +compile: + python chromToUcsc -g build -a hg19.chromAlias.tsv,hg38.chromAlias.tsv -o ${BINDIR}/chromToUcsc + chmod a+x ${BINDIR}/chromToUcsc + +clean: + true + +test: + cd tests && make