Skip to content

Commit

Permalink
Merge pull request #1027 from hubmapconsortium/sunset666/bugfixes
Browse files Browse the repository at this point in the history
Adding back codex parameters with new data models
  • Loading branch information
sunset666 authored Feb 25, 2025
2 parents 8cbc1db + 9bf9592 commit 91ae740
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions src/ingest-pipeline/airflow/dags/codex_cytokit.py
Original file line number Diff line number Diff line change
Expand Up @@ -235,10 +235,10 @@ def build_cwltool_cwl_ometiff_second_stitching(**kwargs):
input_parameters = [
{"parameter_name": "--cytokit_config", "value": str(data_dir / "experiment.yaml")},
{"parameter_name": "--cytokit_output", "value": str(data_dir / "cytokit")},
{
"parameter_name": "--slicing_pipeline_config",
"value": str(data_dir / "pipelineConfig.json"),
},
{"parameter_name": "--slicing_pipeline_config",
"value": str(data_dir / "pipelineConfig.json"), },
{"parameter_name": "--num_concurrent_tasks", "value": get_threads_resource(dag.dag_id)},
{"parameter_name": "--data_dir", "value": str(get_parent_data_dir(**kwargs))},
]
command = get_cwl_cmd_from_workflows(workflows, 2, input_parameters, tmpdir, kwargs["ti"])

Expand Down

0 comments on commit 91ae740

Please sign in to comment.