Skip to content

researchapps/optitype

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

8 Commits
 
 
 
 
 
 
 
 

Repository files navigation

Singularity Optitype

This will produce a Singularity image (suitable for running in a cluster environment) using https://github.com/FRED-2/OptiType. We do this by way of a bootstrap file for the Docker image.

1. Install Singularity

Instructions can be found on the singularity site.

2. Bootstrap the image

sudo singularity create --size 4000 optitype.img
sudo singularity bootstrap optitype.img Singularity

3. Run commands

How to access the OptiType runtime executable?

  ./optitype.img -h

Mount a data directory

  singularity run -b /path/to/data:/data/ optitype.img

To specify inputs and outputs, and run with data (not tested)

  singularity run -b /path/to/data:/data/ -i input1 [input2] (-r|-d) -o /data/ optitype.img

About

Singularity port of OptiType for precision HLA typing from next-generation sequencing data

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published