Skip to content

Commit

Permalink
fix typo
Browse files Browse the repository at this point in the history
  • Loading branch information
fhennig committed Jan 31, 2025
1 parent f174fdd commit d61eea8
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -103,7 +103,7 @@ from
and se.version = sepd.version
join current_processing_pipeline ccp on
se.organism = ccp.organism
and sepd.pipeline_version = cpp.version
and sepd.pipeline_version = ccp.version
left join external_metadata_view em on
se.accession = em.accession
and se.version = em.version;
Expand Down

0 comments on commit d61eea8

Please sign in to comment.