diff --git a/.travis.yml b/.travis.yml index b3e7a99f81be8e2ce96c6be8f54801a093e76cc4..bc8037e185a6231eed8da45d830148cdce17f087 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:1.0.0 + - docker tag nfcore/hic:dev nfcore/hic:dev install: # Install Nextflow diff --git a/environment.yml b/environment.yml index 34958b7d3505d0ad73b33fb325ab1f87a0d6f8a3..46dae6523bfe0a6eea9e354f978f77f143aa5fad 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.0.0 +name: nf-core-hic-1.1.0dev channels: - conda-forge - bioconda