From 303befef3b12fa399ca9def1213a45703b7b8918 Mon Sep 17 00:00:00 2001 From: "D. Berge" Date: Sat, 26 Sep 2020 23:41:09 +0200 Subject: [PATCH] Add human exports to runner --- bin/runner.sh | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/bin/runner.sh b/bin/runner.sh index 980ff79..3a44fbf 100755 --- a/bin/runner.sh +++ b/bin/runner.sh @@ -108,6 +108,12 @@ if [[ -n "$RUNNER_IMPORT" ]]; then run $BINDIR/system_imports.py fi +print_log "Export QC data" +run $BINDIR/human_exports_qc.py + +print_log "Export sequence data" +run $BINDIR/human_exports_seis.py + rm "$LOCKFILE" print_info "End run"