Skip to content

Latest commit

 

History

History
27 lines (19 loc) · 1.67 KB

README.md

File metadata and controls

27 lines (19 loc) · 1.67 KB

Breeder Genomics Hub

🧬 Experimental / Alpha-Quality Software 🧪

The Breeder Genomics Hub is a batteries-included JupyterHub distribution for breeders (Pangeo for plant scientists).

Please refer to the documentation website for more information, in particular:

The breeder-notebook Jupyter Docker Stack is the end-user environment, and contains common bioinformatics software useful to plant scientists and breeders, such as rPHG and rTASSEL.

Development

Documentation

Documentation is hosted via GitHub Pages, which provides easy Jekyll integration.

To build the docs site locally:

cd docs
bundle install
bundle exec jekyll serve

Requires Ruby.

Note that in the docs there are places where lines of code are linked to on GitHub. If certain files are changed, it will require these links be updated. Use grep -r '#L' . to find them.