diff --git a/.travis.yml b/.travis.yml index bc8037e185a6231eed8da45d830148cdce17f087..b3e7a99f81be8e2ce96c6be8f54801a093e76cc4 100644 --- a/.travis.yml +++ b/.travis.yml @@ -14,7 +14,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:dev + - docker tag nfcore/hic:dev nfcore/hic:1.0.0 install: # Install Nextflow diff --git a/Dockerfile b/Dockerfile index 490ee3637819dd1ba8028a9d57e978fb794b1f2a..06374cf95db6f1a3a68e8c45ab48d2d3ac1d2c2f 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.0dev/bin:$PATH +ENV PATH /opt/conda/envs/nf-core-hic-1.0.0/bin:$PATH diff --git a/environment.yml b/environment.yml index 745fdbc0893b5aa13148aefa06b139aee6742618..7530872930d5f65a9937ff0b1f19ad74bd17e219 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.0dev +name: nf-core-hic-1.0.0 channels: - conda-forge - bioconda diff --git a/nextflow.config b/nextflow.config index eba513985951add5b77fd942c9064026e05c2e07..356f20058f0aa048851d0fd965078417564701b3 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:dev' +process.container = 'nfcore/hic:1.0.0' // 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 = '>=0.32.0' - version = '1.0dev' + version = '1.0.0' } // Function to ensure that resource requirements don't go beyond