Skip to content

General purpose utility suite with a tendency towards genome assembly.

License

Notifications You must be signed in to change notification settings

a-ludi/dalicious

Repository files navigation

dalicious

DUB standard-readme compliant

General purpose utility suite with a tendency towards genome assembly.

This library mainly includes additional general purpose functions that are absent from Phobos but also includes some functions related to genome assembly.

Table of Contents

Install

Install using dub

dub add dalicious

or by manually adding the dependency:

# dub.json:
"dalicious": "~>1.0.0"

# dub.sdl:
dependency "dalicious" version="~>1.0.0"

Usage

Look into the online documentation or browse the code for an overview of the functionalities.

Maintainer

Arne Ludwig <arne.ludwig@posteo.de>

Contributing

Contributions are warmly welcome. Just create an issue or pull request on GitHub. If you submit a pull request please make sure that:

  • the code compiles on Linux using the current release of dmd,
  • your code is covered with unit tests (if feasible) and
  • dub test runs successfully.

License

This project is licensed under MIT License).

About

General purpose utility suite with a tendency towards genome assembly.

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages