Skip to content

Commit

Permalink
no viash
Browse files Browse the repository at this point in the history
  • Loading branch information
matin authored and matin committed Jul 19, 2024
1 parent ef4be12 commit 1d083dd
Show file tree
Hide file tree
Showing 4 changed files with 24 additions and 0 deletions.
1 change: 1 addition & 0 deletions src/api/comp_metric.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -25,6 +25,7 @@ functionality:
direction: input
default: ridge
description: name of regretion to use
multiple: true
- name: --subsample
type: integer
direction: input
Expand Down
File renamed without changes.
23 changes: 23 additions & 0 deletions src/pre_methods/cistopic/config.novsh.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,23 @@
functionality:
name: cistopic
info:
label: cistopic
summary: "creates cistopic"


resources:
- type: r_script
path: script.R


platforms:
- type: docker
image: ghcr.io/openproblems-bio/base_r:1.0.2
# setup:
# - type: r
# packages: [dplyr, FNN, chromVAR, doParallel, BuenColors, FigR, BSgenome.Hsapiens.UCSC.hg38]

- type: native
- type: nextflow
directives:
label: [midtime,midmem,midcpu]

0 comments on commit 1d083dd

Please sign in to comment.