9d1979a4f98e25cc266d29e1139dd515d11d3e61 max Wed Nov 13 05:30:48 2019 -0800 removing a feature (data stored in script itself) entirely as it was confusing, refs #24432 diff --git src/utils/chromToUcsc/makefile src/utils/chromToUcsc/makefile index 425a755..3bccb77 100644 --- src/utils/chromToUcsc/makefile +++ src/utils/chromToUcsc/makefile @@ -1,12 +1,11 @@ kentSrc = ../.. include ../../inc/common.mk compile: - python chromToUcsc -g build -a hg19.chromAlias.tsv,hg38.chromAlias.tsv -o ${DESTBINDIR}/chromToUcsc - chmod a+x ${DESTBINDIR}/chromToUcsc + cp chromToUcsc ${DESTBINDIR}/chromToUcsc clean: true test: cd tests && make