Skip to content
Snippets Groups Projects
Commit 479a3901 authored by Phil Ewels's avatar Phil Ewels
Browse files

Change version to 1.3.0dev

parent 2fbc38f6
No related merge requests found
......@@ -3,7 +3,7 @@
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/)
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).
## v1.3dev
## v1.3.0dev
* Template update for nf-core/tools v1.11
......
......@@ -9,10 +9,10 @@ COPY environment.yml /
RUN conda env create --quiet -f /environment.yml && conda clean -a
# Add conda installation dir to PATH (instead of doing 'conda activate')
ENV PATH /opt/conda/envs/nf-core-hic-1.3dev/bin:$PATH
ENV PATH /opt/conda/envs/nf-core-hic-1.3.0dev/bin:$PATH
# Dump the details of the installed packages to a file for posterity
RUN conda env export --name nf-core-hic-1.3dev > nf-core-hic-1.3dev.yml
RUN conda env export --name nf-core-hic-1.3.0dev > nf-core-hic-1.3.0dev.yml
# Instruct R processes to use these empty files instead of clashing with a local version
RUN touch .Rprofile
......
# You can use this file to create a conda environment for this pipeline:
# conda env create -f environment.yml
name: nf-core-hic-1.3dev
name: nf-core-hic-1.3.0dev
channels:
- conda-forge
- bioconda
......
......@@ -153,7 +153,7 @@ manifest {
description = 'Analysis of Chromosome Conformation Capture data (Hi-C)'
mainScript = 'main.nf'
nextflowVersion = '>=19.10.0'
version = '1.3dev'
version = '1.3.0dev'
}
// Function to ensure that resource requirements don't go beyond
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment