Skip to content

wtsi-hgi/softpackdef

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

softpackdef

A script to retrieve singularity definition files from SoftPack images, removing SoftPack specific build cache code. Can also convert to a Dockerfile.

Usage

Can be used in one of two ways; you can specify the SoftPack environment manually:

module load module/for/softpackdef
softpackdef users/me/myEnv-1.0

…or you can load the SoftPack module and let the script autodiscover it:

module load module/for/softpackdef
module load users/me/myEnv/1.0
softpackdef

You can also specify the --docker flag to produce a Dockerfile.

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published