study-docker-repro-longevity/artifacts_nickel/example.ncl
Quentin Guilloteau 46b7d349c3 Add POC for using nickel as a configuration lang
The `check.ncl` file contains the commands what we could use directly from snakemake to validate the configs and generate the json/yaml for ecg
2024-07-11 16:05:08 +02:00

15 lines
347 B
Plaintext

{
artefact_url = "https://example.com/artifact.zip",
type = "zip",
doi = "...",
image_name = "image:version",
location = "path/to/docker/folder",
package_managers = [ "dpkg" ],
git_packages = [
{ name = "pkg1", location = "path/to/git/repo"}
],
misc_packages = [
{ name = "mpkg1", url = "https://", type = "zip" }
],
}