rapids/README.md

32 lines
1.5 KiB
Markdown
Raw Normal View History

2020-12-18 17:03:58 +01:00
![GitHub release (latest SemVer)](https://img.shields.io/github/v/release/carissalow/rapids?style=plastic)
2020-03-31 01:05:30 +02:00
[![Snakemake](https://img.shields.io/badge/snakemake-≥5.7.1-brightgreen.svg?style=flat)](https://snakemake.readthedocs.io)
2020-11-30 19:51:05 +01:00
[![Documentation Status](https://github.com/carissalow/rapids/workflows/docs/badge.svg)](https://www.rapids.science/)
2020-12-18 17:03:58 +01:00
![tests](https://github.com/carissalow/rapids/workflows/tests/badge.svg)
2020-11-30 19:51:05 +01:00
[![Contributor Covenant](https://img.shields.io/badge/Contributor%20Covenant-v2.0%20adopted-ff69b4.svg)](code_of_conduct.md)
2020-03-31 01:05:30 +02:00
2020-03-05 20:53:54 +01:00
# RAPIDS
2019-10-22 19:11:01 +02:00
2020-03-05 20:53:54 +01:00
**R**eproducible **A**nalysis **Pi**peline for **D**ata **S**treams
2019-10-22 19:11:01 +02:00
2020-12-12 23:51:01 +01:00
For more information refer to our [documentation](http://www.rapids.science)
2019-10-22 19:11:01 +02:00
2020-03-05 20:53:54 +01:00
By [MoSHI](https://www.moshi.pitt.edu/), [University of Pittsburgh](https://www.pitt.edu/)
## Installation
For RAPIDS installation refer to to the [documentation](https://www.rapids.science/1.8/setup/installation/)
## CalculatingFeatures
This RAPIDS extension uses CalculatingFeatures library accessible [here](https://repo.ijs.si/matjazbostic/calculatingfeatures).
To use CalculatingFeatures library:
- Follow the installation instructions in the [README.md](https://repo.ijs.si/matjazbostic/calculatingfeatures/-/blob/master/README.md).
- Copy built calculatingfeatures folder into the RAPIDS workspace.
- Install the CalculatingFeatures package by:
```
2022-04-04 14:19:33 +02:00
pip install "path/to/the/calculatingfeatures/folder"
CalculatingFeatures package has to be built and installed everytime to get the newest version.
```