distance_aa 1.0.0-alpha.3

A backend for the distAAnce web application.
Documentation

# distAAnce

![GitHub release (latest by date)](https://img.shields.io/github/v/release/CogDisResLab/distAAnce)
![GitHub tag (latest SemVer)](https://img.shields.io/github/v/tag/CogDisResLab/distAAnce)
[![Continuous integration](https://github.com/CogDisResLab/distAAnce/actions/workflows/ci.yaml/badge.svg?branch=main&event=push)](https://github.com/CogDisResLab/distAAnce/actions/workflows/ci.yaml)
[![Contribute with Gitpod](https://img.shields.io/badge/Contribute%20with-Gitpod-908a85?logo=gitpod)](https://gitpod.io/#CogDisResLab/distAAnce)


[![Open in Gitpod](https://gitpod.io/button/open-in-gitpod.svg)](https://gitpod.io/#CogDisResLab/distAAnce)

This project aims to develop a small cross-platform command line interface (CLI) for quickly calculating protein abundance using the Pierce BCA Protein Assay. The CLI is written in Rust and is available for Windows, macOS, and Linux.

## Builds

| Platform | Rust Version |Status |
| -------- | ------ | ------ |
| Linux    | stable <br/> beta <br/> nightly <br/> MSRV (1.64.0) | ![Ubuntu x Stable Rust](https://img.shields.io/endpoint?url=https://gist.githubusercontent.com/AliSajid/78aecaf468ab6450fb08dfe0cdaa96de/raw/ubuntu-stable.json) <br/> ![Ubuntu x Beta Rust](https://img.shields.io/endpoint?url=https://gist.githubusercontent.com/AliSajid/78aecaf468ab6450fb08dfe0cdaa96de/raw/ubuntu-beta.json) <br/> ![Ubuntu x Nightly Rust](https://img.shields.io/endpoint?url=https://gist.githubusercontent.com/AliSajid/78aecaf468ab6450fb08dfe0cdaa96de/raw/ubuntu-nightly.json) <br/> ![Ubuntu x MSRV Rust](https://img.shields.io/endpoint?url=https://gist.githubusercontent.com/AliSajid/78aecaf468ab6450fb08dfe0cdaa96de/raw/ubuntu-msrv.json) |
| Windows  | stable <br/> beta <br/> nightly <br/> MSRV (1.64.0) | ![macos x Stable Rust](https://img.shields.io/endpoint?url=https://gist.githubusercontent.com/AliSajid/78aecaf468ab6450fb08dfe0cdaa96de/raw/windows-stable.json) <br/> ![macos x Beta Rust](https://img.shields.io/endpoint?url=https://gist.githubusercontent.com/AliSajid/78aecaf468ab6450fb08dfe0cdaa96de/raw/windows-beta.json) <br/> ![macos x Nightly Rust](https://img.shields.io/endpoint?url=https://gist.githubusercontent.com/AliSajid/78aecaf468ab6450fb08dfe0cdaa96de/raw/windows-nightly.json) <br/> ![macos x MSRV Rust](https://img.shields.io/endpoint?url=https://gist.githubusercontent.com/AliSajid/78aecaf468ab6450fb08dfe0cdaa96de/raw/windows-msrv.json) |
| macOS    | stable <br/> beta <br/> nightly <br/> MSRV (1.64.0) | ![Windows x Stable Rust](https://img.shields.io/endpoint?url=https://gist.githubusercontent.com/AliSajid/78aecaf468ab6450fb08dfe0cdaa96de/raw/macos-stable.json) <br/> ![Windows x Beta Rust](https://img.shields.io/endpoint?url=https://gist.githubusercontent.com/AliSajid/78aecaf468ab6450fb08dfe0cdaa96de/raw/macos-beta.json) <br/> ![Windows x Nightly Rust](https://img.shields.io/endpoint?url=https://gist.githubusercontent.com/AliSajid/78aecaf468ab6450fb08dfe0cdaa96de/raw/macos-nightly.json) <br/> ![Windows x MSRV Rust](https://img.shields.io/endpoint?url=https://gist.githubusercontent.com/AliSajid/78aecaf468ab6450fb08dfe0cdaa96de/raw/macos-msrv.json) |

## Current Status

As of the start of this project, my first aim is to develop the capability to analyze the standardized output from the software and equipment used in the [Cognitive Disorders Research Lab](https://www.cdrl-ut.org/). This is a work in progress and I will update this section as I make progress.