×

nf-irods @ 0.1.0

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.0
Total downloads: 0 View trends
Nextflow version >=24.10.0
Depends On -
Release Date 15 Jun 2026 18:49:48 (UTC)
Release Notes -
Download URL https://registry.nextflow.io/api/v1/plugins/nf-irods/0.1.0/download/nf-irods-0.1.0.zip
Store URL https://public.cr.seqera.io/v2/nextflow/plugin/nf-irods/blobs/sha256:31a9b112b72fe55fb2732ce82f3aa7c653ff1e0246280d59718730e0b14dcac4
Size 6.8 MB
Checksum a8de1e1b90934e058286abc9c4c7f3ae43e69ffed73df5ea3ae8539b9802ade3f404f0ddc941c41dda3c86d122aa34989471e897a6166fac5947d8ed8e8b9ef9
Total downloads 0 View trends
Security Scan
Version Nextflow version Date Status Downloads
0.1.0 >=24.10.0 15 Jun 2026 18:49:48 (UTC) 0