Skip to content

Commit

Permalink
update helper resources
Browse files Browse the repository at this point in the history
  • Loading branch information
sainirmayi committed Oct 18, 2024
1 parent 82b8471 commit b7e473b
Show file tree
Hide file tree
Showing 8 changed files with 8 additions and 8 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -116,7 +116,7 @@ resources:
- type: nextflow_script
path: main.nf
entrypoint: run_wf
- path: /src/wf_utils/helper.nf
- path: /common/nextflow_helpers/helper.nf
dependencies:
- name: datasets/loaders/multimodal/openproblems_neurips2021_bmmc
- name: datasets/normalization/log_cp
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -122,7 +122,7 @@ resources:
- type: nextflow_script
path: main.nf
entrypoint: run_wf
- path: /src/wf_utils/helper.nf
- path: /common/nextflow_helpers/helper.nf
dependencies:
- name: datasets/loaders/multimodal/openproblems_neurips2022_pbmc
- name: datasets/normalization/log_cp
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -144,7 +144,7 @@ resources:
- type: nextflow_script
path: main.nf
entrypoint: run_wf
- path: /src/wf_utils/helper.nf
- path: /common/nextflow_helpers/helper.nf
dependencies:
- name: datasets/loaders/multimodal/openproblems_v1_multimodal
- name: datasets/normalization/log_cp
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -189,7 +189,7 @@ resources:
- type: nextflow_script
path: main.nf
entrypoint: run_wf
- path: /src/wf_utils/helper.nf
- path: /common/nextflow_helpers/helper.nf
dependencies:
- name: datasets/loaders/scrnaseq/cellxgene_census
- name: datasets/normalization/log_cp
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -147,7 +147,7 @@ resources:
- type: nextflow_script
path: main.nf
entrypoint: run_wf
- path: /src/wf_utils/helper.nf
- path: /common/nextflow_helpers/helper.nf
dependencies:
- name: datasets/loaders/scrnaseq/openproblems_v1
- name: datasets/normalization/log_cp
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -130,7 +130,7 @@ resources:
- type: nextflow_script
path: main.nf
entrypoint: run_wf
- path: /src/wf_utils/helper.nf
- path: /common/nextflow_helpers/helper.nf
dependencies:
- name: datasets/loaders/spatial/tenx_visium
- name: datasets/normalization/log_cp
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -126,7 +126,7 @@ resources:
- type: nextflow_script
path: main.nf
entrypoint: run_wf
- path: /src/wf_utils/helper.nf
- path: /common/nextflow_helpers/helper.nf
dependencies:
- name: datasets/loaders/spatial/zenodo
- name: datasets/normalization/log_cp
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -126,7 +126,7 @@ resources:
- type: nextflow_script
path: main.nf
entrypoint: run_wf
- path: /src/wf_utils/helper.nf
- path: /common/nextflow_helpers/helper.nf
dependencies:
- name: datasets/loaders/spatial/zenodo_slidetags
- name: datasets/normalization/log_cp
Expand Down

0 comments on commit b7e473b

Please sign in to comment.