Skip to content

+publishMode (rellink) & -dkfzModules

Compare
Choose a tag to compare
@vinjana vinjana released this 09 Feb 14:42
· 18 commits to master since this release
c924e2e
  • Minor: Added --publishMode option to allow user to select the Nextflow publish mode. Default: rellink. Note that the former default was symlink, but as this change is considered negligible we classified the change as "minor".
  • Minor: Removed dkfzModules profile. Didn't work well and was originally only for development. Please use 'conda', 'singularity' or 'docker'. The container-based environments provide the best reproducibility.
  • Patch: Switched from Travis to CircleCI for continuous integration.