Skip to content

biovis-report/biovis-report-example

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

10 Commits
 
 
 
 
 
 
 
 

Repository files navigation

Example

Please access the BioVisReport Docs Website for more details

Step1: Clone the example repo

git clone https://github.com/biovis-report/biovis-report-example.git

cd biovis-report-example

Step2: Configuration

Install all the dependencies.

Create an new environment

# It is recommended to install Python 3.8, and don't forget to specify the biovis-report and conda-forge channels please.
conda create -c biovis-report -c conda-forge -n biovis-report python=3.8 biovis-report

Activate the conda environment

conda activate biovis-report

Install the plugins

conda install -c biovis-report -c conda-forge biovis-rbased-plugins
conda install -c biovis-report -c conda-forge biovis-pybased-plugins
conda install -c biovis-report -c conda-forge biovis-jsbased-plugins

Test whether the biovis-report is working.

biovis-report --help

Launch the biovis-report development server

biovis-report report -p ./ -t ./example -e -f --theme biovis_mkdocs --dev-addr 0.0.0.0:8023

Step3: Open your chrome browser and access the http://localhost:8023

About

An example for BioVisReport

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published