Add human exports to runner

This commit is contained in:
D. Berge
2020-09-26 23:41:09 +02:00
parent 4e70090b40
commit 303befef3b

View File

@@ -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"