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
1ba48c4a
Unverified
Commit
1ba48c4a
authored
5 years ago
by
Nicolas Servant
Committed by
GitHub
5 years ago
Browse files
Options
Downloads
Plain Diff
Merge pull request #15 from nservant/dev
update env
parents
9cb7d76b
f505a5c4
No related branches found
No related tags found
No related merge requests found
Changes
4
Hide whitespace changes
Inline
Side-by-side
Showing
4 changed files
.travis.yml
+1
-1
1 addition, 1 deletion
.travis.yml
Dockerfile
+1
-1
1 addition, 1 deletion
Dockerfile
environment.yml
+10
-10
10 additions, 10 deletions
environment.yml
nextflow.config
+2
-2
2 additions, 2 deletions
nextflow.config
with
14 additions
and
14 deletions
.travis.yml
+
1
−
1
View file @
1ba48c4a
...
...
@@ -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
...
...
This diff is collapsed.
Click to expand it.
Dockerfile
+
1
−
1
View file @
1ba48c4a
...
...
@@ -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.0
dev
/bin:$PATH
ENV
PATH /opt/conda/envs/nf-core-hic-1.0
.0
/bin:$PATH
This diff is collapsed.
Click to expand it.
environment.yml
+
10
−
10
View file @
1ba48c4a
# 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
dev
name
:
nf-core-hic-1.0
.0
channels
:
-
conda-forge
-
bioconda
-
defaults
dependencies
:
-
python=2.7.16
-
pip=1
8
.1
-
conda-forge::
scipy=1.
0
.1
-
conda-forge::
numpy=1.
9
.3
-
conda-forge::
r-markdown=0.
8
-
bcbio::
bx-python=0.
7.3
-
bioconda::
pysam=0.1
4.1
-
cooler=0.8.
3
-
pip=1
9
.1
-
scipy=1.
2
.1
-
numpy=1.
16
.3
-
r-markdown=0.
9
-
bx-python=0.
8.2
-
pysam=0.1
5.2
-
cooler=0.8.
5
-
bowtie2=2.3.5
-
samtools=1.9
-
bioconda::
multiqc=1.7
-
multiqc=1.7
-
pip
:
-
iced==0.
4.2
-
iced==0.
5.1
This diff is collapsed.
Click to expand it.
nextflow.config
+
2
−
2
View file @
1ba48c4a
...
...
@@ -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.0
dev
'
version
=
'1.0
.0
'
}
//
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