ca39d76b0c4deafcb785e8bea631d316b3bb59ed markd Fri Oct 28 21:28:51 2022 -0700 import of GENCODE V42 final release with addition of transcript rankings diff --git src/hg/makeDb/outside/gencode/makefile src/hg/makeDb/outside/gencode/makefile index 96195ad..22a3287 100644 --- src/hg/makeDb/outside/gencode/makefile +++ src/hg/makeDb/outside/gencode/makefile @@ -1,17 +1,17 @@ kentSrc = ../../../.. include ${kentSrc}/inc/common.mk pyprogs = $(shell file -F $$'\t' bin/* | awk '/Python script/{print $$1}') all:: test:: cd tests && ${MAKE} test clean:: cd tests && ${MAKE} clean lint: - python3 -m flake8 ${pyprogs} lib + python3 -m flake8 --color=never ${pyprogs} lib