Skip to content
Matthieu Foll edited this page May 3, 2016 · 14 revisions

Current strategy to publish a new version:

  • change version number in bin/needlestack.r to be written in the VCF (remove beta)
  • change version number in needlestack.nf help and log messages (remove beta)
  • change version number in nextflow.config for the default docker container
  • make a pull request from beta version to master
  • create a new release along with tag name corresponding to the new version
  • create a new tag build in dockerhub corresponding to the new version tag
  • rename beta branch to next version
  • change version number in deploy.sh for the next beta accordingly
Clone this wiki locally