Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/biojulia/biosymbols.jl
Nucleic and amino acid primitive types
https://github.com/biojulia/biosymbols.jl
amino-acids bioinformatics biojulia biological-data-analysis biology computational-biology nucleic-acids nucleotides
Last synced: about 1 month ago
JSON representation
Nucleic and amino acid primitive types
- Host: GitHub
- URL: https://github.com/biojulia/biosymbols.jl
- Owner: BioJulia
- License: mit
- Created: 2017-03-19T00:58:32.000Z (almost 8 years ago)
- Default Branch: master
- Last Pushed: 2024-06-23T09:17:09.000Z (7 months ago)
- Last Synced: 2024-10-30T01:37:01.474Z (3 months ago)
- Topics: amino-acids, bioinformatics, biojulia, biological-data-analysis, biology, computational-biology, nucleic-acids, nucleotides
- Language: Julia
- Homepage: https://biojulia.dev/BioSymbols.jl/stable/
- Size: 2.1 MB
- Stars: 30
- Watchers: 12
- Forks: 14
- Open Issues: 5
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGELOG.md
- License: LICENSE
Awesome Lists containing this project
README
# BioSymbols
[![Latest release](https://img.shields.io/github/release/BioJulia/BioSymbols.jl.svg)](https://github.com/BioJulia/BioSymbols.jl/releases/latest)
[![MIT license](https://img.shields.io/badge/license-MIT-green.svg)](https://github.com/BioJulia/BioSymbols.jl/blob/master/LICENSE)
[![Stable documentation](https://img.shields.io/badge/docs-stable-blue.svg)](https://biojulia.github.io/BioSymbols.jl/stable)
[![Latest documentation](https://img.shields.io/badge/docs-dev-blue.svg)](https://biojulia.github.io/BioSymbols.jl/latest)
[![Pkg Status](http://www.repostatus.org/badges/latest/active.svg)](http://www.repostatus.org/#active)
[![Chat](https://img.shields.io/gitter/room/BioJulia/BioSymbols.svg)](https://gitter.im/BioJulia/BioSymbols.jl)## Description
BioSymbols defines the primitive types for nucleic acids and amino acids that
are used for many other packages in the BioJulia software ecosystem.## Installation
BioSymbols is bundled
into [BioSequences](https://github.com/BioJulia/BioSequences.jl) and so you
may not need to install this package explicitly.You can install BioSymbols from the julia REPL. Press `]` to enter pkg mode
again, and enter the following:```julia
add BioSymbols
```If you are interested in the cutting edge of the development, please check out
the master branch to try new features before release.## Testing
BioSymbols is tested against Julia `1.X` on Linux, OS X, and Windows.
[![Unit tests](https://github.com/BioJulia/BioSymbols.jl/workflows/Unit%20tests/badge.svg?branch=master)](https://github.com/BioJulia/BioSymbols.jl/actions?query=workflow%3A%22Unit+tests%22+branch%3Amaster)
[![Documentation](https://github.com/BioJulia/BioSymbols.jl/workflows/Documentation/badge.svg?branch=master)](https://github.com/BioJulia/BioSymbols.jl/actions?query=workflow%3ADocumentation+branch%3Amaster)
[![](https://codecov.io/gh/BioJulia/BioSymbols.jl/branch/master/graph/badge.svg)](https://codecov.io/gh/BioJulia/BioSymbols.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).