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
GPLv3
Paolo Di Tommaso
Files download
File Operation
nextflow-0.13.3.jar download
nextflow-0.13.3.pom download
nextflow-0.13.3-sources.jar download
Apache Maven
<dependency>
  <groupId>io.nextflow</groupId>
  <artifactId>nextflow</artifactId>
  <version>0.13.3</version>
</dependency>
Gradle Groovy
implementation 'io.nextflow:nextflow:0.13.3'
Gradle Kotlin
implementation("io.nextflow:nextflow:0.13.3")
Scala SBT
libraryDependencies += "io.nextflow" % "nextflow" % "0.13.3"
Groovy Grape
@Grapes(
  @Grab(group='io.nextflow', module='nextflow', version='0.13.3')
)
Apache Ivy
<dependency org="io.nextflow" name="nextflow" rev="0.13.3" />
Leiningen
[io.nextflow/nextflow "0.13.3"]
Apache Buildr
'io.nextflow:nextflow:jar:0.13.3'