From 0b8657c98c506c6eab091144fcc61e71091839cb Mon Sep 17 00:00:00 2001 From: Nicolas Descostes <nicolas.descostes@embl.it> Date: Wed, 13 Apr 2022 12:22:57 +0200 Subject: [PATCH] initial commit --- .../fastqc/Singularity.fastqc-0119cv6 | 12 ++++++++++++ 1 file changed, 12 insertions(+) create mode 100644 recipes/quality-control/fastqc/Singularity.fastqc-0119cv6 diff --git a/recipes/quality-control/fastqc/Singularity.fastqc-0119cv6 b/recipes/quality-control/fastqc/Singularity.fastqc-0119cv6 new file mode 100644 index 0000000..065a181 --- /dev/null +++ b/recipes/quality-control/fastqc/Singularity.fastqc-0119cv6 @@ -0,0 +1,12 @@ +Bootstrap: docker +From: biocontainers/fastqc:v0.11.9_cv6 + +%runscript + echo "Running container biocontainers/fastqc:v0.11.9_cv6, FastQC v0.11.9" + exec /bin/bash "$@" + +%post + mkdir /cluster /work /tsd /projects + +%labels + Author Nicolas Descostes -- GitLab