Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
S
singularityhub-EMBLRome
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Package Registry
Container Registry
Model registry
Operate
Environments
Terraform modules
Monitor
Incidents
Service Desk
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
Nicolas Descostes
singularityhub-EMBLRome
Merge requests
!12
deeptools last version
Code
Review changes
Check out branch
Download
Patches
Plain diff
Merged
deeptools last version
submission
into
main
Overview
0
Commits
39
Pipelines
8
Changes
2
Merged
Nicolas Descostes
requested to merge
submission
into
main
2 years ago
Overview
0
Commits
39
Pipelines
8
Changes
2
Expand
0
0
Merge request reports
Compare
main
version 7
d554c11c
2 years ago
version 6
fbdcd7c3
2 years ago
version 5
82bd20b6
2 years ago
version 4
a0bf4d6e
2 years ago
version 3
7ea4601b
2 years ago
version 2
9f7a0fc5
2 years ago
version 1
ae8016d5
2 years ago
main (base)
and
latest version
latest version
280364d6
39 commits,
2 years ago
version 7
d554c11c
38 commits,
2 years ago
version 6
fbdcd7c3
37 commits,
2 years ago
version 5
82bd20b6
35 commits,
2 years ago
version 4
a0bf4d6e
32 commits,
2 years ago
version 3
7ea4601b
31 commits,
2 years ago
version 2
9f7a0fc5
30 commits,
2 years ago
version 1
ae8016d5
29 commits,
2 years ago
2 files
+
35
−
0
Inline
Compare changes
Side-by-side
Inline
Show whitespace changes
Show one file at a time
Files
2
Search (e.g. *.vue) (Ctrl+P)
recipes/analysis-suites/deeptools/Singularity.deeptools-351
0 → 100644
+
27
−
0
Options
Bootstrap: docker
From: ubuntu:focal
%help
This singularity install deeptools
%post
# ~~~~~~ General setup and folder creation ~~~~~~ #
apt-get update && apt-get install -y wget bzip2
# ~~~~~ MINICONDA 3.4.0.5 ~~~~~ #
wget https://repo.anaconda.com/miniconda/Miniconda3-4.7.12.1-Linux-x86_64.sh && \
bash Miniconda3-4.7.12.1-Linux-x86_64.sh -b -p /conda && \
rm -f Miniconda3-4.7.12.1-Linux-x86_64.sh
export PATH="/conda/bin:${PATH}"
# ~~~~~ deeptools v3.5.1 ~~~~~ #
conda install -c bioconda deeptools=3.5.1
%environment
export PATH="${PATH}:/conda/bin"
%labels
Author Nicolas Descostes
Version v0.0.1
Loading