Get a drake plan for a stage of integration pipeline.
Source: R/plans_integration.R
get_subplan_integration.RdA plan for 01_integration stage.
A plan for 02_int_clustering stage. The following subplans are included:
Usage
get_integration_subplan(cfg, cfg_pipeline, cfg_main)
get_int_clustering_subplan(cfg, cfg_pipeline, cfg_main)Arguments
- cfg
A list of parameters for this stage (from integration config directory, e.g. loaded from
01_integration.yaml, etc.).- cfg_pipeline
A
scdrake_listobject: pipeline config (seeload_pipeline_config()) obtained frompipeline.yamlfile located in pipeline config directory.- cfg_main
A list of general parameters (loaded from
00_main.yamlfrom integration config directory).