For building docker and singularity containers to run software from (https://github.com/connor-lab/aln2type)
bash build.bash
This includes building the docker image.
sudo docker build -f Dockerfile -t aln2type .
And converting to singularity
sudo docker run \
-v /var/run/docker.sock:/var/run/docker.sock \
-v $PWD/sing_images:/output \
--privileged -t --rm \
singularityware/docker2singularity \
aln2type