n

nxf-drmaa

A DSL modelled around the UNIX pipe concept, that simplifies writing parallel and scalable pipelines in a portable manner
http://www.nextflow.io
GPLv3
Paolo Di Tommaso
Files download
File Operation
nxf-drmaa-0.27.6.jar download
nxf-drmaa-0.27.6.pom download
nxf-drmaa-0.27.6-sources.jar download
Apache Maven
<dependency>
  <groupId>io.nextflow</groupId>
  <artifactId>nxf-drmaa</artifactId>
  <version>0.27.6</version>
</dependency>
Gradle Groovy
implementation 'io.nextflow:nxf-drmaa:0.27.6'
Gradle Kotlin
implementation("io.nextflow:nxf-drmaa:0.27.6")
Scala SBT
libraryDependencies += "io.nextflow" % "nxf-drmaa" % "0.27.6"
Groovy Grape
@Grapes(
  @Grab(group='io.nextflow', module='nxf-drmaa', version='0.27.6')
)
Apache Ivy
<dependency org="io.nextflow" name="nxf-drmaa" rev="0.27.6" />
Leiningen
[io.nextflow/nxf-drmaa "0.27.6"]
Apache Buildr
'io.nextflow:nxf-drmaa:jar:0.27.6'