Skip to content

Latest commit

 

History

History
76 lines (51 loc) · 3.3 KB

README.md

File metadata and controls

76 lines (51 loc) · 3.3 KB

IsoSLAM

Code style: Ruff Code style: black Code style: flake8 fair-software.eu

IsoSLAM is a Python package for processing and working with SLAMSeq data of RNA expression.

Installation

For now you can install IsoSLAM directly from this GitHub repository using pip

pip install git+https://github.com/sudlab/IsoSLAM.git

Alternatively you can clone the repository and install it from there, optionally using the -e flag to make the code editable should you wish to work on developing the code base.

cd ~/path/to/clone/to
git clone git@github.com:sudlab/IsoSLAM.git
cd IsoSLAM
pip install -e .

Usage

How it Works

Contributing

Contributions are welcome. We have a Code of Conduct that we ask you respect.

If you have bugs or feature requests please create an issue, there are templates for reporting bugs and making feature requests.

If you wish to contribute fixes or features yourself you can find detailed information in the contributing document (which is rendered on the website).

Licence

This software is licensed as specified by the MIT License.

Citation

Please use the Citation File Format which is available in this repository. A BibTex or APA formatted citation can be easily accessed from the "Cite this repository" link on the right hand side.