Skip to content

Commit

Permalink
chore: fix a couple of typos/omissions (#541)
Browse files Browse the repository at this point in the history
  • Loading branch information
jsstevenson authored Nov 29, 2024
1 parent 95930ec commit 3d36f26
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -196,7 +196,7 @@ rake dgidb:group:interactions
Finally, normalize remaining metadata:

```shell
rake dgidb:normalize:drug_approval_types
rake dgidb:normalize:drug_approval_ratings
rake dgidb:normalize:drug_types
rake dgidb:normalize:populate_source_counters
```
Expand Down
1 change: 1 addition & 0 deletions server/lib/tasks/importers.rake
Original file line number Diff line number Diff line change
Expand Up @@ -77,6 +77,7 @@ namespace :dgidb do
gene_group: false,
drug_group: false
)
puts 'Running GuideToPharmacology importer...'
if Source.where('lower(sources.source_db_name) = ?', 'guidetopharmacology').any?
puts 'Found existing source! Deleting...'
Utils::Database.delete_source('GuideToPharmacology')
Expand Down

0 comments on commit 3d36f26

Please sign in to comment.