Skip to content

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

License

Notifications You must be signed in to change notification settings

maize-genetics/breeder-genomics-hub

Repository files navigation

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.