Skip to content

Instantly share code, notes, and snippets.

View sstevens2's full-sized avatar

Sarah Stevens sstevens2

View GitHub Profile
@sstevens2
sstevens2 / fasta-stats.py
Last active April 25, 2019 21:56
python675_script
#!/usr/bin/env python
# Usage: python fasta-stats.py <filename>
# This script takes a fasta file and returns a tab delimited file which gives
# the gc content and length for each sequence in the original fasta
## Import statements
import sys