a6f3ed94b533d5ffa08d7ff8f7c87a2956848e11 kent Mon May 10 13:37:24 2021 -0700 A program that takes tab separated files with column labels in the 1st row that we generate to templates with column labels in the 4th row like HCA likes. diff --git src/hca/toHca/hcaAffixTsvToTemplate/makefile src/hca/toHca/hcaAffixTsvToTemplate/makefile new file mode 100644 index 0000000..0aeee7f --- /dev/null +++ src/hca/toHca/hcaAffixTsvToTemplate/makefile @@ -0,0 +1,3 @@ +kentSrc = ../../.. +A = hcaAffixTsvToTemplate +include $(kentSrc)/inc/userApp.mk