Skip to content

Latest commit

 

History

History
15 lines (9 loc) · 287 Bytes

File metadata and controls

15 lines (9 loc) · 287 Bytes

handyscripts

Short and handy bioinformatics scripts

Extract top N sequences from a fasta file.

script name: extract_topNfasta.py

Usage:

python extract_top_n.py input.fasta output.fasta N

where N can be any number of your choice

For help

python extract_top_n.py -h