Skip to content

Commit

Permalink
Merge pull request #227 from ewels/master
Browse files Browse the repository at this point in the history
Bumped version for 1.4 release
  • Loading branch information
apeltzer authored Dec 12, 2018
2 parents 3a450c5 + 826818f commit 9219e2b
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,14 +1,14 @@
# nf-core/tools: Changelog

## v1.4dev
## [v1.4](https://github.com/nf-core/tools/releases/tag/1.4) - 2018-12-12

#### Template pipeline
* Institutional custom config profiles moved to github `nf-core/configs`
* These will now be maintained centrally as opposed to being shipped with the pipelines in `conf/`
* Load `base.config` by default for all profiles
* Removed profiles named `standard` and `none`
* Added parameter `--igenomesIgnore` so `igenomes.config` is not loaded if parameter clashes are observed
* Added parameter `--custom_config_version` for custom config version control. Can use this parameter to provide commit id for reproducibility. Defaults to `master`
* Added parameter `--custom_config_version` for custom config version control. Can use this parameter to provide commit id for reproducibility. Defaults to `master`
* Deleted custom configs from template in `conf/` directory i.e. `uzh.config`, `binac.config` and `cfc.config`
* `multiqc_config` and `output_md` are now put into channels instead of using the files directly (see issue [#222](https://github.com/nf-core/tools/issues/222))
* Added `local.md` to cookiecutter template in `docs/configuration/`. This was referenced in `README.md` but not present.
Expand Down
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
from setuptools import setup, find_packages
import sys

version = '1.3'
version = '1.4'

with open('README.md') as f:
readme = f.read()
Expand Down

0 comments on commit 9219e2b

Please sign in to comment.