mirror of
https://github.com/MillironX/setup-nextflow.git
synced 2024-11-21 17:36:04 +00:00
18 lines
486 B
YAML
18 lines
486 B
YAML
name: "Setup Nextflow"
|
|
description: "Install Nextflow and add it to the PATH"
|
|
author: "nf-core"
|
|
inputs:
|
|
version:
|
|
description: "The Nextflow version to download (if necessary) and use. Example: 21.10.3"
|
|
required: false
|
|
default: "latest-stable"
|
|
all:
|
|
description: "Whether to install every Nextflow release via the '-all' distribution."
|
|
required: false
|
|
default: false
|
|
runs:
|
|
using: "node20"
|
|
main: "dist/index.js"
|
|
branding:
|
|
icon: "shuffle"
|
|
color: "green"
|