Skip to content

Commit

Permalink
Updated README.md with urls to Databases on Zenodo.org and constants.…
Browse files Browse the repository at this point in the history
…py SISTR_DB_URL global varibale with new url
  • Loading branch information
kbessonov1984 committed Sep 5, 2024
1 parent 0d31550 commit 1a28209
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion README.rst
Original file line number Diff line number Diff line change
Expand Up @@ -127,7 +127,7 @@ SISTR will automatically initialize database of *Salmonella* serovar determinati
The SISTR database v1.3 got minor updates by collapsing some of the serovars detailed in ``CHANGELOG.md`` file

- SISTR v1.1 database is available at https://zenodo.org/records/13618515 or via a direct url https://zenodo.org/records/13618515/files/SISTR_V_1.1_db.tar.gz?download=1
- SISTR v1.3 database is available at
- SISTR v1.3 database is available at https://zenodo.org/records/13693495 or vua a direct url https://zenodo.org/records/13693495/files/SISTR_V_1.1.3_db.tar.gz?download=1


Dependencies
Expand Down
2 changes: 1 addition & 1 deletion sistr/src/serovar_prediction/constants.py
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
CGMLST_SUBSPECIATION_DISTANCE_THRESHOLD = 0.9
MASH_SUBSPECIATION_DISTANCE_THRESHOLD = 0.01

SISTR_DB_URL = 'https://drive.usercontent.google.com/download?id=1OAVWUiMiPLJxPSm-Q88WMPSyk2UGJtl4&export=download&confirm=f'
SISTR_DB_URL = 'https://zenodo.org/records/13693495/files/SISTR_V_1.1.3_db.tar.gz?download=1'
SISTR_DATA_DIR = resource_filename('sistr','data')
SEROVAR_TABLE_PATH = resource_filename('sistr', 'data/Salmonella-serotype_serogroup_antigen_table-WHO_2007.csv')
WZX_FASTA_PATH = resource_filename('sistr', 'data/antigens/wzx.fasta')
Expand Down

0 comments on commit 1a28209

Please sign in to comment.