Metadata-Version: 2.4
Name: Ekl_mgenomics
Version: 0.2
Summary: A tool for MAG taxonomy assignment using Blastn
Author: Eklavya Kumar
Author-email: eklavyakumar1602@gmail.com
Description-Content-Type: text/markdown
Requires-Dist: biopython
Dynamic: author
Dynamic: author-email
Dynamic: description
Dynamic: description-content-type
Dynamic: requires-dist
Dynamic: summary

# Ekl_mgenomics

A tool for MAG (Metagenome Assembled Genome) taxonomy analysis using Blastn.

## Installation

pip install Ekl-mgenomics

## Usage

ekl_tax yourgenome.fasta

## Requirements

- BLAST+ must be installed on your system
- Internet connection for remote BLAST and Entrez queries

## What it does

1. Splits your fasta file into 200kb chunks per contig
2. BLASTs each chunk against NCBI nt database
3. Assigns taxonomy to each contig by majority vote
4. Writes OrganismTaxonomy.tsv with full results

## Author

Eklavya Kumar


## Made with ❤️, chai☕️ and Mr. Deepu's guidance🙈
