sanger/sequencescape

View on GitHub
app/models/genotyping_pipeline.rb

Summary

Maintainability
A
0 mins
Test Coverage
A
100%
# frozen_string_literal: true

# Disused genotyping pipeline
# This class can be removed completely once migration:
# db/migrate/20211214094820_migrate_removed_pipelines_to_legacy_class.rb
# has been run.
class GenotypingPipeline < LegacyPipeline
end