https://github.com/bioconductor/bioc2018
BioC 2018: Where Software and Biology Connect
https://github.com/bioconductor/bioc2018
Last synced: over 1 year ago
JSON representation
BioC 2018: Where Software and Biology Connect
- Host: GitHub
- URL: https://github.com/bioconductor/bioc2018
- Owner: Bioconductor
- Created: 2018-01-06T16:33:52.000Z (over 8 years ago)
- Default Branch: devel
- Last Pushed: 2023-03-15T21:02:19.000Z (about 3 years ago)
- Last Synced: 2025-01-09T11:58:12.402Z (over 1 year ago)
- Size: 6.3 MB
- Stars: 5
- Watchers: 10
- Forks: 10
- Open Issues: 2
-
Metadata Files:
- Readme: README.md
- Code of conduct: docs/code_of_conduct.md
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 BioC2018/docs
3. Install ruby pre-requisites.
bundle install # once only; references Gemfile
4. Execute the jekyll server
bundle exec jekyll serve
and view the results at https://localhost:4000
[1]: https://bioconductor.github.io/BioC2018
[2]: https://help.github.com/articles/setting-up-your-github-pages-site-locally-with-jekyll/#requirements