×

nf-irods @ 0.1.2

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 13 Jul 2026 11:32:10 (UTC)
Release Notes -
Download URL https://registry.nextflow.io/api/v1/plugins/nf-irods/0.1.2/download/nf-irods-0.1.2.zip
Store URL https://public.cr.seqera.io/v2/nextflow/plugin/nf-irods/blobs/sha256:2395691b03a4e30e97e6ed06c589598f182ddbb68b4a9211154388f3aef025c1
Size 4.4 MB
Checksum e6146b0042cfda119323657f03451b27bd698d60be034c8fdc4630fdf2649bc0b22dbad2c6d71163f0c8bedb352efca61a94835e9bdca9ed29d839462457acfe
Total downloads 1 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