Skip to content

Commit

Permalink
Apply suggestions from code review
Browse files Browse the repository at this point in the history
Co-authored-by: Sai Nirmayi Yasa <[email protected]>
  • Loading branch information
rcannood and sainirmayi authored Oct 25, 2024
1 parent 517fa56 commit 1af28fb
Show file tree
Hide file tree
Showing 5 changed files with 7 additions and 7 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -29,6 +29,6 @@ resources:
path: main.nf
entrypoint: run_wf
dependencies:
- name: common/extract_metadata
- name: utils/extract_uns_metadata
runners:
- type: nextflow
Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,6 @@ resources:
path: main.nf
entrypoint: run_wf
dependencies:
- name: common/extract_metadata
- name: utils/extract_uns_metadata
runners:
- type: nextflow
Original file line number Diff line number Diff line change
Expand Up @@ -128,8 +128,8 @@ dependencies:
- name: datasets/processors/subsample
- name: datasets/processors/svd
- name: datasets/processors/hvg
- name: common/extract_metadata
- name: common/decompress_gzip
- name: utils/extract_uns_metadata
- name: utils/decompress_gzip
# test_resources:
# - type: nextflow_script
# path: main.nf
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -134,8 +134,8 @@ dependencies:
- name: datasets/processors/subsample
- name: datasets/processors/svd
- name: datasets/processors/hvg
- name: common/extract_metadata
- name: common/decompress_gzip
- name: utils/extract_uns_metadata
- name: utils/decompress_gzip
# test_resources:
# - type: nextflow_script
# path: main.nf
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -156,7 +156,7 @@ dependencies:
- name: datasets/processors/subsample
- name: datasets/processors/svd
- name: datasets/processors/hvg
- name: common/extract_metadata
- name: utils/extract_uns_metadata
# test_resources:
# - type: nextflow_script
# path: main.nf
Expand Down

0 comments on commit 1af28fb

Please sign in to comment.