Skip to content

A simple python script to infer basic contiguity stats from a genome assembly fasta file

License

Notifications You must be signed in to change notification settings

alexvasilikop/Genome_assembly_statistics

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

21 Commits
 
 
 
 
 
 

Repository files navigation

Genome assembly statistics

A python script to calculate basic contiguity statistics of a genome assembly from a file in fasta format. Gaps are stretches of >=3 ambiguous sites in a row (i.e., NNN). Ambiguous sites (N) are excluded from contig-length and genome-size calculations.

Requirements

  • Biopython

Usage

python3 assembly_basic_stats.py [assembly_fasta]

About

A simple python script to infer basic contiguity stats from a genome assembly fasta file

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages