Skip to main content

Wormbase/PudMed API Access

Project description

pub_worm

API integration of Wormbase and NCBI Utils

Call from the commandline $PYTHONPATH="./src" python -m pub_worm.wormbase.WormbaseREST

Deploy

  • Advance the version number in setup.py
  • conda deactivate # twine is installed in base env
  • cd <project directory>
  • rm -rf ./dist
  • rm -rf ./pub_worm.egg-info
  • python setup.py sdist
  • twine check dist/*
  • twine upload --repository pypi dist/*
  • git add .
  • git commit -m "some comment"
  • git push

Helpful Sites

https://researchguides.library.wisc.edu/c.php?g=1144260&p=8349872

ncbi_utils

ncbi_utils https://www.ncbi.nlm.nih.gov/books/NBK25501/

Tbale1

eInfo

https://eutils.ncbi.nlm.nih.gov/entrez/eutils/einfo.fcgi

https://eutils.ncbi.nlm.nih.gov/entrez/eutils/einfo.fcgi?db=pmc

https://eutils.ncbi.nlm.nih.gov/entrez/eutils/einfo.fcgi?db=nlmcatalog

eSearch

https://eutils.ncbi.nlm.nih.gov/entrez/eutils/esearch.fcgi?db=pubmed&retmax=20&term=Dennis+Voelker

https://eutils.ncbi.nlm.nih.gov/entrez/eutils/esearch.fcgi?db=nlmcatalog&term=journalspmc[All%20Fields]

Search nlmcatalog only get pubmed journals

https://eutils.ncbi.nlm.nih.gov/entrez/eutils/esearch.fcgi?db=nlmcatalog&term=nlmcatalog%20pubmed[subset]

https://eutils.ncbi.nlm.nih.gov/entrez/eutils/esearch.fcgi?db=nlmcatalog&term=nlmcatalog%20pubmed[subset]%20Cell Metabolism[All%20Fields]

eSummary

https://eutils.ncbi.nlm.nih.gov/entrez/eutils/esummary.fcgi?db=pubmed&id=37144896

eFetch

https://eutils.ncbi.nlm.nih.gov/entrez/eutils/efetch.fcgi?db=nlmcatalog&retmode=xml&id=101682128,101233170

https://eutils.ncbi.nlm.nih.gov/entrez/eutils/efetch.fcgi?db=nlmcatalog&retmode=xml&id=297618,7505876

https://eutils.ncbi.nlm.nih.gov/entrez/eutils/efetch.fcgi?db=nuccore&id=34577062,24475906&rettype=fasta&retmode=text

https://eutils.ncbi.nlm.nih.gov/entrez/eutils/efetch.fcgi?db=pubmed&query_key=1&WebEnv=MCID_6570ac6193da3159df3e2274

Pull Article

https://www.ncbi.nlm.nih.gov/pmc/articles/PMC8322431/pdf/41598_2021_Article_94902.pdf

https://eutils.ncbi.nlm.nih.gov/entrez/eutils/efetch.fcgi" efetch_params = { "db": "pubmed", "id": ",".join(papers), # Join IDs with comma "retmode": "json", "rettype": "abstract" }

Pytest

  • Run a specific test from the command line

cd /Users/dan/Code/Python/pub_worm/tests export PYTHONPATH=..;python -m pytest ncbi/test_entreze_api.py::test_entreze_esearch

Project details


Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distribution

pub_worm-0.3.3.tar.gz (395.5 kB view details)

Uploaded Source

File details

Details for the file pub_worm-0.3.3.tar.gz.

File metadata

  • Download URL: pub_worm-0.3.3.tar.gz
  • Upload date:
  • Size: 395.5 kB
  • Tags: Source
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/4.0.2 CPython/3.9.18

File hashes

Hashes for pub_worm-0.3.3.tar.gz
Algorithm Hash digest
SHA256 9df9a658547e95c40f88a12df604e136621f33c93b4eb006e884c24232f09c48
MD5 aae3016ce3e60da770e083ccbcf68e36
BLAKE2b-256 8ab975cdcce68e88b56c29aacadd8cc4229c649b54f1e2ec77582527997599ce

See more details on using hashes here.

Supported by

AWS AWS Cloud computing and Security Sponsor Datadog Datadog Monitoring Fastly Fastly CDN Google Google Download Analytics Microsoft Microsoft PSF Sponsor Pingdom Pingdom Monitoring Sentry Sentry Error logging StatusPage StatusPage Status page