Skip to content

bihealth/bih-cluster

master
Switch branches/tags

Name already in use

A tag already exists with the provided branch name. Many Git commands accept both tag and branch names, so creating this branch may cause unexpected behavior. Are you sure you want to create this branch?
Code

Latest commit

 

Git stats

Files

Permalink
Failed to load latest commit information.
Type
Name
Latest commit message
Commit time
April 27, 2023 15:28
August 9, 2021 11:58
July 8, 2021 15:59
February 18, 2022 12:57

BIH HPC Cluster Documentation

You can find the built documentation here:

Building the Documentation Locally

Prerequisites

host:~$ sudo pip install pipenv  # maybe pip3 install or python -m pip install pipenv

Clone

host:~$ git clone xxx
host:~$ cd bih-cluster
host:bih-cluster$ pipenv install
host:bih-cluster$ pipenv shell
(bih-cluster) host:bih-cluster$ cd bih-cluster
(bih-cluster) host:bih-cluster$ mkdocs serve