Skip to content

Latest commit

 

History

History
27 lines (17 loc) · 583 Bytes

File metadata and controls

27 lines (17 loc) · 583 Bytes

microGalaxy Technical Paper 2024 Preparation

This repository includes all the scripts written to produce figures in the paper along with the resulted figures

Requirements

  • Install conda

    $ make install-conda
    
  • Create the conda environment

    $ make create-env
    

Usage

  • Launch Jupyter to access the notebooks to generate graphs

    $ make run-jupyter
    
  • Go to http://localhost:8888 (a page should open automatically in your browser)