study-docker-repro-longevity/check.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

5 lines
114 B
Plaintext

let { Artifact, .. } = import "artifact_contract.ncl" in
(
(import "artifacts_nickel/example.ncl") | Artifact
)