Skip to content

Code for common bioinformatic algorithms such as Smith-Waterman alignment and De-Bruijn graph assembly

Notifications You must be signed in to change notification settings

estagaman/Bioinformatic_Algorithms

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

17 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Common_Bioinformatic_Algorithms

Here, I've compiled Python code to perform common bioinformatic algorithms such as GC content calculation, pairwise alignment, assembly using a De Bruijn Graph, and quality control filtering using a fastq file.

All scripts incorporate the argparse library to make it easier to run from the command line. Input file format is specified at the top of each script

About

Code for common bioinformatic algorithms such as Smith-Waterman alignment and De-Bruijn graph assembly

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages