Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
H
hic
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Package Registry
Model registry
Operate
Environments
Terraform modules
Monitor
Incidents
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
LBMC
Hub
hic
Commits
479a3901
Commit
479a3901
authored
4 years ago
by
Phil Ewels
Browse files
Options
Downloads
Patches
Plain Diff
Change version to 1.3.0dev
parent
2fbc38f6
No related branches found
Branches containing commit
No related tags found
Tags containing commit
No related merge requests found
Changes
4
Hide whitespace changes
Inline
Side-by-side
Showing
4 changed files
CHANGELOG.md
+1
-1
1 addition, 1 deletion
CHANGELOG.md
Dockerfile
+2
-2
2 additions, 2 deletions
Dockerfile
environment.yml
+1
-1
1 addition, 1 deletion
environment.yml
nextflow.config
+1
-1
1 addition, 1 deletion
nextflow.config
with
5 additions
and
5 deletions
CHANGELOG.md
+
1
−
1
View file @
479a3901
...
...
@@ -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
.0
dev
*
Template update for nf-core/tools v1.11
...
...
This diff is collapsed.
Click to expand it.
Dockerfile
+
2
−
2
View file @
479a3901
...
...
@@ -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
.0
dev/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
.0
dev
>
nf-core-hic-1.3
.0
dev.yml
# Instruct R processes to use these empty files instead of clashing with a local version
RUN
touch
.Rprofile
...
...
This diff is collapsed.
Click to expand it.
environment.yml
+
1
−
1
View file @
479a3901
# 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
.0
dev
channels
:
-
conda-forge
-
bioconda
...
...
This diff is collapsed.
Click to expand it.
nextflow.config
+
1
−
1
View file @
479a3901
...
...
@@ -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
.0
dev'
}
//
Function
to
ensure
that
resource
requirements
don
'
t
go
beyond
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment