Atmosphere addresses the growing needs for highly configurable and customized computational resources to support research efforts in plant sciences. Atmosphere is an integrative, private, self-service cloud computing platform designed to provide easy access to preconfigured, frequently used analysis routines, relevant algorithms, and data sets in an available-on-demand environment designed to accommodate computationally and data-intensive bioinformatics tasks.
Install the required python packages
pip install -r requirements.txt
A separate environment is provided for developers
pip install -r dev_requirements.txt
The *requirements.txt
files are generated using
pip-tools. See
REQUIREMENTS.md for instructions on using pip-tools and
upgrading packages in Atmosphere.
- A powerful web client for management and administration of virtual machines
- A fully RESTful API service for integrating with existing infrastructure components
- Virtual machine images preconfigured for computational science and iPlant's infrastructure
There are several utility scripts in ./scripts
. To run these:
cd <path to atmosphere>
export DJANGO_SETTINGS_MODULE='atmosphere.settings'
export PYTHONPATH="$PWD:$PYTHONPATH"
python scripts/<name of script>
See HACKING.md.
We rely on a tool to format the codebase. If you install from
dev_requirements.txt
, the yapf
binary will be in your environment.
yapf --in-place --parallel -- $(git ls-files | grep '\.py$')
When master is pulled, it's helpful to know if a pip install
or a manage.py migrate
is necessary. To get other helpful warnings:
ln -s $(pwd)/contrib/post-merge.hook $(pwd)/.git/hooks/post-merge
Imports should be grouped into the sections below and in sorted order.
- Standard libraries
- Third-party libraries
- External project libraries
- Local libraries
See LICENSE.txt for license information
- Edwin Skidmore edwin@cyverse.org
The following individuals who have help/helped make ☁️ great appear in alphabetic order, by surname.
- Evan Briones cloud-alum@cyverse.org
- Tharon Carlson tharon@cyverse.org
- Joseph Garcia cloud-alum@cyverse.org
- Steven Gregory cloud-alum@cyverse.org
- Jason Hansen cloud-alum@cyverse.org
- Christopher James LaRose cloud-alum@cyverse.org
- Amit Juneja cloud-alum@cyverse.org
- Andrew Lenards lenards@cyverse.org
- Monica Lent cloud-alum@cyverse.org
- Chris Martin cmart@cyverse.org
- Calvin Mclean calvinmclean@cyverse.org
- Andre Mercer cloud-alum@cyverse.org
- Connor Osborn connor@cyverse.org
- J. Matt Peterson cloud-alum@cyverse.org
- Julian Pistorius julianp@cyverse.org
Where the cloud lives!