Skip to content

Commit 23f8306

Browse files
authored
Merge pull request #165 from drpatelh/master
Bump versions to 1.2.0
2 parents 611a3ee + 1a4ef1a commit 23f8306

File tree

5 files changed

+34
-35
lines changed

5 files changed

+34
-35
lines changed

.github/workflows/ci.yml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -35,13 +35,13 @@ jobs:
3535
3636
- name: Build new docker image
3737
if: env.GIT_DIFF
38-
run: docker build --no-cache . -t nfcore/chipseq:dev
38+
run: docker build --no-cache . -t nfcore/chipseq:1.2.0
3939

4040
- name: Pull docker image
4141
if: ${{ !env.GIT_DIFF }}
4242
run: |
4343
docker pull nfcore/chipseq:dev
44-
docker tag nfcore/chipseq:dev nfcore/chipseq:dev
44+
docker tag nfcore/chipseq:dev nfcore/chipseq:1.2.0
4545
4646
- name: Install Nextflow
4747
run: |
@@ -75,13 +75,13 @@ jobs:
7575
7676
- name: Build new docker image
7777
if: env.GIT_DIFF
78-
run: docker build --no-cache . -t nfcore/chipseq:dev
78+
run: docker build --no-cache . -t nfcore/chipseq:1.2.0
7979

8080
- name: Pull docker image
8181
if: ${{ !env.GIT_DIFF }}
8282
run: |
8383
docker pull nfcore/chipseq:dev
84-
docker tag nfcore/chipseq:dev nfcore/chipseq:dev
84+
docker tag nfcore/chipseq:dev nfcore/chipseq:1.2.0
8585
8686
- name: Install Nextflow
8787
run: |

CHANGELOG.md

Lines changed: 25 additions & 26 deletions
Original file line numberDiff line numberDiff line change
@@ -3,21 +3,19 @@
33
The format is based on [Keep a Changelog](http://keepachangelog.com/en/1.0.0/)
44
and this project adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0.html).
55

6-
## [1.2.0] - 2020-06-04
6+
## [1.2.0] - 2020-07-02
77

88
### `Added`
99

