Skip to content

Dev

Martin Beracochea requested to merge dev into master

Created by: hoelzer

  • implemented merged profile structure for Nextflow

    • now we have only four config files:
      • container.config --> has the docker information
      • conda.config --> has the conda information (unfortunately no PPR-Meta conda recipe)
      • node.config --> has information on CPU and RAM for HPC/Cloud execution
      • local.config --> has CPU information for local execution
  • --databases can now be used to point to a directory to store all databases, also during local execution

Merge request reports