n

nf-commons

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