Skip to content
Snippets Groups Projects
Commit 93bf83aa authored by nservant's avatar nservant
Browse files

dump v1.1.1dev

parent e089d0b8
No related branches found
No related tags found
No related merge requests found
......@@ -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
......
......@@ -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
# 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
......
......@@ -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
......
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