Skip to content

Instantly share code, notes, and snippets.

View YiweiNiu's full-sized avatar
😕

Yiwei Niu YiweiNiu

😕
View GitHub Profile
@YiweiNiu
YiweiNiu / assembly_stats.py
Last active June 30, 2022 21:45
Calculate some basic assembly stats using Python2
#!/usr/bin/env python
'''
Purpose: calculate some basic stats of an assembly.
Note: most of the ideas were from the web.
Usage: python2 assembly_stats.py xxx.fa
'''