Skip to content

lu1kaifeng/BLASTfurnace

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

18 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

BLAST furnace

So, my professor asked me to build a site to run BLAST on NUMTS database in Java, which proved to be rather challenging. There is no viable BLAST implementation in Java and the only semi-applicable tool is magicBLAST which is written in C++ and is an executable, not a library. Knowing nothing about bioinformatics, I cannot convert it into a library, so I had to use alignment tool in biojava to build the website. Only one problem, the algorithm is too slow and cannot be used in real time. So, I parallelized the process using ForkJoinTask and distributed the workload to multiple machines. It worked, HOWEVER:

  • The algorithm DOES NOT produce E-value
  • Database has to be split with the provided data splitter into separate JSON file.

About

Distributed BLAST Alignment Solution

Resources

Stars

Watchers

Forks

Releases

No releases published

Languages