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
Apache 2.0
Paolo Di Tommaso
文件下载
文件名 操作
nextflow-21.04.1.jar 下载
nextflow-21.04.1.pom 下载
nextflow-21.04.1-sources.jar 下载
Apache Maven
<dependency>
  <groupId>io.nextflow</groupId>
  <artifactId>nextflow</artifactId>
  <version>21.04.1</version>
</dependency>
Gradle Groovy
implementation 'io.nextflow:nextflow:21.04.1'
Gradle Kotlin
implementation("io.nextflow:nextflow:21.04.1")
Scala SBT
libraryDependencies += "io.nextflow" % "nextflow" % "21.04.1"
Groovy Grape
@Grapes(
  @Grab(group='io.nextflow', module='nextflow', version='21.04.1')
)
Apache Ivy
<dependency org="io.nextflow" name="nextflow" rev="21.04.1" />
Leiningen
[io.nextflow/nextflow "21.04.1"]
Apache Buildr
'io.nextflow:nextflow:jar:21.04.1'