IGA Library Prep Automated v2.1 contains preset protocols that support the preparation of samples and libraries used for sequencing. These protocols can be used with the IGA NovaSeq Sequencing v2.1 workflow and NextSeq 1000/2000 v2.3 workflow (which is installed separately). The protocols provide the following functions:
File-based integration with the Hamilton robots that are used for liquid handling steps.
Automated calculation of sample and buffer volumes.
Automated calculation or display of reagents.
When required, automatic step transition.
Protocol 1: Sample Selection
Protocol Type = Sample Prep
Next Steps Configuration
Step 1: Select Samples
Master Step Name = Select Samples (IGA v2.1)
Step Type = No Outputs
Automations
Validate Sample Attributes (IGA v2.1)
Trigger Location = Step
Trigger Style = Automatic upon entry
bash -l -c "/opt/gls/clarity/bin/java -jar /opt/gls/clarity/extensions/ngs-common/v5/EPP/ngs-extensions.jar -i {stepURI:v2:http} -u {username} -p {password} -t false -h false script:evaluateDynamicExpression \
-exp 'if (! submittedSample.hasValue(::Sample Type::)) { \
fail(::Sample Type must be non-empty. Please update :: + submittedSample.::name::); \
}; \
acceptedSampleTypes = [::Genomic DNA::, ::Saliva::, ::Blood::]; \
if (! acceptedSampleTypes.contains(submittedSample.::Sample Type::)) { \
fail(::Invalid Sample Type found for :: + submittedSample.::name:: + ::. Must be one of :: + acceptedSampleTypes.join(::, ::)); \
}; \
if (! submittedSample.hasValue(::Submitted Sample Labware Type::)) { \
fail(::Submitted Sample Labware Type must be non-empty. Please update :: + submittedSample.::name::); \
}; \
acceptedSampleLabwareTypes = [::gDNA::, ::Saliva::, ::Blood1.3::, ::Blood2.7::, ::Blood7.5::, ::Blood10::]; \
if (! acceptedSampleLabwareTypes.contains(submittedSample.::Submitted Sample Labware Type::)) { \
fail(::Invalid Submitted Sample Labware Type found for :: + submittedSample.::name:: + ::. Must be one of :: + acceptedSampleLabwareTypes.join(::, ::)); \
}; \
if (! submittedSample.hasValue(::Units::)) { \
fail(::Units must be non-empty. Please update :: + submittedSample.::name::); \
}; \
if (submittedSample.::Sample Type:: == ::Genomic DNA:: && ! submittedSample.hasValue(::Sample Conc.::)) { \
fail(::Sample Conc. must be non-empty for Genomic DNA samples. Please update :: + submittedSample.::name::); \
};' -log {compoundOutputFileLuid0} && \
/opt/gls/clarity/bin/java -jar /opt/gls/clarity/extensions/unified-product-analytics/automation/unified-product-analytics-automation.jar script:executeUPAAutomationScript -i {stepURI:v2} -u {username} -p {password} -l {compoundOutputFileLuid0} -s 'com/illumina/upa/scripts/common/register_sample.groovy' && /opt/gls/clarity/bin/java -jar /opt/gls/clarity/extensions/unified-product-analytics/automation/unified-product-analytics-automation.jar script:executeUPAAutomationScript -i {stepURI:v2} -u {username} -p {password} -l {compoundOutputFileLuid0} -s 'com/illumina/upa/scripts/common/step_started.groovy'"
Sample Selection - Set Library prep method and Next steps (IGA v2.1)
bash -l -c "/usr/bin/env python /opt/gls/clarity/extensions/IGA_2.1/iga_helpers/pop_up_msg.py -s {stepURI} -u {username} -p {password} -w 'OK' --message 'Please place all samples starting from position A:1, do not leave any gaps.'"
bash -l -c "/usr/bin/env python /opt/gls/clarity/extensions/IGA_2.1/iga_helpers/pop_up_msg.py -s {stepURI} -u {username} -p {password} -w 'OK' --message 'Please place all samples starting from position A:1, do not leave any gaps.'"
DNA Batching - Sample Placement DNA Plate Barcode Uniqueness Check (IGA v2.1)
Trigger Location = Placement
Trigger Style = Automatic upon exit
bash -l -c "/opt/gls/clarity/bin/java -jar /opt/gls/clarity/extensions/ngs-common/v5/EPP/ngs-extensions.jar -i {stepURI:v2:http} -u {username} -p {password} script:evaluateDynamicExpression -exp 'if ( !output.container.name.matches( ::LP[0-9]{7}-DNA:: ) ) {fail ( ::Invalid DNA plate barcode format. This plate ID must be in the format LPxxxxxxx-DNA, where 'x' is a digit 0-9, e.g. LP1234567-DNA. Please verify and try again.:: ) }' -log {compoundOutputFileLuid1} && \
/usr/bin/env python /opt/gls/clarity/extensions/IGA_2.1/hamilton_fast_prep/01_A_CFP_Batching_defaultContainerCheck.py -u {username} -p {password} -s {stepURI} && \
/usr/bin/env python /opt/gls/clarity/extensions/IGA_2.1/hamilton_fast_prep/validate_sample_placement.py -u {username} -p {password} -s {stepURI}"
DNA Batching PF - Generate LH Input File (IGA v2.1)
Library Prep - Indexing PF - Validate/Copy LibPlate Barcode, Set Default Norm. Mol. if Applicable, and Generate LH Input File (IGA v2.1)
Trigger Location = Record Details
Trigger Style = Manual button
bash -l -c "/usr/bin/env python /opt/gls/clarity/extensions/IGA_2.1/hamilton_fast_prep/countSamples.py -u {username} -p {password} -s {stepURI} -f 'Sample Count' && /opt/gls/clarity/bin/java -jar /opt/gls/clarity/extensions/ngs-common/v5/EPP/ngs-extensions.jar \
-i {stepURI:v2:http} \
-u {username} \
-p {password} \
script:evaluateDynamicExpression \
-t true \
-h false \
-exp 'if ( !step.hasValue(::Library Plate Barcode::) || !step.::Library Plate Barcode::.matches( ::LP[0-9]{7}-LIB:: ) ) { fail( ::Invalid LIB plate barcode format. This plate ID must be in the format LPxxxxxxx-LIB, where 'x' is a digit 0-9, e.g. LP1234567-LIB. Please scan a valid LIB plate barcode in the Record Details screen.:: ) }; output.container.name = step.::Library Plate Barcode::; tkns = input.::INTERNALFIELD_IndexPlanning_Metadata::.split(::_::); step.::Index Plate Barcode (read from input samples):: = tkns[0]; step.::Index Plate Offset (read from input samples):: = tkns[1]; if (submittedSample.::Library Prep Method::.contains(::PCR-Free::)) { output.::Normalized Molarity (nM):: = 3.5; }' \
-log {compoundOutputFileLuid1} \
&& /usr/bin/env python /opt/gls/clarity/extensions/IGA_2.1/hamilton_fast_prep/01_A_CFP_Batching_defaultContainerCheck.py -u {username} -p {password} -s {stepURI} && \
/opt/gls/clarity/bin/java -jar /opt/gls/clarity/extensions/ngs-common/v5/EPP/DriverFileGenerator.jar \
script:driver_file_generator \
-i {stepURI:v2} \
-u {username} \
-p {password} \
-q true \
-destLIMSID {compoundOutputFileLuid0} \
-t /opt/gls/clarity/extensions/IGA_2.1/hamilton_fast_prep/templatefiles/LibInputFile_NFPF_template_withoffsets.csv \
-o Output_plate_name.csv \
-l {compoundOutputFileLuid1}"
Library Prep - Indexing PF - Check for Valid, Unique LIB Plate Barcode & Match with Liquid Handler Output File & Parse Reagent Info & Set Next Steps to Remove from Workflow & Quant. Warning (IGA v2.1)
Trigger Location = Record Details
Trigger Style = Automatic upon exit
bash -l -c "/usr/bin/env python /opt/gls/clarity/extensions/IGA_2.1/hamilton_fast_prep/01_CFP_Batching_confirmPlateIDAndStoreInstrumentID.py -u {username} -p {password} -s {stepURI} -f {compoundOutputFileLuid2} -i 'Liquid Handling Instrument ID' && /usr/bin/env python /opt/gls/clarity/extensions/IGA_2.1/hamilton_fast_prep/02_ReagentParsing.py -u {username} -p {password} -s {stepURI} -f {compoundOutputFileLuid2} -m /opt/gls/clarity/extensions/IGA_2.1/hamilton_fast_prep/reagent_parsing/fieldmap_libprep.csv && /opt/gls/clarity/bin/java -jar /opt/gls/clarity/extensions/ngs-common/v5/EPP/ngs-extensions.jar -i {stepURI:v2} -u {username} -p {password} script:evaluateDynamicExpression -exp 'nextStep = ::REMOVE::' -log {compoundOutputFileLuid1} && \
/usr/bin/env python /opt/gls/clarity/extensions/IGA_2.1/iga_helpers/pop_up_msg.py -s {stepURI} -u {username} -p {password} -w 'WARNING' --message 'This protocol recommends performing a pooled quant. (per prep) at this stage. Please quant. and update the Normalized Molarity (nM) across all samples in the table below before proceeding.'"
Library Prep - Indexing PF - Route Samples to Sequencing Platform Selection with Automatic Workflow Detection (IGA v2.1)
bash -l -c "/usr/bin/env python /opt/gls/clarity/extensions/IGA_2.1/iga_helpers/pop_up_msg.py -s {stepURI} -u {username} -p {password} -w 'OK' --message 'Please place all samples starting from position A:1, do not leave any gaps.'"
DNA Batching - Sample Placement DNA Plate Barcode Uniqueness Check (IGA v2.1)
Trigger Location = Placement
Trigger Style = Automatic upon exit
bash -l -c "/opt/gls/clarity/bin/java -jar /opt/gls/clarity/extensions/ngs-common/v5/EPP/ngs-extensions.jar -i {stepURI:v2:http} -u {username} -p {password} script:evaluateDynamicExpression -exp 'if ( !output.container.name.matches( ::LP[0-9]{7}-DNA:: ) ) {fail ( ::Invalid DNA plate barcode format. This plate ID must be in the format LPxxxxxxx-DNA, where 'x' is a digit 0-9, e.g. LP1234567-DNA. Please verify and try again.:: ) }' -log {compoundOutputFileLuid1} && \
/usr/bin/env python /opt/gls/clarity/extensions/IGA_2.1/hamilton_fast_prep/01_A_CFP_Batching_defaultContainerCheck.py -u {username} -p {password} -s {stepURI} && \
/usr/bin/env python /opt/gls/clarity/extensions/IGA_2.1/hamilton_fast_prep/validate_sample_placement.py -u {username} -p {password} -s {stepURI}"
DNA Batching Enrichment - Generate LH Input File (IGA v2.1)
bash -l -c "/opt/gls/clarity/bin/java -jar /opt/gls/clarity/extensions/ngs-common/v5/EPP/ngs-extensions.jar -i {stepURI:v2:http} -u {username} -p {password} script:evaluateDynamicExpression -exp 'if ( !output.container.name.matches( ::LP[0-9]{7}-PCPP:: ) ) {fail ( ::Invalid PCPP (Pre-Capture Pool Plate) barcode format. This plate ID must be in the format LPxxxxxxx-PCPP, where 'x' is a digit 0-9, e.g. LP1234567-PCPP. Please verify and try again.:: ) }' -log {compoundOutputFileLuid1} && /usr/bin/env python /opt/gls/clarity/extensions/IGA_2.1/hamilton_fast_prep/01_A_CFP_Batching_defaultContainerCheck.py -u {username} -p {password} -s {stepURI}"
Pool QC - Generic - Enrichment - Copy Normalized Molarity from Output to Input, Copy QC Value to Inputs & Set QC Passed Sample Next Steps to Remove from Workflow (IGA v2.1)
Trigger Location = Record Details
Trigger Style = Automatic upon exit
bash -l -c "/opt/gls/clarity/bin/java -jar /opt/gls/clarity/extensions/ngs-common/v5/EPP/ngs-extensions.jar -i {stepURI:v2} -u {username} -p {password} script:evaluateDynamicExpression -t false -h false -exp 'if (!output.hasValue(::Normalized Molarity (nM)::)) { fail(::Please set/check Normalized Molarity (nM) field values manually on each sample, or set up this step to parse this value from QC instrument output to automatically set QC pass/fail flags.::) } else { input.::Normalized Molarity (nM):: = output.::Normalized Molarity (nM):: }; input.::INTERNALFIELD_QCValue_forRouting:: = output.QC ; output.::INTERNALFIELD_QCValue_forRouting:: = output.QC ; if (output.QC == true) { nextStep = ::REMOVE:: }' -log {compoundOutputFileLuid1}"
Pool QC - Generic - Enrichment - Route QC Passed Samples to Sequencing Platform Selection (IGA v2.1)
Set Sequencing Platform Script Log - Automatically attached
Sample Table (Table Columns - Global Fields)
Category
Field Name
Field Type
Options
Additional Options and Dropdown Items
Container
Container Name
Built-in
Container
LIMS ID (Container)
Built-in
Derived Sample
Sample Name
Built-in
Derived Sample
Waiting
Built-in
Project
Project Name
Built-in
Submitted Sample
Illumina Universal Sample Identifier
Built-in
Category
Field Name
Field Type
Options
Additional Options and Dropdown Items
Submitted Sample
Sample Conc.
Numeric
Decimal Places Displayed = 2
Submitted Sample
Units
Text
Category
Field Name
Field Type
Options
Additional Options and Dropdown Items
Container
Container Name
Built-in
Container
LIMS ID (Container)
Built-in
Container
Well
Built-in
Derived Sample
Sample Name
Built-in
Derived Sample
Waiting
Built-in
Project
Project Name
Built-in
Field Name
Field Type
Options
Additional Options and Dropdown Items
IGA WF Build Version
Text
Read Only
Default = 2.1.0.1
Library Prep Method
Text Dropdown
Required Field
Presets
Illumina DNA PCR-Free
Illumina DNA with Enrichment
Quick reference checklist: Sample Selection
Multiline Text
Read Only
Defaults =
User tasks for this page:
- Select Library Prep Method above
- Select Next Steps
Category
Field Name
Field Type
Options
Additional Options and Dropdown Items
Derived Sample
Sample Name
Built-in
Submitted Sample
Library Prep Method
Text
Submitted Sample
Sample Conc.
Numeric
Decimal Places Displayed = 2
Submitted Sample
Submitted Sample Type
Text
Read Only
Submitted Sample
Units
Text
Category
Field Name
Field Type
Options
Additional Options and Dropdown Items
Derived Sample
Waiting
Built-in
Submitted Sample
Library Prep Method
Text
Submitted Sample
Sample Type
Text
Submitted Sample
Sequencing Method
Text Dropdown
Custom Entries
Presets
Single Read
Paired End Read
Indexed Single Read
Indexed Paired End Read
Submitted Sample
Submitted Sample Name
Built-in
Category
Field Name
Field Type
Options
Additional Options and Dropdown Items
Submitted Sample
Date Submitted
Built-in
Submitted Sample
Sample Category
Text
Category
Field Name
Field Type
Options
Additional Options and Dropdown Items
Submitted Sample
Library Prep Method
Text
Submitted Sample
Sample Type
Text
Submitted Sample
Sequencing Method
Text Dropdown
Custom Entries
Presets
Single Read
Paired End Read
Indexed Single Read
Indexed Paired End Read
Submitted Sample
Submitted Sample Name
Built-in
Field Name
Field Type
Options
Additional Options and Dropdown Items
Liquid Handling Instrument ID
Text
Read Only
Quick reference checklist: Sample Plating. i) pre Liquid Handler
Multiline Text
Read Only
Defaults =
User tasks for this page:
- Select blue 'Run' button
- Download Liquid Handler Input File
Quick reference checklist: Sample Plating. ii) post Liquid Handler
Multiline Text
Read Only
Defaults =
User tasks continued:
- Upload resulting Liquid Handler Output File
- Select Next Steps
Step Sample Type
Text
Read Only
Category
Field Name
Field Type
Options
Additional Options and Dropdown Items
Container
Container Name
Built-in
Container
LIMS ID (Container)
Built-in
Container
Well
Built-in
Derived Sample
Sample Name
Built-in
Derived Sample
Submitted Sample Type
Text
Read Only
Derived Sample
Transfer Volume (ul)
Numeric
Submitted Sample
Sample Type
Text
Submitted Sample
Submitted Sample Labware Type
Text
Category
Field Name
Field Type
Options
Additional Options and Dropdown Items
Derived Sample
Waiting
Built-in
Submitted Sample
Library Prep Method
Text
Submitted Sample
Sample Type
Text
Submitted Sample
Sequencing Method
Text Dropdown
Custom Entries
Presets
Single Read
Paired End Read
Indexed Single Read
Indexed Paired End Read
Submitted Sample
Submitted Sample Name
Built-in
Category
Field Name
Field Type
Options
Additional Options and Dropdown Items
Submitted Sample
Library Prep Method
Text
Submitted Sample
Sample Type
Text
Submitted Sample
Submitted Sample Name
Built-in
Field Name
Field Type
Options
Additional Options and Dropdown Items
Ethanol
Text
ITB
Text
Liquid Handling Instrument ID
Text
Read Only
MLB
Text
ProK
Text
RSB
Text
Sample Count
Numeric
Read Only
Default = 0
Step Sample Type
Text
Read Only
Quick reference checklist: DNA Extraction - Blood. i) pre Liquid Handler
Multiline Text
Read Only
Default =
User tasks for this page:
- Download Liquid Handling Robot Input File
- Enter reagent lots for MLB and ProK (not scanned by Liquid Handler as loaded as a mastermix)
Quick reference checklist: DNA Extraction - Blood. ii) post Liquid Handler
Multiline Text
Read Only
Default =
User tasks continued:
- After running Extraction on the liquid handler, upload the resulting Liquid Handling Robot Output File
- Select Next Steps (RSB, ITB and Ethanol lots will populate automatically on the next screen)
Category
Field Name
Field Type
Options
Additional Options and Dropdown Items
Container
Container
Built-in
Container
Container Name
Built-in
Container
LIMS ID (Container)
Built-in
Container
Well
Built-in
Derived Sample
Sample Name
Built-in
Derived Sample
Submitted Sample Type
Text
Read Only
Project
Project Name
Built-in
Submitted Sample
Library Prep Method
Text
Category
Field Name
Field Type
Options
Additional Options and Dropdown Items
Derived Sample
Waiting
Built-in
Submitted Sample
Library Prep Method
Text
Submitted Sample
Sample Type
Text
Submitted Sample
Sequencing Method
Text Dropdown
Custom Entries
Presets
Single Read
Paired End Read
Indexed Single Read
Indexed Paired End Read
Submitted Sample
Submitted Sample Name
Built-in
Category
Field Name
Field Type
Options
Additional Options and Dropdown Items
Submitted Sample
Library Prep Method
Text
Submitted Sample
Sample Type
Text
Submitted Sample
Submitted Sample Name
Built-in
Field Name
Field Type
Options
Additional Options and Dropdown Items
Ethanol
Text
ITB
Text
Liquid Handling Instrument ID
Text
Read Only
MLB
Text
ProK
Text
RSB
Text
Sample Count
Numeric
Read Only
Default = 0
Step Sample Type
Text
Read Only
Quick reference checklist: DNA Extraction - Saliva. i) pre Liquid Handler
Multiline Text
Read Only
Default =
User tasks for this page:
- Download Liquid Handling Robot Input File
- Enter reagent lots for MLB and ProK (not scanned by Liquid Handler as loaded as a mastermix)
Quick reference checklist: DNA Extraction - Saliva. ii) post Liquid Handler
Multiline Text
Read Only
Default =
User tasks continued:
- After running Extraction on the liquid handler, upload the resulting Liquid Handling Robot Output File
- Select Next Steps (RSB, ITB and Ethanol lots will populate automatically on the next screen)
Category
Field Name
Field Type
Options
Additional Options and Dropdown Items
Container
Container
Built-in
Container
Container Name
Built-in
Container
LIMS ID (Container)
Built-in
Container
Well
Built-in
Derived Sample
Sample Name
Built-in
Derived Sample
Submitted Sample Type
Text
Read Only
Project
Project Name
Built-in
Submitted Sample
Library Prep Method
Text
Category
Field Name
Field Type
Options
Additional Options and Dropdown Items
Container
Container Name
Built-in
Container
LIMS ID (Container)
Built-in
Container
Well
Built-in
Derived Sample
Sample Name
Built-in
Derived Sample
Waiting
Built-in
Project
Project Name
Built-in
Submitted Sample
Library Prep Method
Text
Submitted Sample
Sample Type
Text
Category
Field Name
Field Type
Options
Additional Options and Dropdown Items
Container
Container Name
Built-in
Container
LIMS ID (Container)
Built-in
Container
Well
Built-in
Derived Sample
Sample Name
Built-in
Derived Sample
Waiting
Built-in
Project
Project Name
Built-in
Field Name
Field Type
Options
Additional Options and Dropdown Items
Batching Well Volume (uL)
Numeric
Required Field
Default = 40
DNA (ng) required for tagmentation
Numeric
Required Field
Default = 350
Liquid Handling Instrument ID
Text
Read Only
Notes:
Multiline Text
Read Only
Default =
- DNA (ng) required for tagmentation is 300-2000 ng.
- A fixed 25uL is aliquoted from the total volume of 40uL (default) to carry out Library Prep and subsequent steps.
Quick reference checklist: DNA Batching IDPF. i) pre Liquid Handler
Multiline Text
Read Only
Default =
User tasks for this page:
- For gDNA samples, enter library prep Input Amount (ng). NB: this field is ignored for samples which arrived as raw blood or saliva, as a set volume is transferred
- 'Run' DNA Batching PF automation, and download resulting 'Liquid Handler Batching Input File'
Quick reference checklist: DNA Batching IDPF. ii) post Liquid Handler
Multiline Text
Read Only
Default =
User tasks continued:
- Upload resulting 'Output File from Liquid Handler'
- Select 'Next Steps'
Category
Field Name
Field Type
Options
Additional Options and Dropdown Items
Container
Container Name
Built-in
Container
LIMS ID (Container)
Built-in
Container
Well
Built-in
Derived Sample
Diluent Volume (uL)
Numeric
Decimal Places Displayed = 1
Derived Sample
Initial Input DNA (ng)
Numeric
Derived Sample
Sample Name
Built-in
Derived Sample
Sample Needed (uL)
Numeric
Decimal Places Displayed = 1
Derived Sample
Warnings
Text
Read Only
Project
Project Name
Built-in
Category
Field Name
Field Type
Options
Additional Options and Dropdown Items
Container
Container Name
Built-in
Container
LIMS ID (Container)
Built-in
Container
Well
Built-in
Derived Sample
Sample Name
Built-in
Derived Sample
Waiting
Built-in
Project
Project Name
Built-in
Category
Field Name
Field Type
Options
Additional Options and Dropdown Items
Container
Container Name
Built-in
Container
LIMS ID (Container)
Built-in
Container
Well
Built-in
Derived Sample
Sample Name
Built-in
Derived Sample
Waiting
Built-in
Project
Project Name
Built-in
Field Name
Field Type
Options
Additional Options and Dropdown Items
Index Plate Barcode
Text
Required Field
Hamilton Indexing Offset Column
Numeric
Default = 1
Range From 1 to 12
Quick reference checklist: Indexing Planning
Multiline Text
Read Only
Default =
User tasks for this page:
- Scan in Indexing Plate Barcode and set the Hamilton Indexing Offset column (required start column)
- Click 'Next Steps'
Category
Field Name
Field Type
Options
Additional Options and Dropdown Items
Container
Container Name
Built-in
Container
LIMS ID (Container)
Built-in
Container
Well
Built-in
Derived Sample
INTERNALFIELD_QCValue_forRouting
Text
Derived Sample
Sample Name
Built-in
Project
Project Name
Built-in
Category
Field Name
Field Type
Options
Additional Options and Dropdown Items
Container
Container Name
Built-in
Container
Well
Built-in
Derived Sample
INTERNALFIELD_IndexPlanning_Metadata
Text
Derived Sample
Sample Name
Built-in
Derived Sample
Waiting
Built-in
Project
Project Name
Built-in
Category
Field Name
Field Type
Options
Additional Options and Dropdown Items
Container
Container Name
Built-in
Container
Well
Built-in
Derived Sample
INTERNALFIELD_IndexPlanning_Metadata
Text
Derived Sample
Sample Name
Built-in
Derived Sample
Waiting
Built-in
Project
Project Name
Built-in
Field Name
Field Type
Options
Additional Options and Dropdown Items
Adapter
Text
Required Field
Read Only
Default = CTGTCTCTTATACACATCT
Adapter Read 2
Text
Required Field
Read Only
Default = CTGTCTCTTATACACATCT
BLT-PF
Text
ELM-T
Text
HP3
Text
Index Plate Barcode (read from input samples)
Text
Read Only
Index Plate Offset (read from input samples)
Text
Read Only
IPB
Text
Library Plate Barcode
Text
Required Field
Liquid Handling Instrument ID
Text
Read Only
Quick reference checklist: Library Prep IDPF. i) pre Liquid Handler
Multiline Text
Read Only
Default =
User tasks for this page:
- Above, scan in the 'Library Plate Barcode' to be used
- Click blue button to 'Run' the Library Prep automation, and download the resulting 'Liquid Handler Input File'
Quick reference checklist: Library Prep IDPF. ii) post Liquid Handler
Multiline Text
Read Only
Default =
User tasks continued:
- Upload resulting 'Hamilton Output File'
- Perform a pooled quant for the prep, and apply the yield 'Normalized Molarity (nM)' to all samples
- Click 'Next Steps'
RSB
Text
Sample Count
Numeric
Read Only
Default = 0
Decimal Places Displayed = 0
ST2
Text
TB1
Text
TWB
Text
Category
Field Name
Field Type
Options
Additional Options and Dropdown Items
Container
Container
Built-in
Container
Container Name
Built-in
Container
LIMS ID (Container)
Built-in
Container
Well
Built-in
Derived Sample
Normalized Molarity (nM)
Numeric
Decimal Places Displayed = 2
Derived Sample
Sample Name
Built-in
Submitted Sample
Library Prep Method
Text
Category
Field Name
Field Type
Options
Additional Options and Dropdown Items
Container
Container Name
Built-in
Container
LIMS ID (Container)
Built-in
Container
Well
Built-in
Derived Sample
Sample Name
Built-in
Derived Sample
Waiting
Built-in
Project
Project Name
Built-in
Category
Field Name
Field Type
Options
Additional Options and Dropdown Items
Container
Container Name
Built-in
Container
LIMS ID (Container)
Built-in
Container
Well
Built-in
Derived Sample
Sample Name
Built-in
Derived Sample
Waiting
Built-in
Project
Project Name
Built-in
Field Name
Field Type
Options
Additional Options and Dropdown Items
Batching Well Volume (uL)
Numeric
Required Field
Default = 45
DNA (ng) required for tagmentation
Numeric
Required Field
Default = 450
Liquid Handling Instrument ID
Text
Read Only
Notes:
Multiline Text
Read Only
Default =
- DNA (ng) required for tagmentation is 50-1000 ng.
- A fixed 30uL is aliquoted from the total volume of 45uL (default) to carry out Library Prep and subsequent steps.
Quick reference checklist i): DNA Batching IDE, pre Liquid Handler
Multiline Text
Read Only
Default =
User tasks for this page:
- For gDNA samples, enter library prep Input Amount (ng). NB: this field is ignored for samples which arrived as raw blood or saliva, as a set volume is transferred
- 'Run' DNA Batching Enrichment automation, and download resulting 'Liquid Handler Batching Input File'
Quick reference checklist ii): DNA Batching IDE, post Liquid Handler
Multiline Text
Read Only
Default =
User tasks continued:
- Upload resulting 'Output File from Liquid Handler'
- Select 'Next Steps'
Category
Field Name
Field Type
Options
Additional Options and Dropdown Items
Container
Container Name
Built-in
Container
LIMS ID (Container)
Built-in
Container
Well
Built-in
Derived Sample
Diluent Volume (uL)
Numeric
Decimal Places Displayed = 1
Derived Sample
Initial Input DNA (ng)
Numeric
Derived Sample
Sample Name
Built-in
Derived Sample
Sample Needed (uL)
Numeric
Decimal Places Displayed = 1
Derived Sample
Warnings
Text
Read Only
Project
Project Name
Built-in
Category
Field Name
Field Type
Options
Additional Options and Dropdown Items
Container
Container Name
Built-in
Container
LIMS ID (Container)
Built-in
Container
Well
Built-in
Derived Sample
Sample Name
Built-in
Derived Sample
Waiting
Built-in
Project
Project Name
Built-in
Category
Field Name
Field Type
Options
Additional Options and Dropdown Items
Container
Container Name
Built-in
Container
LIMS ID (Container)
Built-in
Container
Well
Built-in
Derived Sample
Sample Name
Built-in
Derived Sample
Waiting
Built-in
Project
Project Name
Built-in
Field Name
Field Type
Options
Additional Options and Dropdown Items
Index Plate Barcode
Text
Required Field
Hamilton Indexing Offset Column
Numeric
Default = 1
Range From 1 to 12
Quick reference checklist: Indexing Planning
Multiline Text
Read Only
Default =
User tasks for this page:
- Scan in Indexing Plate Barcode and set the Hamilton Indexing Offset column (required start column)
- Click 'Next Steps'
Category
Field Name
Field Type
Options
Additional Options and Dropdown Items
Derived Sample
Sample Name
Built-in
Derived Sample
INTERNALFIELD_IndexPlanning_Metadata
Text
Category
Field Name
Field Type
Options
Additional Options and Dropdown Items
Container
Container Name
Built-in
Container
LIMS ID (Container)
Built-in
Container
Well
Built-in
Derived Sample
Sample Name
Built-in
Derived Sample
Waiting
Built-in
Project
Project Name
Built-in
Category
Field Name
Field Type
Options
Additional Options and Dropdown Items
Container
Container Name
Built-in
Container
LIMS ID (Container)
Built-in
Container
Well
Built-in
Derived Sample
Sample Name
Built-in
Derived Sample
Waiting
Built-in
Project
Project Name
Built-in
Field Name
Field Type
Options
Additional Options and Dropdown Items
Index Plate Barcode (read from input samples)
Text
Read Only
Index Plate Offset (read from input samples)
Text
Read Only
Quick reference checklist: Library Prep IDE.
Multiline Text
Read Only
Default =
User tasks for this step:
- No user tasks, click 'Next Steps'
Category
Field Name
Field Type
Options
Additional Options and Dropdown Items
Derived Sample
Sample Name
Built-in
Derived Sample
INTERNALFIELD_IndexPlanning_Metadata
Text
Category
Field Name
Field Type
Options
Additional Options and Dropdown Items
Container
Container Name
Built-in
Container
LIMS ID (Container)
Built-in
Container
Well
Built-in
Derived Sample
Sample Name
Built-in
Derived Sample
Waiting
Built-in
Project
Project Name
Built-in
Category
Field Name
Field Type
Options
Additional Options and Dropdown Items
Container
Container Name
Built-in
Container
LIMS ID (Container)
Built-in
Container
Well
Built-in
Derived Sample
Sample Name
Built-in
Derived Sample
Waiting
Built-in
Project
Project Name
Built-in
Field Name
Field Type
Options
Additional Options and Dropdown Items
Adapter
Text
Required Field
Read Only
Default = CTGTCTCTTATACACATCT
Adapter Read 2
Text
Required Field
Read Only
Default = CTGTCTCTTATACACATCT
eBLT
Text
EPM
Text
Index Plate Barcode (read from input samples)
Text
Read Only
Index Plate Offset (read from input samples)
Text
Read Only
Liquid Handling Instrument ID
Text
Read Only
Quick reference checklist: Library Prep IDE - pool libraries. i) pre Liquid Handler.
Multiline Text
Read Only
Default =
User tasks for this page:
- 'Run' Library Prep Pooling automation
- Download resulting Liquid Handler Input File
Quick reference checklist: Library Prep IDE - pool libraries. ii) post Liquid Handler.
Multiline Text
Read Only
Default =
User tasks continued:
- After running the Prep method on the Liquid Handler, upload resulting Liquid Handler Output File
- Click on 'Next Steps'
RSB
Text
Sample Count
Numeric
Read Only
Default = 0
SPB
Text
ST2
Text
TB1
Text
Total Pool Volume (ul)
Numeric
Default = 30
TWB
Text
Category
Field Name
Field Type
Options
Additional Options and Dropdown Items
Derived Sample
Diluent Volume (uL)
Numeric
Decimal Places Displayed = 1
Derived Sample
Number of Samples in Pool
Numeric
Default = 0
Derived Sample
Sample Name
Built-in
Derived Sample
Sample Needed (uL)
Numeric
Decimal Places Displayed = 1
Category
Field Name
Field Type
Options
Additional Options and Dropdown Items
Container
Container Name
Built-in
Container
LIMS ID (Container)
Built-in
Container
Well
Built-in
Derived Sample
Sample Name
Built-in
Derived Sample
Waiting
Built-in
Project
Project Name
Built-in
Category
Field Name
Field Type
Options
Additional Options and Dropdown Items
Container
Container Name
Built-in
Container
LIMS ID (Container)
Built-in
Container
Well
Built-in
Derived Sample
Sample Name
Built-in
Derived Sample
Waiting
Built-in
Project
Project Name
Built-in
Field Name
Field Type
Options
Additional Options and Dropdown Items
EE1
Text
EEW
Text
EHB2
Text
EPM
Text
ET2
Text
HP3
Text
Liquid Handling Instrument ID
Text
Read Only
Pool Count
Numeric
Read Only
Default = 0
PPC
Text
Probes
Text
Quick reference checklist: Capture and Wash IDE. i) pre Liquid Handler.
Multiline Text
Read Only
Default =
User tasks for this page:
- 'Run' Capture and Wash automation
- Download resulting Liquid Handler Input File
Quick reference checklist: Capture and Wash IDE. ii) post Liquid Handler.
Multiline Text
Read Only
Default =
User tasks continued:
- After running Capture and Wash on the liquid handler, upload resulting Liquid Handler Output File
- Click 'Next Steps'
Category
Field Name
Field Type
Options
Additional Options and Dropdown Items
Container
Container Name
Built-in
Container
LIMS ID (Container)
Built-in
Container
Well
Built-in
Derived Sample
Sample Name
Built-in
Project
Project Name
Built-in
Category
Field Name
Field Type
Options
Additional Options and Dropdown Items
Container
Container Name
Built-in
Container
LIMS ID (Container)
Built-in
Container
Well
Built-in
Derived Sample
Sample Name
Built-in
Derived Sample
Waiting
Built-in
Project
Project Name
Built-in
Category
Field Name
Field Type
Options
Additional Options and Dropdown Items
Container
Container Name
Built-in
Container
LIMS ID (Container)
Built-in
Container
Well
Built-in
Derived Sample
Sample Name
Built-in
Derived Sample
Waiting
Built-in
Project
Project Name
Built-in
Field Name
Field Type
Options
Additional Options and Dropdown Items
Quick reference checklist: Pool QC IDE.
Multiline Text
Read Only
Default =
User tasks for this page:
- 'Run' Capture and Wash automation
- Download resulting Liquid Handler Input File