diff --git a/README.md b/README.md index 27fb71e..f8fef41 100644 --- a/README.md +++ b/README.md @@ -24,6 +24,6 @@ which is organised with the following structure: ``` The top-most JSON array lists all available plugins. The `releases` array -lists all the available versions for the correspinding plugin. +lists all the available versions for the corresponding plugin. Learn more about Nextflow plugins in the [Nextflow documentation](https://www.nextflow.io/docs/latest/plugins.html). \ No newline at end of file diff --git a/plugins.json b/plugins.json index 0a90f86..b39284f 100644 --- a/plugins.json +++ b/plugins.json @@ -3723,5 +3723,17 @@ "requires": ">=25.03.0-edge" } ] + }, + { + "id": "nf-lamin", + "releases": [ + { + "version": "0.0.1", + "url": "https://github.com/laminlabs/nf-lamin/releases/download/0.0.1/nf-lamin-0.0.1.zip", + "date": "2025-04-24T12:59:57.189944Z", + "sha512sum": "ebb23e601b5507e2df41d523ae75fd8b88ead44a81192a04fb78b13e398eb0e3fe5ea812d4f79beeba36230e0c8e5d2cbdcdeaee99df23f359b7903a529534ce", + "requires": ">=24.10.4" + } + ] } ]