The TerraPlane suite is a collection of Shiny Based R apps to help investigators use the Terra analysis platform (https://app.terra.bio)
It consists of :
- TerraStation - provides an overview of a user’s current Terra resources
- TerraPlane - provides tools for importing, configuring, and running a Dockstore (https://dockstore.org/) based WDL workflow into Terra
- TerraShip - provides tools to run, monitor, and stop Terra workspace based workflows
devtools::install_github("shwetagopaul92/TerraPlane")
library(TerraPlane)
Shiny App to help begin using Terra in R.
To start the App:
TerraPlane::runTerraStation()
Shiny App To help filter dockstore to find methods based on search term.
To start the App:
TerraPlane::runTerraPlane()
Shiny App to help search, submit, monitor workflows on Terra.
To start the App:
TerraPlane::runTerraShip()
