Thank you
-bash-4.1$ cd /home/local/containers/
-bash-4.1$ ls
Singularity dockstore-cgpwgs-2.0.1.simg
-bash-4.1$
I have tried with full path though without export :(
-bash-4.1$ module load singularity/2.6.0
-bash-4.1$ export SINGULARITY_BINDPATH=/scratch
-bash-4.1$ singularity exec /local/containers/dockstore-cgpwgs-2.0.1.simg ascat.pl -h
Usage:
ascat.pl [options]
Please define as many of the parameters as possible
Required parameters
-outdir -o Folder to output result to.
-tumour -t Tumour BAM/CRAM file
-normal -n Normal BAM/CRAM file
-reference -r Reference fasta
-snp_gc -sg Snp GC correction file
-protocol -pr Sequencing protocol (e.g. WGS, WXS)
-gender -g Sample gender (XX, XY, L)
For XX/XY see '-gc'
When 'L' see '-l'
Other
-help -h Brief help message
-man -m Full documentation.
-version -v Ascat version number
-bash-4.1$