LogoLogo
Illumina Connected Software
  • Introduction
  • Get Started
    • About the Platform
    • Get Started
  • Home
    • Projects
    • Bundles
    • Event Log
    • Metadata Models
    • Docker Repository
    • Tool Repository
    • Storage
      • Connect AWS S3 Bucket
        • SSE-KMS Encryption
  • Project
    • Data
      • Data Integrity
    • Samples
    • Activity
    • Flow
      • Reference Data
      • Pipelines
        • Nextflow
        • CWL
        • XML Input Form
        • 🆕JSON-Based input forms
          • InputForm.json Syntax
          • JSON Scatter Gather Pipeline
        • Tips and Tricks
      • Analyses
    • Base
      • Tables
        • Data Catalogue
      • Query
      • Schedule
      • Snowflake
    • Bench
      • Workspaces
      • JupyterLab
      • Bring Your Own Bench Image
      • Bench Command Line Interface
      • Pipeline Development in Bench (Experimental)
        • Creating a Pipeline from Scratch
        • nf-core Pipelines
        • Updating an Existing Flow Pipeline
      • Containers in Bench
      • FUSE Driver
    • Cohorts
      • Create a Cohort
      • Import New Samples
      • Prepare Metadata Sheets
      • Precomputed GWAS and PheWAS
      • Cohort Analysis
      • Compare Cohorts
      • Cohorts Data in ICA Base
      • Oncology Walk-through
      • Rare Genetic Disorders Walk-through
      • Public Data Sets
    • Details
    • Team
    • Connectivity
      • Service Connector
      • Project Connector
    • Notifications
  • Command-Line Interface
    • Installation
    • Authentication
    • Data Transfer
    • Config Settings
    • Output Format
    • Command Index
    • Releases
  • Sequencer Integration
    • Cloud Analysis Auto-launch
  • Tutorials
    • Nextflow Pipeline
      • Nextflow DRAGEN Pipeline
      • Nextflow: Scatter-gather Method
      • Nextflow: Pipeline Lift
        • Nextflow: Pipeline Lift: RNASeq
      • Nextflow CLI Workflow
    • CWL CLI Workflow
      • CWL Graphical Pipeline
      • CWL DRAGEN Pipeline
      • CWL: Scatter-gather Method
    • Base Basics
      • Base: SnowSQL
      • Base: Access Tables via Python
    • Bench ICA Python Library
    • API Beginner Guide
    • Launch Pipelines on CLI
      • Mount projectdata using CLI
    • Data Transfer Options
    • Pipeline Chaining on AWS
    • End-to-End User Flow: DRAGEN Analysis
  • Reference
    • Software Release Notes
      • 2025
      • 2024
      • 2023
      • 2022
      • 2021
    • Document Revision History
      • 2025
      • 2024
      • 2023
      • 2022
    • Known Issues
    • API
    • Pricing
    • Security and Compliance
    • Network Settings
    • ICA Terminology
    • Resources
    • Data Formats
    • FAQ
Powered by GitBook
On this page

Was this helpful?

Export as PDF
  1. Reference

Software Release Notes

This page contains the release notes for the current release. See the subpages for historic release notes.

2025 June 2 - ICA v2.36.0

New Features and Enhancements:

  • General

    • Data providers are now redirected to the project details page instead of the project data view, improving navigation.

    • Improved the UI for creating or modifying tools, enhancing usability.

    • There will be a change in the next release where users are no longer able to edit connectors of other users through the API. This will be made consistent with the UI. \

  • Data Management

    • .yml extension is now recognized as YAML format.

  • Flow

    • The limit of analysis reports has been increased from 20 to 200 per analysis report pattern.

    • Added “dropValueWhenDisabled” as an optional field attribute; if set to true and the field is disabled, its values are excluded from the submitted result.

    • The endpoint GET /api/projects/{projectId}/analyses/{analysisId}/reports now returns report configs with optional titles and matching data. These configs can be used in all POST /api/projects/{projectId}/pipelines:create<pipelinetype>Pipeline endpoints.

    • Added support for searching pipelines by ID in the pipeline grid.

    • The price of aborted analyses is now visible in the UI.

    • New endpoint: POST /api/projects/{projectId}/pipelines/{pipelineId}/generalAttributes to update general attributes of a project pipeline.

    • Users can now create a new output folder directly from the pipeline output selection screen.

    • Added “Standard 3Xlarge” as a new compute type for Flow & Bench.

  • Cohorts

    • Cohorts view page now has collapsable items for "show charts" and "query details" on the right corner as an icon thus creating more real estate for cohort subject list.

Fixed Issues

  • General

    • Added option to return from editing project and bundle details.

    • Updated the CLI so that the Storage-config-sub-folder is not required when creating a project with your own storage by using the flag --storage-config.

    • Improved information displayed on screen when a public domain non-basespace user tries to access ICA.

    • Improved searching on size of Docker images.

    • Updated tool repository screen to new standard: ▪

      • The selection window for docker images while creating a new tool has been updated to be in line with the new layout.

      • Removed the unnecessary "Technical" option from the tool inputs tab when editing tools.

    • When linking a bundle which includes base to a project that does not have base enabled, the following scenarios apply:

      • Base is not allowed due to entitlements: The bundle will be linked, and you will be given access to the data, pipelines, samples, ... but you will not see the base tables in your project.

      • Base is allowed, but not yet enabled for the project. The bundle will be linked and you will be given access to the data, pipelines, samples, ...but you will not see the base tables in your project and base remains disabled until you enable it.

    • API: /api/projects/{projectId} returns a new attribute projectOwner to identify the current project owner in addition to the existing ownerid of the project creator.

    • Owners of notifications are now able to delete those notification subscriptions. Previously, only the project administrator could do this.

    • Improved error message when trying to share storage credentials from another user.

  • Data Management

    • Performance improvement when creating a data copy in batch in the GUI

    • Improved connector resilience when downloading data elements with billing mode project.

    • There will be a change in one of the upcoming releases where users are no longer able to edit connectors of other users through the API. This will be made consistent with the UI.

    • Improved navigation in the edit connector screen.

  • Flow

    • The currently selected report file is now highlighted on the reports tab.

    • Fixed an issue which caused show failed steps to fail when opening in an analysis

    • Corrected API documentation for /api/projects/{projectId}/analyses/{analysisId}/outputs

    • Fixed an issue which caused files and folders to not appear correctly when using the grid's search field in the dialog when selecting input files

  • Bench

    • Fixed issue which caused object references an unsaved transient instance during preview of new tools in bench workspaces

  • Cohorts

    • Fixed issue where RNASeq data ingestions are failing.

    • Fixed issue where UI elements are scrambled upon opening subject timeline view.

    • Fixed issue where PRKN gene not properly loading pertinent information on the variant needle plot

    • Fixed issue where phenotype tabs plot is missing when loading molecular breakdown plot on molecular breakdown tab first. \

      \

PreviousEnd-to-End User Flow: DRAGEN AnalysisNext2025

Last updated 17 days ago

Was this helpful?