Skip to content

Commit fcbbe95

Browse files
committed
Update quality_checks.rb
1 parent bbebac0 commit fcbbe95

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

app/models/name/quality_checks.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -824,7 +824,7 @@ class QcWarning
824824
message: 'The contamination of the type genome should be below 5%',
825825
area: :genomics,
826826
rules: %w[18a appendix-i],
827-
scope: ->(_w, _n, g) { g&.type_genome&.contamination_any? },
827+
scope: ->(_w, _n, g) { g&.contamination_any? },
828828
failure: ->(_w, _n, g) { g.contamination_any >= 5.0 }
829829
}.merge(@@link_to_edit_genome),
830830
inconsistent_16s_assignment: {

0 commit comments

Comments
 (0)