spectre-team / spectre

This project provides an Spectre's implementation of Data Mining Group's algorithms for processing mass spectrometry imaging (MSI) datasets.
https://spectre-team.github.io/
Apache License 2.0
2 stars 1 forks source link

Prune migrated functionality #166

Closed gmrukwa closed 6 years ago

gmrukwa commented 6 years ago

I've removed all of the code that has already been migrated to other repositories or ported otherwise.

After this merge, our repository is going to become Angular-only repo with the client itself. I've integrated Travis CI to check our builds independently on Linux. Docker image is built on each successful build and pushed onto Docker Hub.

Docker image definition is just minimalistic: copies built application onto nginx and serves it to the world.

Build process got simplified.

e2e tests are temporarily disabled, especially that no one is developing them actively.

gmrukwa commented 6 years ago

Prune Spectre repo to make it client-only