-
Notifications
You must be signed in to change notification settings - Fork 0
Open
Labels
documentationImprovements or additions to documentationImprovements or additions to documentation
Description
Hi Habib,
Until I make a pipeline automating things, you can run your jobs in chain in one step:
dplocate/dplocate0-read/parse_gps_mc.py --phoenix-dir dplocate-phoenix --study BWH --consent-dir dplocate-phoenix/GENERAL/ --matlab-dir dplocate/dplocate0-read/ && \
dplocate/dplocate1-preprocess/preprocess_gps_mc.py --phoenix-dir dplocate-phoenix --study BWH --consent-dir dplocate-phoenix/GENERAL/ --matlab-dir dplocate/dplocate1-preprocess/ && \
dplocate/dplocate2-process/process_gps_mc.py --phoenix-dir dplocate-phoenix --study BWH --consent-dir dplocate-phoenix/GENERAL/ --matlab-dir dplocate/dplocate2-process/ && \
dplocate/dplocate3-aggregate/aggregate_gps_mc.py --phoenix-dir dplocate-phoenix --study BWH --consent-dir dplocate-phoenix/GENERAL/ --matlab-dir dplocate/dplocate3-aggregate/ && \
dplocate/dplocate4-plot/phone_gps_mc.py --phoenix-dir dplocate-phoenix --study BWH --consent-dir dplocate-phoenix/GENERAL/ --matlab-dir dplocate/dplocate4-plot/The &&s essentially do the trick i.e. wait for completion of previous steps.
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
documentationImprovements or additions to documentationImprovements or additions to documentation