cc_staff
415
edits
Line 143: | Line 143: | ||
module load singularity | module load singularity | ||
singularity exec -B $PWD:/home -B /scratch/someuser:/outputs \ | singularity exec -B $PWD:/home -B /scratch/someuser:/outputs \ | ||
-B /projects/someuser/path/to/inputs:/inputs | -B /projects/someuser/path/to/inputs:/inputs <path to the image>/gatk {+options and arguments for running GATKS} | ||
</pre> | </pre> | ||