Skip to content

Latest commit

 

History

History
15 lines (11 loc) · 752 Bytes

README.md

File metadata and controls

15 lines (11 loc) · 752 Bytes

Singularity Definition File for building OpenMS

This repository provides a definition file for building a custom build of OpenMS. The official OpenMS repository can be found here

Requirements

  1. Singulairty or Apptainer

Building OpenMS

  1. Clone this repository using git clone https://github.com/jcharkow/openmsSingularity
  2. Clone OpenMS using git clone https://github.com/OpenMS/OpenMS.git
  3. (Optional) Make changes to OpenMS repository
  4. Edit line 31 of the .def with your location for OpenMS
  5. Build your singulairty container using `singulairty build --fakeroot .sig openms.def