Skip to content
Open
Show file tree
Hide file tree
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
4 changes: 2 additions & 2 deletions CITATION.cff
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ authors:
repository-code: 'https://github.com/fastdatascience/drug_named_entity_recognition'
url: 'https://fastdatascience.com/drug-named-entity-recognition-python-library/'
license: MIT
version: 2.0.9
version: 2.0.10
date-released: '2024-10-04'
url: 'https://zenodo.org/doi/10.5281/zenodo.10970631'
doi: 10.5281/zenodo.10970631
doi: 10.5281/zenodo.10970631
1 change: 1 addition & 0 deletions MANIFEST.in
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,7 @@ include cross_check_against_common_english_vocab.py
include find_short_drug_names.py
include smiles_example_python.py
include structure_mol_example_python.py
include *.sh
recursive-include harvesting_data_from_source *.py
recursive-include harvesting_data_from_source *.csv
recursive-include src *.bz2
Expand Down
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -405,12 +405,12 @@ MIT License. Copyright (c) 2023 [Fast Data Science](https://fastdatascience.com)

## ✍️ Citing the Drug Named Entity Recognition library

Wood, T.A., Drug Named Entity Recognition [Computer software], Version 2.0.9, accessed at [https://fastdatascience.com/drug-named-entity-recognition-python-library](https://fastdatascience.com/drug-named-entity-recognition-python-library), Fast Data Science Ltd (2024)
Wood, T.A., Drug Named Entity Recognition [Computer software], Version 2.0.10, accessed at [https://fastdatascience.com/drug-named-entity-recognition-python-library](https://fastdatascience.com/drug-named-entity-recognition-python-library), Fast Data Science Ltd (2024)

```
@unpublished{drugnamedentityrecognition,
AUTHOR = {Wood, T.A.},
TITLE = {Drug Named Entity Recognition (Computer software), Version 2.0.9},
TITLE = {Drug Named Entity Recognition (Computer software), Version 2.0.10},
YEAR = {2024},
Note = {To appear},
url = {https://zenodo.org/doi/10.5281/zenodo.10970631},
Expand Down
62 changes: 0 additions & 62 deletions harvesting_data_from_source/01_drugbank_download_vocabulary.py
Copy link
Copy Markdown
Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

logic subsumed in the shell script.

This file was deleted.

62 changes: 0 additions & 62 deletions harvesting_data_from_source/03_nhs_get_drug_data_from_api.py
Copy link
Copy Markdown
Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

logic subsumed in the shell script.

This file was deleted.

Loading
Loading