Skip to content

Latest commit

 

History

History
48 lines (30 loc) · 1.42 KB

README.md

File metadata and controls

48 lines (30 loc) · 1.42 KB

Depositing biological segmentation datasets FAIRly

Binder DOI

This repository holds the data of the surveyed studies and Jupyter notebooks for analysis for the publication "Depositing biological segmentation datasets FAIRly". The notebooks can be launched with the Binder link above or to run locally please follow the instructions below.

Data

The data for the surveyed studies is in the FAIRly_Depositing_Segmentation.csv file.

Installation

The conda environment with the dependencies to run the notebooks can be recreated by:

  1. Cloning this repository
git clone https://github.com/rosalindfranklininstitute/FAIRly-depositing-data.git
  1. Creating a conda environment from the env.yaml file
conda env create -f <path_to_cloned_repo>/env.yaml
  1. Activate the conda environment
conda activate analysis
  1. Launch Jupyter notebooks
jupyter notebook

Issues

Please use the GitHub issue tracker to submit bugs.

License

Copyright Rosalind Franklin Institute, 2024.

Distributed under the terms of the Apache-2.0 license, this repository is free and open source software.