{% extends "base/base.html" %} {% load staticfiles %} {% block head %} {% endblock %} {% block hero %}

{% if REGISTRY_NAME %}{{ REGISTRY_NAME }}{% else %}Make containers, run, done.{% endif %}

A Registry for Singularity containers.

{% endblock %} {% block content %}

Package your Analysis

Whether you are working from your own computer, or a cluster environment, you can capture your analysis components and save them to reproducible containers

Build a Container

Visualize your containers

The registry provides a summary view for comparison of its containers.

See the Registry

Request a Build

Want to have your container served by the registry {{ REGISTRY_URI }}? {% if HELP_CONTACT_EMAIL %} contact {{ HELP_CONTACT_EMAIL }}. {% endif %} {% if HELP_INSTITUTION_SITE %}Learn more at {{ HELP_INSTITUTION_SITE }}{% endif %}

Contact {{ REGISTRY_URI }}

Deploy an Analysis

Containers provided by a Singularity Registry are immediately programatically accessible with the Singularity software, so you can access them to run custom analysis pipelines in your environment of choice.

Deploy an Analysis

{% endblock %} {% block footer %} {% include 'main/footer.html' %} {% endblock %}