dalicious

Modules

algorithm
module dalicious.algorithm

Some additional alogorithm functions.

genome
module dalicious.genome

Some functions to work with FASTA data.

log
module dalicious.log

Central logging facility for dalicious.

math
module dalicious.math

Some additional mathematical functions.

process
module dalicious.process

Convenience wrappers for executing subprocesses.

range
module dalicious.range

Some additional range functions.

region
module dalicious.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 dalicious.string

Some additional string functions.

tempfile
module dalicious.tempfile

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