84a3604cd4c2ef2edab9afd8470f8c880bba7dd5 kent Thu Aug 1 10:08:45 2019 -0700 Slimmed down version of geoStormToHcaStorm. This one does not do any deletion or renaming of tags. It does do a few things that are hopefully worthwhile - reformatting dates, extracting accessions from URLs, and pasting together full addresses mostly. Typically run after geoToTagStorm. diff --git src/hca/fromGeo/geoToHcaStorm/makefile src/hca/fromGeo/geoToHcaStorm/makefile new file mode 100644 index 0000000..f0afb07 --- /dev/null +++ src/hca/fromGeo/geoToHcaStorm/makefile @@ -0,0 +1,3 @@ +kentSrc = ../../.. +A = geoToHcaStorm +include $(kentSrc)/inc/userApp.mk