f6ef041a6fa43e86f7b0c17f79371cb0fdeeaf8f kent Fri Dec 18 16:28:29 2020 -0800 Adding utility to help pull out genes positions from a bunch of transcripts and a gene/transcript table. diff --git src/hg/txGraph/txgToGeneBed/makefile src/hg/txGraph/txgToGeneBed/makefile new file mode 100644 index 0000000..8b4dcdf --- /dev/null +++ src/hg/txGraph/txgToGeneBed/makefile @@ -0,0 +1,3 @@ +kentSrc = ../../.. +A = txgToGeneBed +include $(kentSrc)/inc/userApp.mk