Skip to content

version-2.5.0

Choose a tag to compare

@phupe phupe released this 05 Aug 06:11
· 297 commits to release since this release

version-2.5.0
08/04/2022

NEW FEATURES

  • Add support to apptainer
  • Upgrade tool versions for the geniac conda env
  • Check during the cmake configuration that mininal version for each software is met
  • Geniac CLI:
    • geniac lint adds an error message if conda recipe is not correctly formatted
    • geniac lint will ignore config file that are not explicitly declared in geniac.ini
    • when installing with sudo privilege, check that singularity and nextflow versions are the same as the one detected in the user environment during cmake configuration
    • avoid 'sudo' command with 'geniac install' if launched by the root user

BUGFIX

  • Geniac CLI:
    • Fix geniac lint error when comment in the middle of a line
    • geniac lint will throw an error if the withLabel process selector is single-line formatted in the process.config file
    • allow '.' in softName in the pip section of a conda recipe

DOCUMENTATION

  • Minimal conda version (4.12.0) required