n

nf-httpfs

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