-
Notifications
You must be signed in to change notification settings - Fork 0
/
meta.yaml
44 lines (38 loc) · 1.03 KB
/
meta.yaml
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
{% set name = "cytomulate" %}
{% set version = "0.2.0" %}
package:
name: cytomulate
version: {{ version }}
source:
url: https://pypi.io/packages/source/{{ name[0] }}/{{ name }}/{{ name }}-{{ version }}.tar.gz
sha256: 499008618b335573641f520bf097db5e7d40899bda499952efdad9c0ae7cb9b4
build:
noarch: python
number: 0
script: python -m pip install --no-deps --ignore-installed .
requirements:
host:
- python
- pip
run:
- python
- numpy
- scipy
- scikit-learn
- networkx
- matplotlib
- tqdm
test:
imports:
- cytomulate
about:
home: https://github.com/kevin931/cytomulate
license: MIT
summary: 'Accurate and Efficient Simulation of CyTOF data'
description: |
Cytomulate is a package for simulating datasets for CyTOF.
With Emulation Mode and Creation Mode, you can generate any
dataset for your needs!
dev_url: https://github.com/kevin931/cytomulate
doc_url: https://cytomulate.readthedocs.io/en/dev/
doc_source_url: https://github.com/kevin931/cytomulate/tree/dev/docs