Skip to content

Commit d364f95

Browse files
committed
add docker config
1 parent 20257cc commit d364f95

1 file changed

Lines changed: 7 additions & 0 deletions

File tree

src/methods_cell_type_annotation/tacco/config.vsh.yaml

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -15,8 +15,15 @@ resources:
1515
path: script.py
1616

1717
engines:
18+
- type: docker
19+
image: openproblems/base_python:1.0.0
20+
setup:
21+
- type: python
22+
pypi: [anndata, numpy, tacco]
1823
- type: native
1924

2025
runners:
2126
- type: executable
2227
- type: nextflow
28+
directives:
29+
label: [ midtime, midcpu, midmem ]

0 commit comments

Comments
 (0)