Imageomics / Andromeda

A website that enables users to explore high-dimensional image data
http://andromeda.imageomics.org/
MIT License
2 stars 1 forks source link

Add minimal web server #14

Closed johnbradley closed 1 year ago

johnbradley commented 1 year ago

Adds flask web server that allows users to upload a CSV and perform dimensional reduction and inverse dimensional reduction. Also adds tests for pre-existing dimension reduction code and automates running these tests. The dimension reduction tests are still rough and should be improved with better data and checks.

Fixes #1

thompsonmj commented 1 year ago

We might also move the test_*.py files into a tests/ directory and add an __init__.py file there.

egrace479 commented 1 year ago

I agree with Matt's suggestion on moving the test files. Also, there's a typo at line 57 of the readme: should be 'x' is the x coordinate, instead of 'y' for both.

johnbradley commented 1 year ago

@thompsonmj @egrace479 I moved the tests to their own directory and updated the README.

thompsonmj commented 1 year ago

Since it's going to a Linux server, I guess we don't really need generalized filesystem paths!