46b7d349c3
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
15 lines
347 B
Plaintext
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" }
|
|
],
|
|
}
|