sanger/sequencescape

View on GitHub
app/models/flexible_cherrypick_pipeline.rb

Summary

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

# A more flexible cherrypicking pipeline that allows sample aggregation
# Hasn't been used for ages, so we can possibly lose it.
class FlexibleCherrypickPipeline < LegacyPipeline
end