fasta_sequence_retrieval

Python Project to extract the amino acid sequences using the nucleotide accession numbers retrieved from the NCBI. Sample results in output directory.

Features

Project Setup

  1. Install python version >= 3.9
  2. Clone the repository.
  3. Open cmd/terminal and run the following command to install dependencies pip install -e .
  4. Your output will be generated inside the output directory. Please test with small numbers of seq first to make sure you’re getting what is expected.

Credits

This package was created with Cookiecutter_ and the vaibhavvikas/cookiecutter-pypackage project template.