Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
ChIPster
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
Xavier Grand
ChIPster
Commits
155268f9
Verified
Commit
155268f9
authored
5 years ago
by
Laurent Modolo
Browse files
Options
Downloads
Patches
Plain Diff
fastp singularity: fix sps and pbs path
parent
b3aee972
No related branches found
Branches containing commit
No related tags found
Tags containing commit
No related merge requests found
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
src/singularity_modules/fastp/0.19.7/build.sh
+1
-1
1 addition, 1 deletion
src/singularity_modules/fastp/0.19.7/build.sh
src/singularity_modules/fastp/0.19.7/fastp.def
+15
-0
15 additions, 0 deletions
src/singularity_modules/fastp/0.19.7/fastp.def
with
16 additions
and
1 deletion
src/singularity_modules/fastp/0.19.7/build.sh
+
1
−
1
View file @
155268f9
#/bin/sh
sudo
singularity build
--force
bin/fastp:0.19.7.img
docker://quay.io/biocontainer
s/fastp
:
0.19.7
--hdbcaa40_0
&&
\
sudo
singularity build
--force
bin/fastp:0.19.7.img
src/singularity_module
s/fastp
/
0.19.7
/fastp.def
&&
\
singularity sign bin/fastp:0.19.7.img
This diff is collapsed.
Click to expand it.
src/singularity_modules/fastp/0.19.7/fastp.def
0 → 100644
+
15
−
0
View file @
155268f9
Bootstrap: docker
From: docker://quay.io/biocontainers/fastp:0.19.7--hdbcaa40_0
%labels
MAINTAINER Laurent Modolo
%post
mkdir -p /sps /pbs /scratch
FASTP_VERSION=0.19.7
%environment
export FASTP_VERSION=0.19.7
%runscript
exec /bin/bash "$@"
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