Skip to content

hoellin/eg

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

35 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Genome-wide identification of enhancer/gene interactions

Introduction

This GitHub Pages summarize some investigations on recent methods for genome-wide cell type specific identification of enhancer/gene relationships. You can go to hoellin.github.io/eg to navigate the Pages.

How to contribute?

First of all, clone this repository to your local computer. Then, all you have to do is to modify the .md files wherever you find it useful, to commit and to push. The deployement of the GitHub pages is then automatically handled by mkdocs and GitHub Action.

What if I want to build the documentation without pushing it?

  • mkdocs serve - Start a live-reloading docs server.
  • mkdocs build --no-directory-urls - Build the documentation site (local).

FAQ

How to install mkdocs?

Note that you need to install both mkdocs and mkdocs-material to build the documentation locally.

pip install mkdocs
pip install mkdocs-material

How to add a new file to the documentation?

  • Create a new file in the docs folder.
  • Add a reference to the file to the mkdocs.yml file.
  • Commit and push the changes.

Syntax highlighting for mkdocs

To enable syntax highlighting, use Pygments and extra css stylesheets (for instance choose one here and download it here).

extra_css:
 - stylesheets/extra.css
markdown_extensions:
  - pymdownx.highlight
  - pymdownx.superfences

About

Powered by mkdocs.org and Material for MkDocs.

About

Evaluating methods for genome-wide identification of Enhancer/Gene interactions

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors