diff --git a/.travis.yml b/.travis.yml index da79ee6a05c486fb49a3c925b3b261cba82efc6d..2dd43f74a0f277205eeb13f0e52c970038c2c400 100644 --- a/.travis.yml +++ b/.travis.yml @@ -13,7 +13,7 @@ before_install: - docker pull nfcore/hic:dev # Fake the tag locally so that the pipeline runs properly # Looks weird when this is :dev to :dev, but makes sense when testing code for a release (:dev to :1.0.1) - - docker tag nfcore/hic:dev nfcore/hic:1.1.0 + - docker tag nfcore/hic:dev nfcore/hic:dev install: # Install Nextflow diff --git a/Dockerfile b/Dockerfile index 8b6ee9bd3e6a0ed64f6177ebc19fa01c4a98ea4b..4714783d6d4c757834980a200f109612ab56cd48 100644 --- a/Dockerfile +++ b/Dockerfile @@ -7,4 +7,4 @@ RUN apt-get update && apt-get install -y gcc g++ && apt-get clean -y COPY environment.yml / RUN conda env create -f /environment.yml && conda clean -a -ENV PATH /opt/conda/envs/nf-core-hic-1.1.0/bin:$PATH +ENV PATH /opt/conda/envs/nf-core-hic-1.1.1dev/bin:$PATH diff --git a/environment.yml b/environment.yml index 4d9c20c6f453b34120ddca1732375c2e538e1584..271f3f5273246d63738d15c6f49cc7c07d1fdb94 100644 --- a/environment.yml +++ b/environment.yml @@ -1,6 +1,6 @@ # You can use this file to create a conda environment for this pipeline: # conda env create -f environment.yml -name: nf-core-hic-1.1.0 +name: nf-core-hic-1.1.1dev channels: - conda-forge - bioconda diff --git a/nextflow.config b/nextflow.config index a521f3fcb3f46fe42f8c6f516dbbdd5ce423187c..5d69802ee9402cae44e25e6880d3353e4d236561 100644 --- a/nextflow.config +++ b/nextflow.config @@ -45,7 +45,7 @@ params { // Container slug. Stable releases should specify release tag! // Developmental code should specify :dev -process.container = 'nfcore/hic:1.1.0' +process.container = 'nfcore/hic:dev' // Load base.config by default for all pipelines includeConfig 'conf/base.config' @@ -102,7 +102,7 @@ manifest { description = 'Analysis of Chromosome Conformation Capture data (Hi-C)' mainScript = 'main.nf' nextflowVersion = '>=19.04.0' - version = '1.1.0' + version = '1.1.1dev' } // Function to ensure that resource requirements don't go beyond