---
title: "Remote Computing: CyVerse"
description: "An overview of the CyVerse cloud platform: the Discovery Environment, Data Store, Data Commons, analysis apps, and the analysis dashboard."
type: Lesson
tags:
  - CyVerse
  - Cloud Computing
  - Data Store
  - Remote Computing
generated:
  by: "claude/opus-5"
  at: "2026-09-11T00:00:00Z"
sources:
  - id: cyverse-foss
    resource: "https://github.com/CyVerse-learning-materials/foss/blob/86d4cc384976a59bd19cce2a6fdcf994b19051bd/docs/08_remote_computing_cyverse.md"
    title: "CyVerse FOSS: docs/08_remote_computing_cyverse.md"
    author: "team:cyverse"
    last_modified: "2025-10-27T14:59:39-07:00"
---

# Remote Computing: CyVerse

!!! warning "This page is a summary of what today's lesson is going to cover. For the information covered, we are going to rely on the CyVerse Learning documentation: https://unm-carc.github.io/cyverse/."

<figure markdown>
  <a href="" target="blank" rel="open science">![open science](https://unm-carc.github.io/foss/assets/cyverse_float.gif){ width="500" } </a>
    <figcaption>  </figcaption>
</figure>

## CyVerse
Housed at the University of Arizona, [CyVerse](https://cyverse.org){target=_blank} is a one-of-a-kind cloud computing system for the academic and research communities. It's mission is to design, deploy and expand a national cyberinfrastructure for scientific research and to train scientists how to use it. **CyVerse is an excellent platform to make your research open and reproducible!** 

Cyverse (originally called Iplant) has been in existence for 16 years; has spent $120M in research funds; has 135,000 registered users; and has facilitated 1,700 peer-reviewed publications across many scientific fields such as plant genetics, genomics, astronomy, geosciences, health, and agriculture. 

<figure markdown>
  <a href="" target="blank" rel="open science">![open science](https://unm-carc.github.io/foss/assets/cyverse_today.png){ width="500" } </a>
    <figcaption>  </figcaption>
</figure>

**Cyverse is completely Free for University of Arizona students, staff, and faculty.**

* [Cyverse homepage](https://cyverse.org){target=_blank}

* [Cyverse Self-Guided Course](https://cyverse-learning-materials.github.io/cyverse_mooc/){target=_blank}


<br>
<br>
<br>

!!! success "Advantages of Cloud Computing"
        
    * With cloud computing, you can avoid the upfront cost and complexity of owning and maintaining your own IT infrastructure
    * Cloud computing allows groups or individuals to scale up (or down) their operations quickly as their computing needs change
    * Cloud computing allows users to access their data and applications from anywhere, on any device, at any time
    * Cloud empowers colleagues to work directly together on the same data, models, and applications
    * Easily share your work with the world

<br>
<br>
<br>


## CyVerse Discovery Environment

<a target="_blank" href="https://user.cyverse.org/">
  <img src="https://unm-carc.github.io/foss/assets/de_cyverse.png" width="250">
</a>

The [CyVerse Discovery Environment](https://de.cyverse.org){target=_blank} is where users can store and share data as well as run analysis applications with the click of a button. It is backed by robust computing resources that can help scale your analysis beyond what is possible on your laptop.

<br>
<br>

## Data Storage and Sharing


<a target="_blank" href="https://cyverse.org/data-store">
  <img src="https://unm-carc.github.io/foss/assets/dataIcon.png" width="150">
</a>

Cyverse Data Store is the ideal cloud storage to host your large (or small) datasets, share data with colleagues, and meet publication/grant archival requirements.  

* Cyverse Data Store is object cloud storage similar to Azure Blob, or Amazon S3
* Pro account has a 5TB limit
* [Moving data in or out of the Data Store](https://unm-carc.github.io/cyverse/data-store/){target=_blank} can be done through website or multiple command line tools
* Share your data with your colleagues and world with a URL
* Data can be public/private, shared with anyone, set permission levels
* Never lose your data due to hardware failure

<br>
<br>


<a target="_blank" href="https://datacommons.cyverse.org/">
  <img src="https://unm-carc.github.io/foss/assets/data_commons.png" width="300">
</a>

[CyVerse Data Commons](https://datacommons.cyverse.org/){target=_blank} is our public facing data storage interface. It enables you to share data with people outside of CyVerse. 

_**Community Released:**_ A folder of data you want to share with colleagues, stakeholders, or the entire world. You control read/write/own permissions and make it public or private.

_**Curated:**_ Data that is tied to a peer-reviewed publication and needs permanent archival. You can apply many types of metadata templates your data as well as receive a permanent DOI.


<br>
<br>
<br>

## Apps

<a target="_blank" href="https://cyverse.org/data-store">
  <img src="https://unm-carc.github.io/foss/assets/de_apps.png" width="100">
</a>


The CyVerse Discovery Environment has a large number of analysis applications that can be run on your data. These applications are pre-installed and ready to use with a few clicks. You get to choose the amount of computing resources you need to run your analysis.

Apps come in two basics flavors:

* Executable Apps: Run a script or a series of scripts on your data

* Interactive Apps: Launch software such as Jupyter notebooks, RStudio, QGIS, VScode, and more 


!!! tip "Important Notes"
        
    * When you launch an app in Cyverse DE, you are actually launching containers such as Docker
    * When you close the app, the container is destroyed but your data can be saved in the Data Store

<br>
<br>
<br>

## Analysis Dashboard

<a target="_blank" href="https://cyverse.org/data-store">
  <img src="https://unm-carc.github.io/foss/assets/de_analysis_logo.png" width="100">
</a>

The Analysis Dashboard is where you can monitor the status of Apps you have launched

* Stop and Relaunch Apps
* Extend the time of an App (beyond 72 hours)
* View you history of Apps launched

!!! warning "Attention"
        
    If you are not using an app, please shut it down!

<p class="carc-provenance" markdown>Adapted from [CyVerse FOSS](https://github.com/CyVerse-learning-materials/foss/blob/86d4cc384976a59bd19cce2a6fdcf994b19051bd/docs/08_remote_computing_cyverse.md){target=_blank} (last source update 2025-10-27), CC BY 4.0. Spotted a problem? [Open an issue](https://github.com/UNM-CARC/foss/issues){target=_blank}.</p>
