Skip to content
/ MASC Public

a multiple sequence alignment tool using Spark

Notifications You must be signed in to change notification settings

suwenhecn/MASC

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

This is a program for aligning multiple homologous sequences. The performance of the program is great. You can use the program in Eclipse IDE with spark environment. Also your can run it in the Linux command line as:

./bin/spark-submit --class main --master msa.jar <input_file> The spark-submit is the tool to run spark program with submitting a jar file. So you may need to run it in the spark environment. You can find the msa.jar at root of the folder.

About

a multiple sequence alignment tool using Spark

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages