AllenCell / EMT_data_analysis

This repo contains code for EMT deliverable data analysis and has dependencies associated with output from EMT_image_analysis repo.
Other
1 stars 0 forks source link

README for quilt #4

Closed pgarrison closed 2 months ago

pgarrison commented 2 months ago

Purpose

Currently our dataset is published with a README.pdf, but Quilt does not render this. I've migrated the README.pdf to a README.md markdown file that Quilt can render.

This documentation is about the dataset, not directly about this code, so technically it doesn't need to be in this repository. I'm putting it here for the following reasons:

  1. By hosting dataset_structure.svg here, we don't have to have it in the S3 bucket where it could create confusion as an extraneous file
  2. Allows us to review changes to docs via pull requests
  3. Github will render markdown to preview it before pushing to S3

Implementation

Since images cannot be embedded directly in markdown files, the image dataset_structure.svg is its own file.

To avoid putting the dataset_structure.svg file on quilt, the link to it is an absolute link to github.com. As a write this, the link uses the branch name quilt-readme because that's where the file exists, but I'll update it to bioRxiv-v1 before merging this pull request.