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

FAQ

PreviousData Formats

Last updated 3 months ago

Was this helpful?

Q: Can I use a sample in multiple projects?

A: An ICA sample contains multiple files related to one or more bio samples (eg, multiple lanes). You can link samples to multiple projects; however, a file can only be added to one sample.

Q: What does it mean for files and samples to be linked to a project?

A: Files and samples linked to a project allow the data to be used when launching pipelines within that project.

Q: I have a private docker image that I want to upload to a tool and only work on in my project. Does anyone in workgroup have access to docker images?

A: Yes, docker images are available to the entire domain when added to the Docker Repository in ICA.

Q: When creating a tool, if I have my own CWL doc, can I just import it instead of building the tool using the UI?

A: Yes, you can take your CWL docs and paste it in instead of configuring a tool via the UI. However, you might need to change the namespace. Best practice is to try it first locally using cwltool.

Q: Can I add more than one domain admin?

A: Yes, see the BaseSpace Sequence Hub documentation for information on adding domain admins.

Q: What are the file size limits when uploading/downloading data through the user interface compared to the CLI?

A: File uploads via the UI are limited to 5TB, but for practical and performance reasons, it is recommended to use the CLI or which use multipart upload and do not have a size limit.

Q: Since the inputs/outputs have already been configured in tools, why do I need to reconfigure in the pipeline?

A: Tools define the inputs and outputs available for that specific Tool, and pipelines connect the inputs and outputs to other steps/Tools or the initial inputs/final output files. Pipelines can be shared across projects and tools, so you might want the behavior to differ.

Q: Why can I specify a compute type for each tool when building a pipeline and again when running the pipeline?

A: When building the pipeline, you can specify the default compute type for each tool. When running the pipeline, you can override the default to be used for that specific analysis.

Q: If I upload a docker, which workgroups within the domain have access?

A: All workgroups have access. Docker images in ICA are available at the domain level.

Q: How come there are run time differences between my ICA analysis compared to local high performance clusters?

A: There can be several reasons why ICA run time differences will differ with a local cluster:

  1. Network Latency: ICA run time may differ compared to a local cluster due to data transfer between the client and server, which can vary in time due to the network being shared and data traveling across servers.

  2. Virtualization Overhead: ICA uses virtualization, which can result in a performance differences compared to a local cluster, where the hardware is dedicated to the compute task.

  3. Shared Resources: ICA is a shared resource platform, which means that the resources available to a user are not dedicated.

    1. Instance type: The type of instance being spun up can affect how long it takes to start up. Some instance types have more resources and take longer to initialize, while others are optimized for quick startup times.

    2. Availability zones: If the desired availability zone is already at capacity or has limited resources available, it may take longer for Kubernetes to spin up instances.

Service connector