Skip to content

Commit

Permalink
single omics workflow added-3
Browse files Browse the repository at this point in the history
  • Loading branch information
janursa committed Aug 29, 2024
1 parent f0cc724 commit facb2c6
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 0 deletions.
3 changes: 3 additions & 0 deletions src/workflows/run_benchmark_single_omics/config.vsh.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,9 @@ functionality:
- name: --multiomics_rna
type: file
direction: input
- name: --multiomics_atac
type: file
direction: input
- name: --perturbation_data
type: file
direction: input
Expand Down
1 change: 1 addition & 0 deletions src/workflows/run_benchmark_single_omics/main.nf
Original file line number Diff line number Diff line change
Expand Up @@ -77,6 +77,7 @@ workflow run_wf {
// use 'fromState' to fetch the arguments the component requires from the overall state
fromState: [
multiomics_rna: "multiomics_rna",
multiomics_atac: "multiomics_atac",
tf_all: "tf_all",
],
// use 'toState' to publish that component's outputs to the overall state
Expand Down

0 comments on commit facb2c6

Please sign in to comment.