An open API service indexing awesome lists of open source software.

https://github.com/imagingdatacommons/idc-slim

Interoperable slide microscopy viewer for thin clients (CORE REPO)
https://github.com/imagingdatacommons/idc-slim

core-repo idc-viewers

Last synced: 4 months ago
JSON representation

Interoperable slide microscopy viewer for thin clients (CORE REPO)

Awesome Lists containing this project

README

          

# Slim IDC fork

## Slim: Interoperable slide microscopy viewer and annotation tool for imaging data science and computational pathology

This repository contains a fork of https://github.com/ImagingDataCommons/slim customized for the needs of Imaging Data Commons. It is periodically updated to track the releases of the upstream repository.

## Maintenance process

Due to the peculiarities of the IDC deployment procedure, this repository follows somewhat unconventional approach to branch management.

`master` branch is automatically deployed with each commit to the IDC dev tier. This branch should be used to test updates.

`main` branch should be used to keep the code that is confirmed to be functional, and should be interpreted as the primary branch.

Whenever this repository is updated, the following procedure should be followed:

1. Update `master`.
2. Wait for the dev deploy to be completed (managed via CircleCI in https://app.circleci.com/projects/github/ImagingDataCommons/idc-slim).
3. Test in IDC dev tier.
4. If test is satisfactory, update `main` to match `master`.