Skip to content

Commit

Permalink
install procps to be expected by Nextflow
Browse files Browse the repository at this point in the history
  • Loading branch information
pgdurand committed Apr 22, 2024
1 parent 3270f96 commit c1f4bc5
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 3 deletions.
5 changes: 3 additions & 2 deletions singularity/Singularity
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ Bootstrap : docker
From: debian:11-slim

%post
BDM_VERSION=5.0.0
BDM_VERSION=5.0.1
BDMT_VERSION=2.1.2

# software-properties-common required to install Java Runtime
Expand All @@ -18,8 +18,9 @@ From: debian:11-slim
# in BeeDeeM and BeeDeeM-Tools.
# bash is required when running this image by Nextflow pipelines.
# wget is required to install some banks (e.g. GeneOntology).
# procps (ps command) is required by Nextflow.
apt-get -y update
apt-get -y install gawk openssh-client software-properties-common bzip2 libidn11 bash wget libxext6 libxrender1 libxtst6 libxi6 unzip
apt-get -y install gawk openssh-client software-properties-common bzip2 libidn11 bash wget libxext6 libxrender1 libxtst6 libxi6 unzip procps

# Java
# See https://www.oracle.com/java/technologies/downloads/#java17
Expand Down
3 changes: 2 additions & 1 deletion singularity/Singularity.local
Original file line number Diff line number Diff line change
Expand Up @@ -29,8 +29,9 @@ From: debian:11-slim
# in BeeDeeM and BeeDeeM-Tools.
# bash is required when running this image by Nextflow pipelines.
# wget is required to install some banks (e.g. GeneOntology).
# procps (ps command) is required by Nextflow.
apt-get -y update
apt-get -y install gawk openssh-client software-properties-common bzip2 libidn11 bash wget libxext6 libxrender1 libxtst6 libxi6 unzip
apt-get -y install gawk openssh-client software-properties-common bzip2 libidn11 bash wget libxext6 libxrender1 libxtst6 libxi6 unzip procps

# Java
# See https://www.oracle.com/java/technologies/downloads/#java17
Expand Down

0 comments on commit c1f4bc5

Please sign in to comment.