We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 4ddaa97 commit 4072ed0Copy full SHA for 4072ed0
1 file changed
app/models/name/quality_checks.rb
@@ -917,7 +917,8 @@ def qc_warnings
917
@qc_warnings.add(:short_largest_contig)
918
end
919
920
- if type_genome.sequencing_experiments.empty?
+ if type_genome.sequencing_experiments.empty? ||
921
+ type_genome.sequencing_experiments.all?(&:amplicon?)
922
# Before this date, source metadata is not linked to SRA and it should
923
# be re-retrieved
924
link_date = [DateTime.parse('2024-11-12'), 2.hours.ago].min
0 commit comments