Swift bioinformatic scripts
Swift can be run using a singularity container.
module load singularity
singularity pull docker://swift
singularity exec swift_latest.sif swift script
All scriptName.swift files can be compiled to run on your local machine using the following command
swiftc -o scriptName -Osize script.swift