monarch-initiative / mondo-ingest

Coordinating the mondo-ingest with external sources
https://monarch-initiative.github.io/mondo-ingest/
6 stars 3 forks source link

Update docs with command to run build #536

Open twhetzel opened 1 month ago

twhetzel commented 1 month ago

Update the README file to state that the command to run the build should be: sh run.sh make build-mondo-ingest -B

See comments here and here for developer use.

Also, include line to pull docker image and git pull as part of running the full build for a "production" run to generate files for curator review.

joeflack4 commented 1 month ago

@matentzn Since I do a fresh clone of mondo-ingest for every build, I don't need -B. I do this primarily because that way I can do development on my main local environment in parallel. However, I also feel superstitiously more trusting of this fresh clone approach. Just want to face check with you and see if you can quickly think of any reason where results might be different between the two approaches? I suppose I could also run an experiment, trying both and comparing the hash / diffs afterwards.

matentzn commented 1 month ago

@joeflack4 the results should be the exact same between -B and fresh clone!