-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathmeta.yaml
More file actions
62 lines (56 loc) · 1.63 KB
/
meta.yaml
File metadata and controls
62 lines (56 loc) · 1.63 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
{% set name = "picasso-phylo" %}
{% set version = "0.1.2" %}
package:
name: {{ name|lower }}
version: {{ version }}
source:
url: https://pypi.io/packages/source/{{ name[0] }}/{{ name }}/{{ name }}-{{ version }}.tar.gz
sha256: 7a20005f4ad7a0ebdc1ee1b2f74ebf0412db0fb098d5150ad22140ee08267e82
build:
noarch: python
number: 0
script: {{ PYTHON }} -m pip install . -vv
requirements:
host:
- python >=3.10
- pip
- setuptools >=61.0
- wheel
run:
- python >=3.10
- numpy >=1.24.0
- pandas >=2.0.0
- pomegranate >=1.0.4
- ete3 >=3.1.3
- matplotlib-base >=3.6.0
- seaborn >=0.12.0
- tqdm >=4.64.0
- scipy >=1.10.0
test:
imports:
- picasso
- picasso.build_tree
- picasso.CloneTree
- picasso.utils
- picasso.itol_utils
commands:
- python -c "import picasso; print(picasso.__version__)"
requires:
- pytest
about:
home: https://github.com/sitarapersad/picasso_phylo
license: MIT
license_family: MIT
license_file: LICENSE
summary: Phylogenetic Inference of Copy number Alterations in Single-cell Sequencing data Optimization
description: |
PICASSO is a computational method for reconstructing tumor phylogenies from noisy,
inferred copy number alteration (CNA) data derived from single-cell RNA sequencing
(scRNA-seq). Unlike methods designed for direct scDNA-seq data, PICASSO specifically
handles the uncertainty and noise inherent in CNA profiles inferred from gene
expression data.
doc_url: https://picasso-phylo.readthedocs.io/
dev_url: https://github.com/sitarapersad/picasso_phylo
extra:
recipe-maintainers:
- sitarapersad