Skip to content

Detect all Palindrome with distance restriction in Linear time and space complexity.

Notifications You must be signed in to change notification settings

TakumiOtagaki/PalindromeDetector

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

8 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

PalindromeDetector

Detect all Palindrome with distance restriction in Linear Time and Space.

Version:

  1. python version is Python 3.9.1

Installation:

  1. download
  2. cd PalindromeDetector
  3. pip install -r requirements.txt

How to use:

  1. Change parameters such as Threshold score, match/mismatch score, gap score and so on in parameters.txt.
  2. python3 main.py your_fasta_file_path
  • Then, the result will be in your terminal.
  1. if you want
  • python3 main.py your_fasta_file_path > output_file_path

For example

python3 main.py ./testDNAseq.fasta > test_output.txt

About

Detect all Palindrome with distance restriction in Linear time and space complexity.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages