n

nf-amazon

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