Database Table rundb_applproduct

Postgres database: iondb

Postgres table: rundb_applproduct

Application product data model.

Schema

Field Type Description
applType RunType (ForeignKey) the related rundb.RunType row
barcodeKitSelectableType String (up to 64) barcodeKitSelectableType
defaultAvalancheSequencingKit KitInfo (ForeignKey) the related rundb.KitInfo row
defaultAvalancheTemplateKit KitInfo (ForeignKey) the related rundb.KitInfo row
defaultBarcodeKitName String (up to 128) defaultBarcodeKitName
defaultChipType String (up to 128) defaultChipType
defaultControlSeqKit KitInfo (ForeignKey) the related rundb.KitInfo row
defaultFlowCount Positive integer defaultFlowCount
defaultGenomeRefName String (up to 1024) defaultGenomeRefName
defaultHotSpotRegionBedFileName String (up to 1024) defaultHotSpotRegionBedFileName
defaultIonChefPrepKit KitInfo (ForeignKey) the related rundb.KitInfo row
defaultIonChefSequencingKit KitInfo (ForeignKey) the related rundb.KitInfo row
defaultLibraryKit KitInfo (ForeignKey) the related rundb.KitInfo row
defaultPairedEndAdapterKit KitInfo (ForeignKey) the related rundb.KitInfo row
defaultPairedEndLibraryKit KitInfo (ForeignKey) the related rundb.KitInfo row
defaultPairedEndSequencingKit KitInfo (ForeignKey) the related rundb.KitInfo row
defaultSamplePrepKit KitInfo (ForeignKey) the related rundb.KitInfo row
defaultSequencingKit KitInfo (ForeignKey) the related rundb.KitInfo row
defaultTargetRegionBedFileName String (up to 1024) defaultTargetRegionBedFileName
defaultTemplateKit KitInfo (ForeignKey) the related rundb.KitInfo row
description String (up to 1024) description
id Integer ID
instrumentType String (up to 64) instrumentType
isActive Boolean (Either True or False) isActive
isBarcodeKitSelectionRequired Boolean (Either True or False) isBarcodeKitSelectionRequired
isControlSeqTypeBySampleSupported Boolean (Either True or False) isControlSeqTypeBySampleSupported
isDefault Boolean (Either True or False) isDefault
isDefaultBarcoded Boolean (Either True or False) isDefaultBarcoded
isDefaultPairedEnd Boolean (Either True or False) isDefaultPairedEnd
isDualNucleotideTypeBySampleSupported Boolean (Either True or False) isDualNucleotideTypeBySampleSupported
isHotSpotBEDFileBySampleSupported Boolean (Either True or False) isHotSpotBEDFileBySampleSupported
isHotspotRegionBEDFileSuppported Boolean (Either True or False) isHotspotRegionBEDFileSuppported
isPairedEndSupported Boolean (Either True or False) isPairedEndSupported
isReferenceBySampleSupported Boolean (Either True or False) isReferenceBySampleSupported
isSamplePrepKitSupported Boolean (Either True or False) isSamplePrepKitSupported
isTargetRegionBEDFileBySampleSupported Boolean (Either True or False) isTargetRegionBEDFileBySampleSupported
isTargetRegionBEDFileSelectionRequiredForRefSelection Boolean (Either True or False) isTargetRegionBEDFileSelectionRequiredForRefSelection
isTargetRegionBEDFileSupported Boolean (Either True or False) isTargetRegionBEDFileSupported
isTargetTechniqueSelectionSupported Boolean (Either True or False) isTargetTechniqueSelectionSupported
isVisible Boolean (Either True or False) isVisible
productCode String (up to 64) productCode
productName String (up to 128) productName

Table of contents

Previous topic

Database Table rundb_applicationgroup

Next topic

Database Table rundb_backup

This Page