3d815b5ddda4f027ed21ddc71995eebec2a8574b kent Wed Jan 20 01:46:40 2021 -0800 This utility to help merge expression matrices across data sets built on different gene models is starting to work. diff --git src/hca/hcaUnifyMatrix/makefile src/hca/hcaUnifyMatrix/makefile new file mode 100644 index 0000000..3c843bb --- /dev/null +++ src/hca/hcaUnifyMatrix/makefile @@ -0,0 +1,4 @@ +kentSrc = ../.. +A = hcaUnifyMatrix +preMyLibs = ${kentSrc}/lib/${MACHTYPE}/jkhgap.a +include $(kentSrc)/inc/userApp.mk