n

nf-ignite

A DSL modelled around the UNIX pipe concept, that simplifies writing parallel and scalable pipelines in a portable manner(forked from nextflow.io)
http://www.gooalgene.com
Apache 2.0
ShaoXian Song
Files download
File Operation
nf-ignite-19.03.0-edge.jar download
nf-ignite-19.03.0-edge.pom download
nf-ignite-19.03.0-edge-sources.jar download
Apache Maven
<dependency>
  <groupId>com.github.crabime</groupId>
  <artifactId>nf-ignite</artifactId>
  <version>19.03.0-edge</version>
</dependency>
Gradle Groovy
implementation 'com.github.crabime:nf-ignite:19.03.0-edge'
Gradle Kotlin
implementation("com.github.crabime:nf-ignite:19.03.0-edge")
Scala SBT
libraryDependencies += "com.github.crabime" % "nf-ignite" % "19.03.0-edge"
Groovy Grape
@Grapes(
  @Grab(group='com.github.crabime', module='nf-ignite', version='19.03.0-edge')
)
Apache Ivy
<dependency org="com.github.crabime" name="nf-ignite" rev="19.03.0-edge" />
Leiningen
[com.github.crabime/nf-ignite "19.03.0-edge"]
Apache Buildr
'com.github.crabime:nf-ignite:jar:19.03.0-edge'