The purpose of this project was to:
- Access NCBI nucleotide database and downloading relevant files using their API.
- Extracting relevant data from each Genbank file.
- Moving extracted data to storage.
Scripts are comatable with Python 3.9.14+, Pandas 2.0+, Biopython 1.80+.
conda create -n env_name python=3.9.14
conda install pandas
conda install numpy
conda install -c anaconda natsort