File tree Expand file tree Collapse file tree 4 files changed +7
-6
lines changed Expand file tree Collapse file tree 4 files changed +7
-6
lines changed Original file line number Diff line number Diff line change 1- ## nf-core/chipseq v1.4dev
1+ ## nf-core/chipseq v1.0dev
22This release marks the point where the pipeline was moved from nf-core/chipseq
33over 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+
Original file line number Diff line number Diff 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
Original file line number Diff line number Diff line change 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
44channels :
55 - bioconda
66 - conda-forge
Original file line number Diff line number Diff line change 1111
1212// Global default params, used in configs
1313params {
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
You can’t perform that action at this time.
0 commit comments