The following release notes correspond to July 13, 2021 - July 19, 2021. In addition to the items below, this release includes back-end updates to Google Integrations, Workspaces, User Interface, Data Repository, and Workflows to improve upcoming features.
Interactive Analysis (Notebooks, Galaxy, RStudio)
- The Terra image "Legacy GATK (default prior to June 1, 2020) (GATK 4.1.4.1, Python 3.7.7, R 3.6.3)" has been removed from the Cloud Environment menu, but is still accessible from the Google Container Registry (here). Learn more about accessing previous images in this article: https://support.terra.bio/hc/en-us/articles/360059846691.
User Interface
- The Workflows page now has controls that enable retrying failed tasks with increased memory. This feature works in conjunction with the maxRetries task property; learn additional details in this article: https://support.terra.bio/hc/en-us/articles/4403215299355.
Data Repository/Workspaces
- Rawls has a new API endpoint to retrieve a data repository snapshot reference by its name. The new API is /api/workspaces/{workspaceNamespace}/{workspaceName}/snapshots/v2/name/{referenceName}.
- Changed the response payload of the list-snapshots v2 API endpoint in Rawls. The response payload is now consistent with the get-snapshot API, so callers can use the same models/parsing logic. The API that changed is /api/workspaces/{workspaceNamespace}/{workspaceName}/snapshots/v2. This is a breaking change and has been vetted with all current users of this API.
- Data Repository project creation is now performed by the Terra Resource Service; project names will now be
datarepo-[a-f0-9]{8}
.