Skip to content

Commit

Permalink
test scglue
Browse files Browse the repository at this point in the history
  • Loading branch information
matin authored and matin committed Jul 24, 2024
1 parent c15622e commit 53b0178
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -20,6 +20,7 @@ functionality:
- name: dummpy
type: string
required: false
test_default: resources_test/grn-benchmark/multiomics_r/rna.rds
required: true
- name: --multiomics_atac
type: file
Expand All @@ -32,6 +33,7 @@ functionality:
- name: dummpy
type: string
required: false
test_default: resources_test/grn-benchmark/multiomics_r/atac.rds
required: true
- name: --prediction
__merge__: ../../api/file_prediction.yaml
Expand Down
2 changes: 2 additions & 0 deletions src/methods/figr/script.R
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,8 @@ par <- list(
peak_gene = "output/figr/peak_gene.csv",
prediction= "output/figr/prediction.csv"
)

print(par)
# meta <- list(
# functionality_name = "my_method_r"
# )
Expand Down
File renamed without changes.

0 comments on commit 53b0178

Please sign in to comment.