Skip to content

Commit

Permalink
Final adjustments.
Browse files Browse the repository at this point in the history
  • Loading branch information
hasic-haris committed Jul 26, 2024
1 parent a8ef894 commit 33bc45d
Show file tree
Hide file tree
Showing 3 changed files with 11 additions and 26 deletions.
2 changes: 1 addition & 1 deletion data_source/reaction/rhea.py
Original file line number Diff line number Diff line change
Expand Up @@ -56,7 +56,7 @@ def available_versions(
return {
"v_release_{release_number:d}".format(
release_number=release_number
): "https://doi.org/10.1021/acs.jcim.0c00675"
): "https://doi.org/10.1093/nar/gkab1016"
for release_number in range(126, latest_release_number + 1)
}

Expand Down
25 changes: 0 additions & 25 deletions references/20230215_tingle_b_i_et_al.md

This file was deleted.

10 changes: 10 additions & 0 deletions setup.cfg
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,14 @@ keywords =
chemical-reaction-rules,
chemical-reactions,
chemoinformatics,
crd,
data,
database,
dataset,
ord,
retro-rules,
rhea,
uspto,
zinc20

[options]
Expand All @@ -21,5 +29,7 @@ packages = find:
include =
data_source
exclude =
data,
figures,
references,
scripts

0 comments on commit 33bc45d

Please sign in to comment.