Skip to content

Commit 6c79f51

Browse files
authored
Merge pull request #34 from nf-core/Sofia
Changed the pipeline version to 1.0
2 parents 9ecdcf4 + 700e380 commit 6c79f51

File tree

4 files changed

+7
-6
lines changed

4 files changed

+7
-6
lines changed

CHANGELOG.md

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,8 @@
1-
## nf-core/chipseq v1.4dev
1+
## nf-core/chipseq v1.0dev
22
This release marks the point where the pipeline was moved from nf-core/chipseq
33
over to the new nf-core community, at nf-core/chipseq.
44

55

6-
## [nf-core/chipseq v1.3](https://github.com/nf-core/chipseq/releases/tag/v1.3) - 2017-11-22
7-
Version v1.3 of the nf-core/chipseq pipeline.
6+
Repository moved from https://github.com/SciLifeLab/NGI-ChIPseq
7+
8+

Singularity

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ Bootstrap:docker
44
%labels
55
MAINTAINER Alexander Peltzer <[email protected]>
66
DESCRIPTION Container image containing all requirements for the nf-core/chipseq pipeline
7-
VERSION 1.4dev
7+
VERSION 1.0dev
88

99
%environment
1010
PATH=/opt/conda/envs/nfcore-chipseq-1.4dev/bin:$PATH

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: nfcore-chipseq-1.4dev
3+
name: nfcore-chipseq-1.0dev
44
channels:
55
- bioconda
66
- conda-forge

nextflow.config

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@
1111

1212
// Global default params, used in configs
1313
params {
14-
version = '1.4dev' //Pipeline version
14+
version = '1.0dev' //Pipeline version
1515
nf_required_version = '0.30.1' //Minimum version of Nextflow required
1616
container = 'nfcore/chipseq:latest' // Container slug. Stable releases should specify release tag!
1717

0 commit comments

Comments
 (0)