Skip to content

Commit

Permalink
Added meta.yaml for the Rectangle package (#180)
Browse files Browse the repository at this point in the history
* Added meta.yaml for the Rectangle package

* Added meta.yaml for the Rectangle package

* added link to tutorial
  • Loading branch information
bernheder authored Jul 2, 2024
1 parent b128a83 commit 314c8bb
Showing 1 changed file with 18 additions and 0 deletions.
18 changes: 18 additions & 0 deletions packages/Rectangle/meta.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,18 @@
name: Rectangle
description: |
Rectangle is a python package for computational deconvolution.
Rectangle presents a novel approach to second-generation deconvolution, characterized by hierarchical processing, an estimation of unknown cellular content and a significant reduction in data volume during signature matrix computation.
project_home: https://github.com/ComputationalBiomedicineGroup/Rectangle
documentation_home: https://rectanglepy.readthedocs.io
tutorials_home: https://rectanglepy.readthedocs.io/notebooks/example.html
install:
pypi: rectanglepy
license: MIT
tags:
- rna-seq
- deconvolution
version: v0.1.6
authors:
- bernheder
test_command: |
pip install ."[dev,test]" && pytest

0 comments on commit 314c8bb

Please sign in to comment.