Transfer curated data from NiH to the general endpoint, with NiH data collected & curated before Christmas.
To run do (from nesta/core/routines/projects/general/):
luigi --module general_root RootTask --dataset=nih
Broad summary of tasks:
[x] modify tier0-1 schema mapping
[x] modify tier 1 mapping
[x] Then run a vanilla sql2es task
[x] Add CHANGELOG summarising the long list of changes to the data between health-scanner/nih_v7 and general/nih_v0
Note that the health-scanner mapping has been dropped, although this can be reversed (noting that it has not been maintained for 18 months and is anyway deprecated).
Closes #317 Closes #175
Transfer curated data from NiH to the
general
endpoint, with NiH data collected & curated before Christmas.To run do (from
nesta/core/routines/projects/general/
):Broad summary of tasks:
health-scanner/nih_v7
andgeneral/nih_v0
Note that the
health-scanner
mapping has been dropped, although this can be reversed (noting that it has not been maintained for 18 months and is anyway deprecated).