An open API service indexing awesome lists of open source software.

https://github.com/biojulia/biogenerics.jl

Generic methods, types and modules for the BioJulia ecosystem.
https://github.com/biojulia/biogenerics.jl

Last synced: about 1 year ago
JSON representation

Generic methods, types and modules for the BioJulia ecosystem.

Awesome Lists containing this project

README

          

# BioGenerics

[![Latest Release](https://img.shields.io/github/release/BioJulia/BioGenerics.jl.svg)](https://github.com/BioJulia/BioGenerics.jl/releases/latest)
[![MIT license](https://img.shields.io/badge/license-MIT-green.svg)](https://github.com/BioJulia/BioGenerics.jl/blob/master/LICENSE)
[![Stable](https://img.shields.io/badge/docs-stable-blue.svg)](https://BioJulia.github.io/BioGenerics.jl/stable)
[![Latest](https://img.shields.io/badge/docs-dev-blue.svg)](https://BioJulia.github.io/BioGenerics.jl/dev)
[![Pkg Status](http://www.repostatus.org/badges/latest/active.svg)](http://www.repostatus.org/#active)
[![Chat](https://img.shields.io/gitter/room/BioJulia/BioGenerics.svg)](https://gitter.im/BioJulia/BioGenerics)

## Description

BioGenerics provides generic methods and modules used in many of the other
BioJulia packages. IO, exceptions, and other types and methods used by all
BioJulia packages are defined here.

## Installation

You can install BioGenerics from the julia
REPL. Press `]` to enter pkg mode again, and enter the following:

```julia
add BioGenerics
```

If you are interested in the cutting edge of the development, please check out
the master branch to try new features before release.

## Testing

BioGenerics is tested against Julia `1.X` on Linux, OS X, and Windows.

[![Build Status](https://travis-ci.com/BioJulia/BioGenerics.jl.svg?branch=master)](https://travis-ci.com/BioJulia/BioGenerics.jl)
[![Build status](https://ci.appveyor.com/api/projects/status/84j43foycyel8xpk?svg=true)](https://ci.appveyor.com/project/BenJWard/biogenerics)
[![Codecov](https://codecov.io/gh/BioJulia/BioGenerics.jl/branch/master/graph/badge.svg)](https://codecov.io/gh/BioJulia/BioGenerics.jl)

## Contributing

We appreciate contributions from users including reporting bugs, fixing
issues, improving performance and adding new features.

Take a look at the [contributing files](https://github.com/BioJulia/Contributing)
detailed contributor and maintainer guidelines, and code of conduct.

### Financial contributions

We also welcome financial contributions in full transparency on our
[open collective](https://opencollective.com/biojulia).
Anyone can file an expense. If the expense makes sense for the development
of the community, it will be "merged" in the ledger of our open collective by
the core contributors and the person who filed the expense will be reimbursed.

## Backers & Sponsors

Thank you to all our backers and sponsors!

Love our work and community? [Become a backer](https://opencollective.com/biojulia#backer).

[![backers](https://opencollective.com/biojulia/backers.svg?width=890)](https://opencollective.com/biojulia#backers)

Does your company use BioJulia? Help keep BioJulia feature rich and healthy by
[sponsoring the project](https://opencollective.com/biojulia#sponsor)
Your logo will show up here with a link to your website.

[![](https://opencollective.com/biojulia/sponsor/0/avatar.svg)](https://opencollective.com/biojulia/sponsor/0/website)
[![](https://opencollective.com/biojulia/sponsor/1/avatar.svg)](https://opencollective.com/biojulia/sponsor/1/website)
[![](https://opencollective.com/biojulia/sponsor/2/avatar.svg)](https://opencollective.com/biojulia/sponsor/2/website)
[![](https://opencollective.com/biojulia/sponsor/3/avatar.svg)](https://opencollective.com/biojulia/sponsor/3/website)
[![](https://opencollective.com/biojulia/sponsor/4/avatar.svg)](https://opencollective.com/biojulia/sponsor/4/website)
[![](https://opencollective.com/biojulia/sponsor/5/avatar.svg)](https://opencollective.com/biojulia/sponsor/5/website)
[![](https://opencollective.com/biojulia/sponsor/6/avatar.svg)](https://opencollective.com/biojulia/sponsor/6/website)
[![](https://opencollective.com/biojulia/sponsor/7/avatar.svg)](https://opencollective.com/biojulia/sponsor/7/website)
[![](https://opencollective.com/biojulia/sponsor/8/avatar.svg)](https://opencollective.com/biojulia/sponsor/8/website)
[![](https://opencollective.com/biojulia/sponsor/9/avatar.svg)](https://opencollective.com/biojulia/sponsor/9/website)

## Questions?

If you have a question about contributing or using BioJulia software, come
on over and chat to us on [Gitter](https://gitter.im/BioJulia/General), or you can try the
[Bio category of the Julia discourse site](https://discourse.julialang.org/c/domain/bio).