1010
* [#138](https://github.com/nf-core/chipseq/issues/138) - Add social preview image
1111
* [#153](https://github.com/nf-core/chipseq/issues/153) - Add plotHeatmap
1212
* [#159](https://github.com/nf-core/chipseq/issues/159) - expose bwa mem -T parameter
1313
* [nf-core/atacseq#63](https://github.com/nf-core/atacseq/issues/63) - Added multicore support for Trim Galore!
14-
* [nf-core/atacseq#71](https://github.com/nf-core/atacseq/issues/71) - consensus_peaks.mLb.clN.boolean.intersect.plot.pdf not generated
1514
* [nf-core/atacseq#75](https://github.com/nf-core/atacseq/issues/75) - Include gene annotation versions in multiqc report
1615
* [nf-core/atacseq#76](https://github.com/nf-core/atacseq/issues/76) - featureCounts coupled to DESeq2
1716
* [nf-core/atacseq#79](https://github.com/nf-core/atacseq/issues/79) - Parallelize DESeq2
1817
* [nf-core/atacseq#97](https://github.com/nf-core/atacseq/issues/97) - PBC1, PBC2 from pipeline?
1918
* [nf-core/atacseq#107](https://github.com/nf-core/atacseq/issues/107) - Add options to change MACS2 parameters
20-
* [nf-core/atacseq#109](https://github.com/nf-core/atacseq/issues/109) - Specify custom gtf but gene bed is not generated from that gtf?
2119
* Regenerated screenshots and added collapsible sections for output files in `docs/output.md`
2220
* Update template to tools `1.9`
2321
* Replace `set` with `tuple` and `file()` with `path()` in all processes
@@ -34,53 +32,54 @@ and this project adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0.
3432

3533
### `Removed`
3634

37-
* `--tss_bed`
35+
* `--tss_bed` parameter
3836

3937
### `Fixed`
4038

4139
* [#118](https://github.com/nf-core/chipseq/issues/118) - Running on with SGE
4240
* [#132](https://github.com/nf-core/chipseq/issues/132) - BigWig Error: sort: cannot create temporary file in '': Read-only file system
4341
* [#154](https://github.com/nf-core/chipseq/issues/154) - computeMatrix.val.mat.gz files not zipped
42+
* [nf-core/atacseq#71](https://github.com/nf-core/atacseq/issues/71) - consensus_peaks.mLb.clN.boolean.intersect.plot.pdf not generated
4443
* [nf-core/atacseq#73](https://github.com/nf-core/atacseq/issues/73) - macs_annotatePeaks.mLb.clN.summary.txt file is not created
4544
* [nf-core/atacseq#86](https://github.com/nf-core/atacseq/issues/86) - bug in the plot_homer_annotatepeaks.r script
4645
* [nf-core/atacseq#102](https://github.com/nf-core/atacseq/issues/102) - Incorrect Group ID assigned by featurecounts_deseq2.r
46+
* [nf-core/atacseq#109](https://github.com/nf-core/atacseq/issues/109) - Specify custom gtf but gene bed is not generated from that gtf?
4747
* Make executables in `bin/` compatible with Python 3
4848

4949
### `Dependencies`
5050

51-
* Add python `3.7.6`
51+
* Add bioconductor-biocparallel `1.20.0`
5252
* Add markdown `3.2.2`
53-
* Add pymdown-extensions `7.1`
54-
* Add pygments `2.6.1`
5553
* Add pigz `2.3.4`
56-
* Add r-tidyr `1.1.0`
54+
* Add pygments `2.6.1`
55+
* Add pymdown-extensions `7.1`
56+
* Add python `3.7.6`
5757
* Add r-reshape2 `1.4.4`
58-
* Add bioconductor-biocparallel `1.20.0`
58+
* Add r-tidyr `1.1.0`
59+
* Update bedtools `2.27.1` -> `2.29.2`
60+
* Update bioconductor-deseq2 `1.20.0` -> `1.26.0`
61+
* Update bioconductor-vsn `3.46.0` -> `3.54.0`
62+
* Update deeptools `3.2.1` -> `3.4.3`
63+
* Update fastqc `0.11.8` -> `0.11.9`
5964
* Update gawk `4.2.1` -> `5.1.0`
65+
* Update homer `4.9.1` -> `4.11`
66+
* Update macs2 `2.1.2` -> `2.2.7.1`
67+
* Update multiqc `1.7` -> `1.8`
68+
* Update phantompeakqualtools `1.2` -> `1.2.2`
69+
* Update picard `2.19.0` -> `2.23.1`
70+
* Update pysam `0.15.2` -> `0.15.3`
6071
* Update r-base `3.4.1` -> `3.6.2`
61-
* Update r-optparse `1.6.0` -> `1.6.6`
6272
* Update r-ggplot2 `3.1.0` -> `3.3.2`
63-
* Update r-pheatmap `1.0.10` -> `1.0.12`
6473
* Update r-lattice `0.20_35` -> `0.20_41`
65-
* Update r-upsetr `1.3.3` -> `1.4.0`
74+
* Update r-optparse `1.6.0` -> `1.6.6`
75+
* Update r-pheatmap `1.0.10` -> `1.0.12`
6676
* Update r-scales `1.0.0` -> `1.1.1`
77+
* Update r-upsetr `1.3.3` -> `1.4.0`
6778
* Update r-xfun `0.3` -> `0.15`
68-
* Update fastqc `0.11.8` -> `0.11.9`
69-
* Update trim-galore `0.5.0` -> `0.6.5`
7079
* Update samtools `1.9` -> `1.10`
71-
* Update picard `2.19.0` -> `2.23.1`
72-
* Update pysam `0.15.2` -> `0.15.3`
73-
* Update bedtools `2.27.1` -> `2.29.2`
74-
* Update ucsc-bedgraphtobigwig `377` -> `357`
75-
* Update deeptools `3.2.1` -> `3.4.3`
76-
* Update macs2 `2.1.2` -> `2.2.7.1`
77-
* Update homer `4.9.1` -> `4.11`
7880
* Update subread `1.6.4` -> `2.0.1`
79-
* Update multiqc `1.7` -> `1.8`
80-
* Update phantompeakqualtools `1.2` -> `1.2.2`
81-
* Update bioconductor-deseq2 `1.20.0` -> `1.26.0`
82-
* Update bioconductor-vsn `3.46.0` -> `3.54.0`
83-
* Remove r-reshape2 `1.4.3`
81+
* Update trim-galore `0.5.0` -> `0.6.5`
82+
* Update ucsc-bedgraphtobigwig `377` -> `357`
8483

8584
## [1.1.0] - 2019-11-05
8685

Dockerfile

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -7,10 +7,10 @@ COPY environment.yml /
77
RUN conda env create -f /environment.yml && conda clean -a
88

99
# Add conda installation dir to PATH (instead of doing 'conda activate')
10-
ENV PATH /opt/conda/envs/nf-core-chipseq-1.1.1dev/bin:$PATH
10+
ENV PATH /opt/conda/envs/nf-core-chipseq-1.2.0/bin:$PATH
1111

1212
# Dump the details of the installed packages to a file for posterity
13-
RUN conda env export --name nf-core-chipseq-1.1.1dev > nf-core-chipseq-1.1.1dev.yml
13+
RUN conda env export --name nf-core-chipseq-1.2.0 > nf-core-chipseq-1.2.0.yml
1414

1515
# Instruct R processes to use these empty files instead of clashing with a local version
1616
RUN touch .Rprofile

environment.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# You can use this file to create a conda environment for this pipeline:
22
# conda env create -f environment.yml
3-
name: nf-core-chipseq-1.1.1dev
3+
name: nf-core-chipseq-1.2.0
44
channels:
55
- conda-forge
66
- bioconda

nextflow.config

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -96,7 +96,7 @@ params {
9696

9797
// Container slug. Stable releases should specify release tag!
9898
// Developmental code should specify :dev
99-
process.container = 'nfcore/chipseq:dev'
99+
process.container = 'nfcore/chipseq:1.2.0'
100100

101101
// Load base.config by default for all pipelines
102102
includeConfig 'conf/base.config'
@@ -169,7 +169,7 @@ manifest {
169169
description = 'ChIP-seq peak-calling and differential analysis pipeline.'
170170
mainScript = 'main.nf'
171171
nextflowVersion = '>=19.10.0'
172-
version = '1.1.1dev'
172+
version = '1.2.0'
173173
}
174174

175175
// Function to ensure that resource requirements don't go beyond

0 commit comments

Comments
 (0)