Reading control file error: For input string: "1000 //plot width and height (in pixels)"Exception in thread "main" java.lang.IllegalArgumentException: Width (0) and height (0) cannot be <= 0 at java.desktop/java.awt.image.DirectColorModel.createCompatibleWritableRaster(DirectColorMode...
...gt; /etc/profile
source /etc/profile
# 安装singularity,这里的安装版本为3.2.0
export VERSION=3.2.0
wget https://github.com/sylabs/singularity/releases/download/v${VERSION}/singularity-${VERSION}.tar.gz
tar -xzf singularity-${VERSION}.tar.gz
cd singularity
./mconfig
cd builddir/
make &...