nikolapeja6 / gi-crispr-cas9

Overview of CRISPR-Cas9 and other gene editing methods - an assignment for the Computational Genomics course at the School of Electrical Engineering, University of Belgrade.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Crispr-Cas9

This webpage represents a short overview of CRISPR-Cas9 and other gene editing methods, created as an assignment for the Computational Genomics (2018/2019) course, which is a part of the Master studies at the School of Electrical Engineering, University of Belgrade.

The page can be accessed here.

Dependencies

This page was developed with Jekyll. Below are the steps needed to run the page locally, and they represent a shorter version of the full description.

In order to run a local version of the page, you need Ruby 2.1 or higher. To check the Ruby version you have installed, run the following command.

ruby --version

If you cannot execute the command, or if the version is less than 2.1, you will need to install Ruby.

Next, you will need Bundler. If you don't have it installed, run the following command.

gem install bundler

Navigate to the root directory of this project and run the following command to install other dependencies.

bundle install

Finally, to run the server that will host the local version of the page, execute the following command from the root directory of the project.

bundle exec jekyll serve

The local version of the page can be seen with a browser at the following address.

http://localhost:4000

About

Overview of CRISPR-Cas9 and other gene editing methods - an assignment for the Computational Genomics course at the School of Electrical Engineering, University of Belgrade.


Languages

Language:HTML 90.9%Language:SCSS 6.4%Language:Ruby 2.7%