Skip to content

Commit

Permalink
workflow added
Browse files Browse the repository at this point in the history
  • Loading branch information
janursa committed Aug 1, 2024
1 parent bf8ba9f commit 0b0f464
Show file tree
Hide file tree
Showing 5 changed files with 10 additions and 7 deletions.
5 changes: 3 additions & 2 deletions src/process_data/multiomics/format_data/config.vsh.yaml
Original file line number Diff line number Diff line change
@@ -1,8 +1,9 @@

functionality:
name: multiome
name: format_data
namespace: "multiomics"
info:
label: multiome
label: format_data
summary: "Download multiome, splits to rna and atac and saves seperately."
arguments:
- name: --multiome_counts
Expand Down
Original file line number Diff line number Diff line change
@@ -1,7 +1,8 @@
functionality:
name: reformat_resources_r
name: format_resources_r
namespace: "multiomics"
info:
label: reformat_resources_r
label: format_resources_r
summary: "Converts data to format needed for R methods."

arguments:
Expand Down
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
functionality:
name: multiome_matrix
namespace: "multiomics"
info:
label: multiome_matrix
summary: "Converts data to format needed for R methods."
Expand Down
6 changes: 3 additions & 3 deletions src/workflows/process_multiomics/config.vsh.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -29,9 +29,9 @@ functionality:
path: main.nf
entrypoint: run_wf
dependencies:
- name: process_dataset/multiomics/format_data
- name: process_dataset/multiomics/multiome_matrix
- name: process_dataset/multiomics/multiome_r
- name: multiomics/format_data
- name: multiomics/multiome_matrix
- name: multiomics/format_resources_r
platforms:
- type: nextflow
directives:
Expand Down

0 comments on commit 0b0f464

Please sign in to comment.