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
!11
bowtie2
Code
Review changes
Check out branch
Download
Patches
Plain diff
Merged
bowtie2
submission
into
main
Overview
0
Commits
25
Pipelines
1
Changes
1
Merged
Nicolas Descostes
requested to merge
submission
into
main
2 years ago
Overview
0
Commits
25
Pipelines
1
Changes
1
Expand
0
0
Merge request reports
Viewing commit
3bd89b6a
Prev
Next
Show latest version
1 file
+
6
−
21
Inline
Compare changes
Side-by-side
Inline
Show whitespace changes
Show one file at a time
3bd89b6a
try downloading directly from quay.io
· 3bd89b6a
Nicolas Descostes
authored
2 years ago
recipes/mapping/bowtie2/Singularity.bowtie2-245
+
6
−
21
Options
Boot
S
trap: docker
From:
ubuntu:hirsute
Boot
s
trap: docker
From:
quay.io/biocontainers/bowtie2:2.4.5--py36hfca12d5_2
%help
This singularity install bowtie2 v2.4.5
%runscript
echo "Running container quay.io/biocontainers/bowtie2:2.4.5--py36hfca12d5_2, Bowtie v2.4.5"
exec /bin/bash "$@"
%post
# ~~~~~~ General setup and folder creation ~~~~~~ #
apt-get update && apt-get install -y wget bzip2 debootstrap
# ~~~~~ 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}"
# ~~~~~ bowtie2 2.4.5 ~~~~~ #
conda install -y -c bioconda bowtie2=2.4.5
%environment
export PATH="${PATH}:/conda/bin"
mkdir /cluster /work /tsd /projects
%labels
Author Nicolas Descostes
Version v0.0.1
Loading