Add pigz image

julia_bam-readcounts
MillironX 3 years ago
parent 2aa4c8e88e
commit 0c3b4ccb06
Signed by: millironx
GPG Key ID: 139C07724802BC5D

@ -0,0 +1,32 @@
Bootstrap: library
From: default/centos:latest
%post
dnf install pigz procps-ng -y
%test
if [ ! "$(command -v pigz)" ]; then
echo "command julia not found!"
FAILED_TESTS="TRUE"
fi
if [ ! "$(command -v bash)" ]; then
echo "command bash not found!"
FAILED_TESTS="TRUE"
fi
if [ ! "$(command -v ps)" ]; then
echo "command ps not found!"
FAILED_TESTS="TRUE"
fi
if [ -n "$FAILED_TESTS" ]; then
exit 1
fi
%runscript
pigz "$@"
%labels
Author 25492070+MillironX@users.noreply.github.com
Version v2.3.1
Loading…
Cancel
Save