n

nxf-commons

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