We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 7f827dc commit 303996eCopy full SHA for 303996e
2 files changed
app/models/name/quality_checks.rb
@@ -828,7 +828,7 @@ class QcWarning
828
w.name.type_genome.mag_or_sag? &&
829
w.name.type_genome.completeness_any?
830
},
831
- failure: ->(w) { !w.name.type_genome.completeness_any <= 90.0 }
+ failure: ->(w) { w.name.type_genome.completeness_any <= 90.0 }
832
}.merge(@@link_to_edit_genome),
833
high_genome_contamination: {
834
message: 'The contamination of the type genome should be below 5%',
app/views/names/_metadata.html.erb
@@ -136,7 +136,7 @@
136
<% if @name.validated? %>
137
<li>
138
<% id = modal(
139
- 'Quality Checks', size: 'lg',
+ 'Quality Checks', size: 'xl',
140
async: quality_checks_name_url(@name, content: true)
141
) %>
142
<%= modal_button(id, as_anchor: true) do %>
0 commit comments