n

nf-ga4gh

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