Skip to content

Version 1.5.0

Latest

Choose a tag to compare

@lbeckman314 lbeckman314 released this 03 Jul 00:18
23bcecd

Overview 🌀

This release adds initial support for using drs:// URIs as process inputs and outputs, plus a fix for TES output validation!

Quick Start ⚡

Add the following to nextflow.config to install the plugin:

plugins {
    id 'nf-ga4gh@1.5.0'
}

drs:// URIs in workflow files are then resolved automatically:

workflow {
    align(file("drs://drs.example.org/object-id"))
}

Tip

(Optional) For DRS servers that require auth, configure a Bearer token or Basic auth credentials in nextflow.config:

drs {
    accessToken = '<token>'
    // or
    username = '<username>'
    password = '<password>'
}

What's Changed

  • Default file fixes by @vsmalladi in #32
  • feat: Add initial support for DRS inputs/outputs (drs://) in #24

Full Changelog: 1.4.2...1.5.0

What's Changed

  • Release 1.4.2 in #30
  • Default file fixes by @vsmalladi in #32
  • feat: Add initial support for DRS inputs/outputs (drs://) in #24

Full Changelog: 1.4.2...1.5.0