Skip to content

Commit

Permalink
Merge pull request #8 from amakunin/dev
Browse files Browse the repository at this point in the history
0.3.1 release fix
  • Loading branch information
amakunin authored Mar 4, 2024
2 parents 49bb41a + b08b15b commit b5ecc7b
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
2 changes: 2 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -27,3 +27,5 @@ Then, in browser at `localhost:8888`,
- run all cells - note this will take a while on the first time as NCBI Taxonomy is downloaded to `work/taxdump.tar.gz`
- in the first cell of "Validation" section, replace `fn` value with path to your manifest
- running the cell should yield the validation report

NB keep track of `user_agent` value in `Nominatim` function for geocoding
2 changes: 1 addition & 1 deletion work/validate_partner_manifest_dev.ipynb
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@
"metadata": {},
"outputs": [],
"source": [
"VALIDATION_VERSION = '0.3.0dev'\n",
"VALIDATION_VERSION = '0.3.1'\n",
"ANOSPP_VERSION = '4.0'\n",
"# V2.0, but V3 in SOP\n",
"BIOSCAN_VERSION = '3'"
Expand Down

0 comments on commit b5ecc7b

Please sign in to comment.