Skip to content

Commit 4072ed0

Browse files
committed
Update quality_checks.rb
1 parent 4ddaa97 commit 4072ed0

1 file changed

Lines changed: 2 additions & 1 deletion

File tree

app/models/name/quality_checks.rb

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -917,7 +917,8 @@ def qc_warnings
917917
@qc_warnings.add(:short_largest_contig)
918918
end
919919

920-
if type_genome.sequencing_experiments.empty?
920+
if type_genome.sequencing_experiments.empty? ||
921+
type_genome.sequencing_experiments.all?(&:amplicon?)
921922
# Before this date, source metadata is not linked to SRA and it should
922923
# be re-retrieved
923924
link_date = [DateTime.parse('2024-11-12'), 2.hours.ago].min

0 commit comments

Comments
 (0)