Skip to content

nextflow-io/plugins

main
Switch branches/tags

Name already in use

A tag already exists with the provided branch name. Many Git commands accept both tag and branch names, so creating this branch may cause unexpected behavior. Are you sure you want to create this branch?
Code

Latest commit

 

Git stats

Files

Permalink
Failed to load latest commit information.
Type
Name
Latest commit message
Commit time
 
 
 
 

Nextflow Plugins index

This repository stores the index of plugins that can be used by Nextflow.

The index is contained in the plugins.json file, which is organised with the following structure:

[
  {
    "id": "nf-hello", 
    "releases": [
      {
        "version": "0.1.0",
        "date": "2021-07-25T11:54:13.481+02:00",
        "url": "https://github.com/nextflow-io/nf-hello/releases/download/0.1.0/nf-hello-0.1.0.zip",
        "requires": ">=21.04.0",
        "sha512sum": "7abcf988117f5148622609750b30ae35b1dcaa4f532f205f160c64ec215caafb6fa8bccefc8a90cc9dba60fc68f285769c9e897808b9d925313fc375952e4547"
      }
    ]
  }
]

The top-most JSON array lists all available plugins. The releases array lists all the available versions for the correspinding plugin.

Learn more about Nextflow plugins in the Nextflow documentation.

About

Nextflow plugins index repository

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published