sanger/sequencescape

View on GitHub
app/models/validate_sample_sheet_task.rb

Summary

Maintainability
A
0 mins
Test Coverage
A
100%
# frozen_string_literal: true
# Used in {PacBioSequencingPipeline}, used to validate the CSVs that get generated
# to drive the machine. These files aren't compatible with the newer PacBIo machines though.
class ValidateSampleSheetTask < Task
end