Installation
Overview
This section describes how to install the DRAGEN StrataMap Local App on a v4 DRAGEN server.
Step 1: Download and transfer to the DRAGEN Server
The app installation package is made available by Illumina Support via a pre-signed URL upon request.
Download the file from the URL using your preferred method.
If a network connection is available on the DRAGEN Server, download the file directly to the server using the following command:
sudo wget <URL>
If downloaded to a separate device, transfer to the server one of the following ways:
Transfer from a mounted network drive:
Copy the installation package to a mounted network drive available to the DRAGEN Server.
Copy the installation package to the
/staging/directory from the network drive.rsync /mounted-location-of-network-drive/<installation-package> /staging/
Transfer via USB (general instructions):
Obtain a Linux-compatible formatted USB drive and copy the installation package to it. Mount the USB drive on the DRAGEN server.
Copy the installation package from the USB's mount point to the
/staging/directory.Safely unmount the USB drive from the server after the transfer is complete.
Check the permissions on the files downloaded, it may be necessary to give them execute permissions
chmod +x app_installer.run
Note: If you are not familiar with mounting USB devices or moving files to restricted directories, work with your organization's IT team. They can help ensure the installation package is safely transferred to the DRAGEN server.
Step 2: Install the Application
Navigate to the installation package within the
/staging/directory:cd /staging/<installation-package>/Extract the contents of the
tar.gzarchive containing the installation files:tar -xzvf <installation-package>.tar.gz(Optional) Run the following command to install DRAGEN Application Manager 1.1.7 if it is not installed or is an incorrect version:
sudo ./install_DAM_v1.1.7.runFollow all prompts; refer to the provided DRAGEN Application Manager user guide for questions.
Run the following command to install the application:
sudo ./install_DRAGEN_Spatial_Transcriptome.shAfter successful installation, run the self-test:
sudo ./run_self_test.sh
This script automatically installs:
Installation Options
These are advanced options for modified installations and reinstallations.
--iapp-path PATH
Specify a custom application file path
--genome-path PATH
Specify a custom genome resource path
--image-path PATH
Specify a custom image resource path
--skip-resources
Skip all resource installation
--skip-genomes
Skip genome resource installation only
--skip-images
Skip image resource installation only
--help
Display help information
Example: install the application only (skip resources):
./install_DRAGEN_StrataMap.sh --skip-resources
Verifying the Installation
After installation, verify that all components are properly installed.
Check installed applications and resources:
dragen-app-manager list | jq
Example output:
Last updated
Was this helpful?

