Skip to content

Releases: uclahs-cds/pipeline-Nextflow-config

Nextflow-config v1.3.0

06 Sep 21:15
23b7b4e
Compare
Choose a tag to compare

What's Changed

New Contributors

Full Changelog: v1.2.0...v1.3.0

Nextflow-config v1.2.0

16 Oct 18:06
fe50ad2
Compare
Choose a tag to compare

CHANGELOG

Added

  • Custom validation types and functions for BAMs

Nextflow-config v1.1.0

06 Oct 22:13
4ec626a
Compare
Choose a tag to compare

CHANGELOG

Added

  • Generic resource allocations for outside ucla_cds
  • get_absolute_path function to resolve a path relative to the current configu file
  • Function for merging publishDir rules
  • Check for empty lists
  • Function for specific schema validation
  • BAM parsing module
  • Funtion to update base resource allocation values
  • Env setting function
  • Function to use CPUs with Docker to circumvent behavior introduced by Nextflow starting in v22.11.0-edge
  • Function for resolving pipelines in metapipelines
  • Common functions for align-DNA and -RNA
  • Option for user to overwrite previously loaded custum types by calling schema.load_custom_types() with argument purge_existing_custom_types=true

Fixed

  • BAM parser failing if multiple lines needed to be skipped
  • Schema config function load_custom_types() overwriting previously loaded custom types if called multiple times
  • workDir parity to handle NXF_WORK setting

Changed

  • Modify exceptions to be more specific

Nextflow-config v1.0.0

06 Sep 20:37
9eeb4f8
Compare
Choose a tag to compare

CHANGELOG

Added

  • Retry module
  • Schema validation module
  • Check for empty strings
  • CSV parsing module
  • Common methods module
  • Registered output directory generation function
  • Error handling for node-specific configs
  • Reference genome version extraction function

Changed

  • Initial repo set up
  • Generalize error message
  • Clarify retry README