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

https://github.com/bioconductor/bioc2019

BioC2019: Where Software and Biology Connect
https://github.com/bioconductor/bioc2019

Last synced: over 1 year ago
JSON representation

BioC2019: Where Software and Biology Connect

Awesome Lists containing this project

README

          

This repository contains material for the _Bioconductor_ annual
conference. [View the conference web site][1].

Edit or add material as markdown files in the docs/ directory. Please
wrap lines to 80 character width and aim for simple markdown rather
than elaborate html or other content.

Please follow best practices by previewing changes locally.

1. Make sure that ruby and bundler are installed, following the
'Requirements' section of [GitHub's documentation][2].

2. Clone the repository and switch to the `docs/` directory

cd BioC2019/docs

3. Install or update bundler to install the ruby pre-requisities.

gem install --user-install bundler
# If the installer complains, add the suggested $PATH_TO_RUBY/bin
# directory to your ~/.bash_profile or ~/.bashrc or similar.

4. Install ruby pre-requisites.

bundle install --path vendor/bundle # once only; references Gemfile

5. Execute the jekyll server

bundle exec jekyll serve

and view the results at https://localhost:4000

[1]: https://bioconductor.github.io/BioC2019
[2]: https://help.github.com/articles/setting-up-your-github-pages-site-locally-with-jekyll/#requirements