slw287r / sdust

Symmetric DUST for finding low-complexity regions in DNA sequences

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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


Languages

Language:C 98.0%Language:Makefile 2.0%