Giter Site home page Giter Site logo

cryoem-singularity's Introduction

cryoem-singularity

Common cryoem applications and tools packaged into a singularity container.

One of the pains of setting up cryoem software is that it often difficult to setup to work in your HPC (or even desktop) environment. This repo contains a singularity recipe to automatically build a common set of cryoem tools and applications to ease the process of getting started.

Singularity is a container technology, that like VMs, allow portability of applications and codes across different computer (linux) environments. The most popular container technology is Docker.

However, due to the way Docker works, it is quite insecure and assumes that you have administrative priviledges on the system that you are running on. (Un)fortunately, most users of HPC resources do not have sudo or root; in addition, most HPC centers do not or cannot run the latest kernels to enable Docker (reliably). This is where Singularity steps in. You can build the image from another machine (where you do have administrative priviledges) and simply copy the entire (resultant) container image to your HPC shared file system (with Docker you have to fluff around with repositories etc) and start using your containerised environment immediately (as long as the singularity runtime is enabled on your HPC system)

What cryoem applications are installed?

The following are to be implemented (suggestions welcome! pull requests even more welcome!)

How do I use this?!

TBA

Technical details

Rather than copying binaries (unless necessary) into the container, I strive to compile all applications from source. As anyone who's compile software before, this can be rather hit or miss. In order to ease this process, this container uses spack in order to process and install dependencies. A series of custom spack packages for cryoem have been written and incorporated into this container. As you will note from the singularity definition, the building of this container image simply runs spack commands in order to download, build and install the applications.

cryoem-singularity's People

Contributors

yee379 avatar

Watchers

 avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.