Skip to content

Commit 35cf932

Browse files
committed
Changes to notebooks/01_end_to_end_example.ipynb
1 parent 29e0429 commit 35cf932

2 files changed

Lines changed: 241 additions & 239 deletions

File tree

conda-recipe/meta.yaml

Lines changed: 15 additions & 16 deletions
Original file line numberDiff line numberDiff line change
@@ -1,24 +1,23 @@
1-
{% set name = "scope-bio" %}
2-
{% set version = "0.1.0" %}
1+
{% set version = "0.1.1" %}
32

43
package:
5-
name: {{ name|lower }}
4+
name: scope-bio
65
version: {{ version }}
76

87
source:
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

1211
build:
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

1716
requirements:
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:
3433
test:
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

4643
about:
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

0 commit comments

Comments
 (0)