Skip to content

gpsz/sdust

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

29 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Sdust is a reimplementation of the symmetric DUST algorithm for finding low-complexity regions in DNA sequences. It gives identical output to NCBI's dustmasker except in assembly gaps, and is four times as fast. The source code here was initially written for minimap and later minimap2. This repo is a standalone copy.

  • Parameter
Parameter Type Description Default
-w INT Dust window length 64
-t INT Dust level (score threshold for subwindows) 20
-l INT Minimum segment length to dust 7
-m CHAR Mask dusted sequences (works with -d) with character X or N uncapitalized
-d Output sequences instead of dust bed intervals bed interval
-c Wrapping sequence at specified column no wrapping
-n INT Maximum mask length to output (works with -d) no limit
-h Display this help  
-v Show program version  

About

Symmetric DUST for finding low-complexity regions in DNA sequences

Resources

Stars

Watchers

Forks

Packages

 
 
 

Contributors

Languages

  • C 97.9%
  • Makefile 2.1%