Skip to content

Commit

Permalink
add executable to runners
Browse files Browse the repository at this point in the history
  • Loading branch information
KaiWaldrant committed Jun 27, 2024
1 parent 9352a48 commit c9b4511
Show file tree
Hide file tree
Showing 10 changed files with 10 additions and 0 deletions.
1 change: 1 addition & 0 deletions src/control_methods/no_denoising/config.vsh.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,7 @@ engines:
image: ghcr.io/openproblems-bio/base_python:1.0.4

runners:
- type: executable
- type: nextflow
directives:
label: [midtime, midmem, midcpu]
1 change: 1 addition & 0 deletions src/control_methods/perfect_denoising/config.vsh.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -20,6 +20,7 @@ engines:
image: ghcr.io/openproblems-bio/base_python:1.0.4

runners:
- type: executable
- type: nextflow
directives:
label: [midtime, midmem, midcpu]
1 change: 1 addition & 0 deletions src/methods/alra/config.vsh.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -39,6 +39,7 @@ engines:
cran: [ Matrix, rsvd ]
github: KlugerLab/ALRA
runners:
- type: executable
- type: nextflow
directives:
label: [midtime, highmem, highcpu]
1 change: 1 addition & 0 deletions src/methods/dca/config.vsh.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -40,6 +40,7 @@ engines:
- jsonschema
- "git+https://github.com/scottgigante-immunai/dca.git@patch-1"
runners:
- type: executable
- type: nextflow
directives:
label: [midtime, highmem, highcpu]
1 change: 1 addition & 0 deletions src/methods/knn_smoothing/config.vsh.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -38,6 +38,7 @@ engines:
github:
- scottgigante-immunai/knn-smoothing@python_package
runners:
- type: executable
- type: nextflow
directives:
label: [midtime, highmem, highcpu]
1 change: 1 addition & 0 deletions src/methods/magic/config.vsh.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -58,6 +58,7 @@ engines:
- type: python
pip: [scprep, magic-impute, scipy, scikit-learn<1.2]
runners:
- type: executable
- type: nextflow
directives:
label: [midtime, highmem, highcpu]
1 change: 1 addition & 0 deletions src/methods/saver/config.vsh.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -28,6 +28,7 @@ engines:
- type: r
github: mohuangx/SAVER
runners:
- type: executable
- type: nextflow
directives:
label: [midtime, highmem, highcpu]
1 change: 1 addition & 0 deletions src/metrics/mse/config.vsh.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -25,6 +25,7 @@ engines:
- scikit-learn
- scprep
runners:
- type: executable
- type: nextflow
directives:
label: [midtime, highmem, midcpu]
1 change: 1 addition & 0 deletions src/metrics/poisson/config.vsh.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -23,6 +23,7 @@ engines:
- type: python
pip: scprep
runners:
- type: executable
- type: nextflow
directives:
label: [midtime, highmem, midcpu]
1 change: 1 addition & 0 deletions src/process_dataset/config.vsh.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -32,6 +32,7 @@ engines:
- numpy
- scipy
runners:
- type: executable
- type: nextflow
directives:
label: [highmem, midcpu , midtime]

0 comments on commit c9b4511

Please sign in to comment.