diff --git a/recipes/quality-control/fastqc/Singularity.fastqc-0119cv8 b/recipes/quality-control/fastqc/Singularity.fastqc-0119cv8 new file mode 100644 index 0000000000000000000000000000000000000000..d891b73c36b562bd228f1f74a3b513b5f3a619a8 --- /dev/null +++ b/recipes/quality-control/fastqc/Singularity.fastqc-0119cv8 @@ -0,0 +1,12 @@ +Bootstrap: docker +From: biocontainers/fastqc:v0.11.9_cv8 + +%runscript + echo "Running container biocontainers/fastqc:v0.11.9_cv8, FastQC v0.11.9" + exec /bin/bash "$@" + +%post + mkdir /cluster /work /tsd /projects + +%labels + Author Nicolas Descostes