×

nf-aspera @ 0.1.0-edge5

Provider: Incremental Steps
Claimed: 15 Sep 2025 06:37:55 (UTC)
Description: The nf-aspera plugin integrates IBM Aspera's high-speed file transfer protocol into Nextflow workflows, enabling efficient large-file transfers within data pipelines. It solves the problem of slow file transfers by providing operators like `ascp` for Aspera-based data movement. Bioinformaticians and data engineers working with large genomic or scientific datasets would use this plugin to accelerate data staging and transfer operations in their Nextflow pipelines.
Latest version: 0.1.0-edge5
Total downloads: 51 View trends

Summary

A Nextflow plugin to use IBM Aspera protocol in pipelines. This community-contributed plugin enables seamless integration of Aspera's high-speed file transfer capabilities into Nextflow workflows.

Get Started

To use this plugin in your Nextflow pipeline, add the following to your nextflow.config file:

plugins {
    id 'nf-aspera'
}

Examples

Once configured, the plugin provides operators for Aspera operations. Here's an example of how to use the ascp operator:

include { ascp } from 'plugin/nf-aspera'

workflow {
    Channel.ascp( client: 'demo', destination:'downloads/', source: 'aspera-test-dir-small/10MB.1') | view
}

License

This project is licensed under the Apache License 2.0 – see the LICENSE file for details.

Nextflow version >=24.11.0-edge
Depends On -
Release Date 23 Jul 2026 10:01:28 (UTC)
Release Notes -
Download URL https://registry.nextflow.io/api/v1/plugins/nf-aspera/0.1.0-edge5/download/nf-aspera-0.1.0-edge5.zip
Store URL https://public.cr.seqera.io/v2/nextflow/plugin/nf-aspera/blobs/sha256:b6e85273952b13cd4006615ff9e76c3c08263f2ce7d87398522b0e5e4351921e
Size 92.8 MB
Checksum b61a46c451c8a0460201679d058c8c1e0b682df086b98b9096565f44fd95b1591db74195baad0083227220ba219e97635d2c5eab79e55c18d61f2d38c19e3658
Total downloads 21 View trends
Security Scan
Version Nextflow version Date Status Downloads
0.1.0-edge5 >=24.11.0-edge 23 Jul 2026 10:01:28 (UTC) 21
0.1.0-edge4 >=24.11.0-edge 23 Jul 2026 08:42:43 (UTC) 1
0.1.0-edge3 >=24.11.0-edge 20 Jul 2026 20:03:26 (UTC) 1
0.1.0-edge2 >=24.11.0-edge 05 Oct 2025 18:06:15 (UTC) 19
0.1.0-edge1 >=24.11.0-edge 15 Sep 2025 16:13:56 (UTC) 9