Changes between Version 3 and Version 4 of cypress/SingularityDockerhub
- Timestamp:
- 06/17/24 10:49:00 (5 months ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
cypress/SingularityDockerhub
v3 v4 19 19 }}} 20 20 21 Singularity uses /tmp as a default temporary directory for building images. /tmp is just 2Gbyte so you might encounter errors because of no space on disk. In such case, you should set SINGULARITY_TMPDIR as, for example, 22 {{{ 23 export SINGULARITY_TMPDIR=$TMPDIR 24 }}} 25 26 27 21 28 === Example : [https://github.com/moshi4/FastDTLmapper FastDTLmapper] === 22 29 This tool depends on many python packages and requires both python2 and python3. Fortunately, the developer provides Docker Images so we can use it to generate a Singularity image. … … 28 35 }}} 29 36 This command creates ‘fastdtlmapper_latest.sif’, which is the Singularity Image. You can rename/transfer it as you like. 37 30 38 31 39 To run it to show ‘help’,