Skip to content
Merged
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
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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).
12 changes: 12 additions & 0 deletions plugins.json
Original file line number Diff line number Diff line change
Expand Up @@ -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"
}
]
}
]