Skip to content

margaretc-ho/useful_genomic_utils

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 

Repository files navigation

useful_genomic_utils

Useful scripts for accomplishing genomic tasks

The split_scaffolds_at_gaps.py script takes a fasta file as input and outputs an expanded fasta that has been split at gaps (indicated by any number of N's)

Scaffolds containing a gap are divided into separate fasta entries. Each subsequence is labeled with the name of the scaffold and with a subseq number appended. Scaffolds without a gap are left alone.

Usage:

python split_scaffolds_at_gaps.py input_fasta.fa > output_fasta.fa

About

Useful scripts for accomplishing genomic tasks

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages