Skip to content

Latest commit

 

History

History

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
 
 
 
 
 
 
 
 

README.md

gene-database

Query NCBI Gene via E-utilities/Datasets API.

Setup

cd gene-database
python3 -m venv .venv && source .venv/bin/activate && pip install xml -q

Environment variables

None.

Usage

python3 scripts/batch_gene_lookup.py --help

Dependencies

  • xml