n

nf-ignite

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