n

nextflow

A DSL modelled around the UNIX pipe concept, that simplifies writing parallel and scalable pipelines in a portable manner
http://www.nextflow.io
The Apache License, Version 2.0
Paolo Di Tommaso
Files download
File Operation
nextflow-24.04.0.jar download
nextflow-24.04.0.pom download
nextflow-24.04.0-sources.jar download
Apache Maven
<dependency>
  <groupId>io.nextflow</groupId>
  <artifactId>nextflow</artifactId>
  <version>24.04.0</version>
</dependency>
Gradle Groovy
implementation 'io.nextflow:nextflow:24.04.0'
Gradle Kotlin
implementation("io.nextflow:nextflow:24.04.0")
Scala SBT
libraryDependencies += "io.nextflow" % "nextflow" % "24.04.0"
Groovy Grape
@Grapes(
  @Grab(group='io.nextflow', module='nextflow', version='24.04.0')
)
Apache Ivy
<dependency org="io.nextflow" name="nextflow" rev="24.04.0" />
Leiningen
[io.nextflow/nextflow "24.04.0"]
Apache Buildr
'io.nextflow:nextflow:jar:24.04.0'