Skip to content

Commit

Permalink
Merge pull request #444 from PanDAWMS/data4es-start-add-cfg-stage-025
Browse files Browse the repository at this point in the history
Add config path option for stage 025 to be configured.
  • Loading branch information
mgolosova committed Nov 17, 2022
2 parents cfc3856 + 7a34538 commit 58656be
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion Utils/Dataflow/data4es/run/data4es-start
Original file line number Diff line number Diff line change
Expand Up @@ -87,7 +87,8 @@ define_stages() {
cmd_09="$cmd_09 --config $cfg_09"

# Stage 25
cmd_25="${base_dir}/../025_chicagoES/stage.py -m s"
cfg_25=`get_config "025.cfg"`
cmd_25="${base_dir}/../025_chicagoES/stage.py -m s --config $cfg_25"

# Stage 16
cmd_16="${base_dir}/../016_task2es/task2es.py -m s"
Expand Down

0 comments on commit 58656be

Please sign in to comment.