Skip to content

Commit

Permalink
gpu added to single omics benchmark
Browse files Browse the repository at this point in the history
  • Loading branch information
janursa committed Sep 9, 2024
1 parent 886e3c1 commit 3379386
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion scripts/run_benchmark_single_omics.sh
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,7 @@ HERE
# --main-script target/nextflow/workflows/run_benchmark_single_omics/main.nf `
# --workspace 53907369739130 `
# --compute-env 6TeIFgV5OY4pJCk8I0bfOh `
# --params-file ./params/single_omics_all_test.yaml `
# --params-file ./params/single_omics_scgpt.yaml `
# --config src/common/nextflow_helpers/labels_tw.config


2 changes: 1 addition & 1 deletion src/methods/single_omics/scgpt/config.vsh.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -39,4 +39,4 @@ platforms:
- type: native
- type: nextflow
directives:
label: [midtime, midmem, midcpu]
label: [midtime, midmem, midcpu, gpu]
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,7 @@ platforms:
image: janursa/batch_correction_seurat:latest
setup:
- type: python
packages: [anndata==0.10.9]
packages: [anndata]

- type: native
- type: nextflow
Expand Down
2 changes: 1 addition & 1 deletion src/workflows/run_benchmark_single_omics/config.vsh.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -102,4 +102,4 @@ functionality:
platforms:
- type: nextflow
directives:
label: [ threedaystime, midmem, highcpu]
label: [ threedaystime, midmem, highcpu, gpu]

0 comments on commit 3379386

Please sign in to comment.