Skip to content

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

52 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Read alignment

This project implements the genome alignment algorithm SNAP.

Final results: the program works, but there is memroy leak, and it will take tons of memory to run the program if the reference genome is too big. (about 1GB RAM for a 5MB ref because the algorithm itself requires that much)

Not very good results. But still, there are many useful implementations in this project, especially the hashTable, AVL-tree and binaryCompressing of ref.

About

No description, website, or topics provided.

Resources

Stars

0 stars

Watchers

1 watching

Forks

Releases

Packages

Contributors

Languages