The Illumina MiSeq Integration Package v8.2.0 supports the integration of Clarity LIMS to MiSeq instruments.
MiSeq Integration v8.2.0 runs as independent service and can be on the same server as other Clarity LIMS integrations. The integration is only required for MCS v4.0. If you are running MCS v3.0 or below, do not upgrade to this integration.
Compatibility
MiSeq Integration v8.2.0 is compatible with the following software:
MiSeq Integration v8.2.0 has the following prerequisites:
Mount run data network-attached storage (NAS) share
IPP is installed
Prerequisite 1: Mount Run Data NAS Share
Mounting the NAS share of run data are needed to capture and generate files associated with the sequencing run. To mount NAS shares that contain data from the Clarity LIMS server, use Read/Write privileges as the glsjboss user. The following data can be mounted to the NAS share:
Run data (e.g., \\network-storage\run_data)
Clarity LIMS-created events triggered by the End Run event of the Illumina sequencing run (e.g., \\network-storage\illumina\gls_events)
With Read access, the Clarity LIMS server reads the following information in individual sequencing run data folders:
Run information metadata from these files
<runFolderRoot>/RunInfo.xml
<runFolderRoot>/runParameters.xml
Run statistics from
<runFolderRoot>/InterOp/*.bin
The Clarity LIMS server generates the following files and information locally and stores them in Clarity LIMS:
Sample sheet (CSV file)
Run report (PDF file)
Run folder root link
The Clarity LIMS server copies and stores the following files from individual sequencing run data folders in Clarity LIMS:
<runFolderRoot>/RunInfo.xml
<runFolderRoot>/runParameters.xml
Prerequisite 2: IPP Installation
MiSeq Integration Package v8.2.0 depends on the QC Protocols configuration provided in IPP (v2.6 and later) for Clarity LIMS v6.2 and later.
If the base configuration is not installed, then install it on the Clarity LIMS server that is being used for the MiSeq integration. For details on IPP v2.6 installation and configuration, refer to the Illumina Preset Protocols documentation.
If you are upgrading the base configuration, make sure that the IPP package is compatible with the version of Clarity LIMS you are installing (in this case, IPP v2.6 for Clarity LIMS v6.2).
If you do not have QC Protocols, then install them as follows.
As a glsjboss user, run the following command to view the complete list of IPP workflows:
/opt/gls/clarity/config/illumina-preset-protocols-installer.sh -o list
To install the dependent QC Protocols, run the following command:
MiSeq Integration v8.2.0 is distributed as the ClarityLIMS-Illumina-MiSeq-Package-v8 RPM package that must be installed on the Clarity LIMS server. This package installs the following items:
Bash scripts used to run the service
The miseq-sequencing.jar file
The configure_extensions_miseq_sequencingservice.sh script
Smoke test directories
The following installation steps are required for the installation of MiSeq Integration v8.2.0.
Install the RPM
On the Clarity LIMS server, log in as the root user.
Run the following yum command to install the RPM:
yum install ClarityLIMS-Illumina-MiSeq-Package-v8 --enablerepo=< repo name info from support >
Enter y to confirm that you want to proceed with the RPM installation.
After confirmation, you are prompted to install the MiSeq workflow from the IPP script.
Install the MiSeq workflow as follows.
As the glsjboss user, run the following command to view the complete list of IPP workflows:
/opt/gls/clarity/config/illumina-preset-protocols-installer.sh -o list
Run the following command to install the MiSeq Sequencing v3.2 workflow configuration:
Validates the import of the workflow and provides the Warning/Error details in STDOUT, which allows you proceed with the import or cancel it.
Automatically detects the version of Clarity LIMS and imports the applicable workflow configuration.
Creates or updates the miseq.v8.seqservice.sequenceProcessBaseName database property, which can be verified with the omxProps-ConfigTool utility. This property shows the sequencing master step base display name. It can also use partial matching to look up the master step by the sequencing service. The default value is MiSeq Run (MiSeq v3.2).
[Optional] Run the following command to install the Library Prep Validation v2.3.1 workflow that is used to validate the MiSeq Sequencing v3.2 workflow:
To enable capture and generation of files associated with the sequencing run, configure the following properties using the omxProps-ConfigTool utility.
Configurable Database Properties
Start the Sequencing Service
Run the following command to start the sequencing service:
systemctl start miseq_seqservice-v8
Workflows, Protocols, and Steps Installed
MiSeq Integration v8.2.0 works with the MiSeq Sequencing v3.2, which contains a single protocol with the same name. This protocol includes the following steps:
The MiSeq Control Software (MCS) is divided into the following modules:
MCS — Controls the instrument operation, including various configuration settings. This software is installed and runs on the instrument.
Local Run Manager — Analyzes sequencing data and integrates with MCS. This software can be accessed on the instrument through a web browser.
Real-Time Analysis (RTA) — Performs image processing and base calling (primary analysis). The software makes sure that data files are created and copied to the final destination folder and is installed and runs on the instrument.
For more information on MCS, refer to the MiSeq documentation at support.illumina.com.
Instrument Integration
The instrument integration must be performed and maintained by Illumina Support. Illumina Support requires remote access to the instrument while it is idle.
The support team has created batch files that use custom scripts during the key events of a sequencing run. When these batch files are used, they read the event information and write it in a TXT event file at the same network share location that the instrument uses to write the run data. Another process running on the Clarity LIMS server receives the event files and takes the appropriate actions.
The sequencing service monitors the end of the run event. This event is used to capture key step data and files and parse run statistics for output custom fields.
Configure Batch Files
When the instrument is running, the final destination for the run data are a network storage path. The software is configured with a network storage path root (e.g., \\network-storage\illumina). Each sequencing run generates a unique run ID, which is appended to create a unique data run directory (e.g., \\network-storage\illumina\110419_InstrumentName_0001_ARG1234567).
The Clarity LIMS batch files must be configured to write to a directory within the network storage path root. This directory is typically named gls_events, but the directory name can be different as long as no spaces are used. The batch file used for MiSeq Control Software v4.0 is gls_event_mcs_rta_lrm.bat.
Before configuring the batch files, do the following:
Back up the MiSeq.Configuration.xml configuration file to
C:\Illumina\RTA\Configs\
Make sure that the instrument is idle.
Shut down MiSeq Control Software.
Set up the directory structure as follows.
Create a directory (C:\Illumina\gls is recommended) on the local PC to hold the batch file.
Create a directory (e.g., gls_events) on the NAS to hold the event files.
Configure the batch files as follows
Determine the site or instrument specific network storage path root.
Make the following changes to the gls_event_mcs_rta_lrm.bat batch file:
set DESTINATION_PATH=\\network-storage\illumina\gls_events\
set DEFAULT_LOCAL_OUTPUT_PATH=D:\Illumina\MiSeqTemp\
Change the DESTINATION_PATH line to the name of the event file directory.
Change the DEFAULT_LOCAL_OUTPUT_PATH line to the name of the default local temp run folder directory.
The default directory is
D:\Illumina\MiSeqTemp\
Copy the DESTINATION_PATH and paste it into the Windows Explorer address bar.
Make sure that the network location is accessible and that it opens from the instrument.
The batch file must be deployed to the MiSeq instrument. This file must be deployed to its own directory (C:\Illumina\gls\ is recommended) on the instrument computer so that it is not overwritten or removed during an instrument software update.
Deploy the batch file as follows
From the Attachment section, download the batch file.
Copy the file to the directory that you created on the instrument computer (e.g., C:\Illumina\gls).
From the Command Prompt, run the following command to list the contents of the directory:
dir C:\Illumina\gls\
Make sure that the name of the batch file does not contain any special or hidden characters.
Connect Batch Files to Instrument Events
Update the MiSeq Control Software configuration files as follows
Reboot the instrument.
Make a backup copy of the RTA configuration XML file and name it MiSeq.Configuration.xml.
Edit the file to connect to the RTA End Run event as follows.
Open the MiSeq.Configuration.xml file at
C:\Illumina\RTA\Configs\
Update the following content within the <ProcessCompleteEventFile> tags:
If an event file is triggered automatically during a MiSeq run, then the completion event does not appear until the run has completed and RTA completes primary analysis.
The instrument sequencing run test validates that the Clarity LIMS batch file is connected properly and invoked on the instrument events. Before validating the batch file, make sure that the following prerequisites are met:
You have access to the NAS share.
The default configuration has been successfully imported.
Manual invocation of the event files has been validated. This validation checks for the following information:
The DESTINATION_PATH and DEFAULT_LOCAL_OUTPUT_PATH are configured correctly.
The instrument computer can access and write to the DESTINATION_PATH.
There are no syntax errors in the Clarity LIMS batch script.
The sequencing service processes and archives event files, which can cause validation issues while the service is running. You can make the following changes to avoid losing the event files that you are attempting to validate:
Modify the FINAL_EXTENSION value in the Clarity LIMS batch file so that the file extension is .test instead of .txt. The service only processes and archives TXT files. Make sure that you change FINAL_EXTENSION back to .txt after manual validation.
Monitor the MiSeqIntegrator.log file, which logs the file name and contents of each event file that is processed. The log file is at
The MiSeq RPM must be installed on the Clarity LIMS server. This is the same location where the AI node or Automation Worker is installed. The automations and sequencing service use the existing Automation Worker.
You must use the --enablerepo command line argument to enable the repo. For the repo file and the correct name to use, contact Illumina Support.
The following steps assume that the QC protocols from the IPP package have been installed. For more information, refer to Prerequisite 2: IPP Installation in Prerequisites.
For Windows 10, the folder must be under C:\Illumina instead of C:\Illumina\gls because of Windows software restriction policies. If the folder is not in that directory, the batch script does not run. For versions before Windows 10, C:\Illumina\gls is acceptable.
Make sure to include a trailing \ in the DESTINATION_PATH and DEFAULT_LOCAL_OUTPUT_PATH lines. Refer to the following examples:
Make sure that you rename the backup file. If you do not rename the file, it can cause the RTA not to work properly.
ℹ️
ℹ️
ℹ️
⚠️
ℹ️
⚠️
Property
Description
Default Value
miseq.v8.seqservice.eventFileDirectory.1
A monitored network location used for event files.
/mnt/gls_events
miseq.v8.seqservice.eventFileDirectory.99
The monitored smoke test location used for event files. This location is also used for the installation and upgrade of smoke tests.
/opt/gls/clarity/smoketests/miseq/monitored
miseq.v8.seqservice.netPathPrefixSearch.1
The network directory prefix contained in the event file.
\\nas\network\run_data
miseq.v8.seqservice.netPathPrefixSearch.99
The default benign smoke test search entry. This property is used for the installation and upgrade of smoke tests.
/
miseq.v8.seqservice.netPathPrefixReplace.1
The mapped network directory mount name on the server used to access the run data directory.
/mnt/run_data
miseq.v8.seqservice.netPathPrefixReplace.99
The default benign smoke test replace entry. This property is used for the installation and upgrade of smoke tests.
/
miseq.v8.seqservice.eventFileDirectorySuffixes
A list of eventFileDirectory path entries used to monitor for event files. The value is one or more comma separated integers.
A list of netPathPrefix search and replace entries for transforming Windows to Linux network paths. The value is one or more comma separated integers.
99
When installed, this property must be configured to point to 1 unless a validation test is being performed with the 99 version of the search, replace, and event file entries.
When installed, this property must be configured to point to 1 unless a validation test is being performed with the 99 version of the search, replace, and event file entries.