dentist.util

Modules

algorithm
module dentist.util.algorithm

Some additional alogorithm functions.

fasta
module dentist.util.fasta

Some functions to work with FASTA data.

log
module dentist.util.log

Central logging facility for dentist.

math
module dentist.util.math

Some additional mathematical functions.

range
module dentist.util.range

Some additional range functions.

region
module dentist.util.region

Defines a Region and common operation with these. A Region is a set of tagged intervals where differently tagged intervals are distinct.

string
module dentist.util.string

Some additional string functions.

tempfile
module dentist.util.tempfile

Create temporary files and folders. These are wrappers around the corresponding functions in core.sys.posix.stdlib.