Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

:CREATE_AND_POPULATE
select tn.name as organism, o.name_for_filenames,
translate(':ORG_ABBREV', '.-', '') AS sanitized_org_abbrev, -- remove . and - for use in database object names
o.sanitized_abbrev AS sanitized_org_abbrev, -- remove . and - for use in database object names
':PROJECT_ID' as project_id, ':ORG_ABBREV' as org_abbrev, CURRENT_TIMESTAMP as modification_date
from apidb.Organism o, sres.TaxonName tn
where o.taxon_id = tn.taxon_id
Expand Down