Skip to content

Commit

Permalink
Reduce SRA Experiment requests
Browse files Browse the repository at this point in the history
  • Loading branch information
lmrodriguezr committed Nov 12, 2024
1 parent 79071af commit 2e11f76
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion app/models/sequencing_experiment.rb
Original file line number Diff line number Diff line change
Expand Up @@ -57,6 +57,6 @@ def bioproject_link
private

def load_from_sra_accession
reload_metadata!
reload_metadata! if sra_accession_changed? || metadata_xml.empty?
end
end

0 comments on commit 2e11f76

Please sign in to comment.