Skip to content

Project in Python language for Bioinformatics course starting october '20, aimed at implementing Needleman-Wunsh algorithm.

Notifications You must be signed in to change notification settings

crazypegasusvv/Needleman-Wunsh_algorithm

 
 

Repository files navigation

  1. Run the needleman - wunsch algorithm to find the alignments

    python run.py -a d1.txt -b d2.txt -c config.txt -o nw_output.txt

  2. Run perf_ssr module to get the tandem repeats in d1.txt (ref sequence)

    perf -i d1.txt -u 2

    Output will be in d1_perf.tsv

  3. Run the readFRMnw_output.py

    python readFRMnw_output.py

    Output will be in the Frame_Shift.txt

About

Project in Python language for Bioinformatics course starting october '20, aimed at implementing Needleman-Wunsh algorithm.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Python 100.0%