Skip to content
This repository has been archived by the owner on Jan 24, 2023. It is now read-only.

mutalyzer/ssr-extractor

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Short Sequence Repeat (SSR) Extractor

Automatic short sequence repeat extraction based on run length encoding with variable run lengths.

Usage

python ssr-extractor file [min_count] [min_length] [start] [end]

  • file; The file containing the string.
  • min_length; Optional. Minimum length of the repeat (default 1).
  • min_count; Optional. Minimum number of repeats (default 1).
  • start; Optional. A start position in the string.
  • end; Optional. A end position in the string.

About

Extract short sequence repeats

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages