1.1 SAW Installation via Singularity
$ singularity build SAW_v7.0.sif docker://stomics/saw:06.1.0 ## option 1 $ singularity build --sandbox SAW_v7.0/ docker://stomics/saw:06.1.0 ## option 2
$ export SINGULARITY_CACHEDIR=/path/to/build$ singularity build --sandbox SAW_v7.0/ docker://stomics/saw:06.1.0
$ export SINGULARITY_BIND="/path/to/data,/path/to/genomeDir,/path/to/output"
$ /path/to/SAW_v7.0.sif <application> ## option 1.1 $ singularity exec /path/to/SAW_v7.0.sif <application> ## option 1.2
$ /path/to/SAW_v7.0.sif /bin/bash ## option 2.1 Singularity> Singularity> <shell-command> Singularity> exit $ $ singularity shell /path/to/SAW_v7.0.sif ## option 2.2 Singularity> Singularity> <shell-command> Singularity> exit $ $ singularity shell SAW_v7.0 ## option 2.3 for sandbox Singularity> Singularity> <shell-command> Singularity> exit $
$ singularity shell -B /path/to/directory/on/the/host-machine:/path/to/directory/mounted/in/the/container /path/to/SAW_v6.0.sifSingularity> Singularity> <shell-command> Singularity> exit $
1.2 SAW Installation via Docker
$ docker pull stomics/saw:07.0.0
$ docker run -d -v /path/to/data:stomics/saw:07.0.0 /bin/sh -c "<shell-command>"
2. SAW GitHub
3. SAW Test Data
4. SAW Output File Format