https://github.com/bioconductor/biocasia2020
BiocAsia2020 repository
https://github.com/bioconductor/biocasia2020
Last synced: 3 months ago
JSON representation
BiocAsia2020 repository
- Host: GitHub
- URL: https://github.com/bioconductor/biocasia2020
- Owner: Bioconductor
- Created: 2019-10-22T13:51:11.000Z (over 6 years ago)
- Default Branch: devel
- Last Pushed: 2023-03-15T21:05:51.000Z (about 3 years ago)
- Last Synced: 2025-01-09T11:58:12.472Z (over 1 year ago)
- Homepage: https://bioconductor.github.io/BiocAsia2020
- Size: 18.1 MB
- Stars: 6
- Watchers: 12
- Forks: 5
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- Code of conduct: docs/code_of_conduct.md
Awesome Lists containing this project
README
# BioC Asia 2020
This repository contains material for the _Bioconductor_ Asia 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 BiocAsia2020/docs
3. Install or update bundler to install the ruby pre-requisities.
gem install --user-install bundler # this will require to export the PATH to run the other commands
gem install bundler # needs sudo
4. Install ruby pre-requisites.
bundle install --path vendor/bundle # once only; references Gemfile
# If the installer complains, add the suggested $PATH_TO_RUBY/bin
# $HOME/.gem/ruby/2.3.0/bin/bundle
# directory to your ~/.bash_profile or ~/.bashrc or similar.
5. Execute the jekyll server
bundle exec jekyll serve
and view the results at https://localhost:4000
[1]: https://bioconductor.github.io/BiocAsia2020
[2]: https://help.github.com/articles/setting-up-your-github-pages-site-locally-with-jekyll/#requirements