×

nf-irods @ 0.1.1

Provider: biocorecrg
Claimed: 15 Jun 2026 15:18:49 (UTC)
Description: A Nextflow plugin for reading and writing files in iRODS natively using the irods:// URI scheme. IMPORTANT: The plugin automatically reads your standard iRODS configuration from $HOME/.irods/irods_environment.json. You must ensure this file exists and contains your connection details (host, port, zone, username, etc.). The plugin also supports standard environment variables as fallbacks if needed: IRODS_HOST IRODS_PORT IRODS_USER_NAME IRODS_PASSWORD IRODS_ZONE_NAME IRODS_DEFAULT_RESOURCE Authentication If your iRODS server uses short-lived PAM tokens (which is common), the plugin will automatically read your negotiated token from $HOME/.irods/.irodsA. IMPORTANT: Because these PAM tokens typically expire quickly (often after 1 hour), you must re-authenticate with the server by running iinit before launching your pipeline: iinit nextflow run your_pipeline.nf If your token has expired during a long-running execution or between runs, you will receive an iRODS Authentication Failed! Your short-lived PAM token has likely EXPIRED error in the Nextflow log, and you will simply need to run iinit again. How to Use Once configured, Nextflow can resolve iRODS paths natively in pipeline channels and parameters: params.reads = 'irods:///zone/home/user/data/*.fastq.gz' process FASTQC { input: path reads output: path "fastqc_*.html" script: """ fastqc ${reads} """ } workflow { Channel.fromPath(params.reads) | FASTQC }
Latest version: 0.1.2
Total downloads: 25 View trends
Nextflow version >=24.10.0
Depends On -
Release Date 16 Jun 2026 11:03:30 (UTC)
Release Notes -
Download URL https://registry.nextflow.io/api/v1/plugins/nf-irods/0.1.1/download/nf-irods-0.1.1.zip
Store URL https://public.cr.seqera.io/v2/nextflow/plugin/nf-irods/blobs/sha256:37430d3f5d35394ad0d00603a42a18d9c349be0d74549de2573c6438d4b9f929
Size 6.8 MB
Checksum d0ea116ea9d0a3728abe9a76f8f90f6c8ad98a502c34daef6d7d2a3bbaddef685dfee76dc7fe0c599bfaa463841f5b130f696c3be6232a34a2207c6fe5766099
Total downloads 12 View trends
Security Scan
Version Nextflow version Date Status Downloads
0.1.2 >=24.10.0 13 Jul 2026 11:32:10 (UTC) 1
0.1.1 >=24.10.0 16 Jun 2026 11:03:30 (UTC) 12
0.1.0 >=24.10.0 15 Jun 2026 18:49:48 (UTC) 12