Skip to content
Snippets Groups Projects
Verified Commit 155268f9 authored by Laurent Modolo's avatar Laurent Modolo
Browse files

fastp singularity: fix sps and pbs path

parent b3aee972
No related branches found
No related tags found
No related merge requests found
#/bin/sh
sudo singularity build --force bin/fastp:0.19.7.img docker://quay.io/biocontainers/fastp:0.19.7--hdbcaa40_0 && \
sudo singularity build --force bin/fastp:0.19.7.img src/singularity_modules/fastp/0.19.7/fastp.def && \
singularity sign bin/fastp:0.19.7.img
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 "$@"
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment