We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 313b0ae commit 378b116Copy full SHA for 378b116
1 file changed
packages/illico/meta.yaml
@@ -0,0 +1,19 @@
1
+name: illico
2
+description: |
3
+ illico runs fast, CPU-based, wilcoxon rank-sum tests to identify differentially expressed genes for single-cell RNA-seq data.
4
+project_home: https://github.com/remydubois/illico
5
+documentation_home: https://github.com/remydubois/illico
6
+tutorials_home: https://github.com/remydubois/illico
7
+publications: []
8
+install:
9
+ pypi: illico
10
+tags:
11
+ - differential-gene-expression
12
+ - single-cell-RNA-seq
13
+license: Apache-2.0
14
+version: 0.1.1
15
+contact:
16
+ - remydubois
17
+test_command: |
18
+ tox -e unit-tests
19
+category: ecosystem
0 commit comments