Skip to content

Pipelining idea #11

@tashrifbillah

Description

@tashrifbillah

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.

@hre80

Metadata

Metadata

Assignees

No one assigned

    Labels

    documentationImprovements or additions to documentation

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions