Class: Pulldown::Requests::IscLibraryRequest

Inherits:
LibraryCreation
  • Object
show all
Includes:
PreCapturePool::Poolable, BaitLibraryRequest
Defined in:
app/models/pulldown/requests/isc_library_request.rb

Overview

Indexed Sequence Capture Samples are tagged, pooled to together in pre-capture pools then they are subject to sequence capture, which enriches specific sections of DNA. This allows separation of DNA by species, or focusing on the exome (coding-regions)

Direct Known Subclasses

IscLibraryRequestPart, ReIscLibraryRequest

Instance Method Summary collapse

Methods included from PreCapturePool::Poolable

included

Methods included from BaitLibraryRequest

included

Instance Method Details

#update_pool_information(pool_information) ⇒ Object



15
16
17
18
# File 'app/models/pulldown/requests/isc_library_request.rb', line 15

def update_pool_information(pool_information)
  super
  pool_information[:request_type] = request_type.key
end