Skip to content
Draft
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 3 additions & 1 deletion _viash.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -97,7 +97,9 @@ authors:
github: jkobject
orcid: 0000-0002-2818-9728
config_mods: |
.runners[.type == "nextflow"].config.labels := { lowmem : "memory = 20.Gb", midmem : "memory = 50.Gb", highmem : "memory = 100.Gb", lowcpu : "cpus = 5", midcpu : "cpus = 15", highcpu : "cpus = 30", lowtime : "time = 1.h", midtime : "time = 4.h", hightime : "time = 8.h", veryhightime : "time = 24.h" }
.runners[.type == "nextflow"].config.labels := { lowmem : "memory = 20.Gb", midmem : "memory = 50.Gb", highmem : "memory = 100.Gb", lowcpu : "cpus = 5", midcpu : "cpus = 15", highcpu : "cpus = 30", lowtime : "time = 1.h", midtime : "time = 4.h", hightime : "time = 8.h", veryhightime : "time = 24.h" };
.resources += { path: "/common/python_helpers/__init__.py"}


repositories:
- name: openproblems
Expand Down
2 changes: 1 addition & 1 deletion common
16 changes: 16 additions & 0 deletions pyproject.toml
Original file line number Diff line number Diff line change
@@ -0,0 +1,16 @@
[build-system]
requires = ["setuptools>=70"]
build-backend = "setuptools.build_meta"

[project]
name = "task_batch_integration"
authors = [{name = "Robrecht Cannoodt", email = "[email protected]"}]
readme = "README.md"
version = "0.1.0"
description = "A test python wrapper for viash"

[tool.setuptools.package-data]
"*" = ["*", ".*"]

[tool.setuptools.package-dir]
task_batch_integration = "target/executable"
Empty file added target/executable/__init__.py
Empty file.
Loading