File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 1- {% set name = "scope-bio" %}
2- {% set version = "0.1.0" %}
1+ {% set version = "0.1.1" %}
32
43package :
5- name : {{ name|lower }}
4+ name : scope-bio
65 version : {{ version }}
76
87source :
9- url : https://pypi.io/packages/source/{{ name[0] }}/{{ name }}/{{ name }} -{{ version }}.tar.gz
10- # sha256 will be filled in after first PyPI upload
8+ url : https://pypi.io/packages/source/s/scope-bio/scope_bio -{{ version }}.tar.gz
9+ sha256 : 538b770be9dce916d9757e92a032b42d2f15e9d9242dbb1f76da562dacb68131
1110
1211build :
13- number : 0
1412 noarch : python
15- script : {{ PYTHON }} -m pip install . -vv --no-deps
13+ script : {{ PYTHON }} -m pip install . -vv --no-deps --no-build-isolation
14+ number : 0
1615
1716requirements :
1817 host :
1918 - python >=3.9
20- - pip
2119 - setuptools >=68
20+ - pip
2221 run :
2322 - python >=3.9
2423 - numpy >=1.24
@@ -34,18 +33,18 @@ requirements:
3433test :
3534 imports :
3635 - scope
37- - scope.pipeline
38- - scope.decomposition
39- - scope.classification
40- - scope.preprocessing
41- requires :
42- - pytest
36+ - scope.io
37+ - scope.visualization
4338 commands :
44- - pytest tests/ -x -q
39+ - pip check
40+ requires :
41+ - pip
4542
4643about :
4744 home : https://github.com/Ashford-A/scOPE
48- summary : " scOPE: transfer-learning from bulk RNA-seq to infer per-cell mutation probabilities in scRNA-seq"
45+ dev_url : https://github.com/Ashford-A/scOPE
46+ doc_url : https://github.com/Ashford-A/scOPE#readme
47+ summary : ' scOPE: single-cell Oncological Prediction Explorer — transfer-learning from bulk RNA-seq to predict per-cell mutation probabilities in scRNA-seq.'
4948 license : MIT
5049 license_file : LICENSE
5150
You can’t perform that action at this time.
0 commit comments