pilotpy 2.0.7__tar.gz → 2.0.8__tar.gz
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- {pilotpy-2.0.7 → pilotpy-2.0.8}/PKG-INFO +2 -2
- {pilotpy-2.0.7 → pilotpy-2.0.8}/README.md +4 -6
- {pilotpy-2.0.7 → pilotpy-2.0.8}/pilotpy.egg-info/PKG-INFO +2 -2
- {pilotpy-2.0.7 → pilotpy-2.0.8}/setup.py +3 -3
- {pilotpy-2.0.7 → pilotpy-2.0.8}/LICENSE +0 -0
- {pilotpy-2.0.7 → pilotpy-2.0.8}/pilotpy/__init__.py +0 -0
- {pilotpy-2.0.7 → pilotpy-2.0.8}/pilotpy/pl.py +0 -0
- {pilotpy-2.0.7 → pilotpy-2.0.8}/pilotpy/plot/__init__.py +0 -0
- {pilotpy-2.0.7 → pilotpy-2.0.8}/pilotpy/plot/curve_activity.py +0 -0
- {pilotpy-2.0.7 → pilotpy-2.0.8}/pilotpy/plot/gene_selection_analysis.py +0 -0
- {pilotpy-2.0.7 → pilotpy-2.0.8}/pilotpy/plot/ploting.py +0 -0
- {pilotpy-2.0.7 → pilotpy-2.0.8}/pilotpy/plot/pseudobulk_DE_analysis.py +0 -0
- {pilotpy-2.0.7 → pilotpy-2.0.8}/pilotpy/tl.py +0 -0
- {pilotpy-2.0.7 → pilotpy-2.0.8}/pilotpy/tools/Cell_gene_selection.py +0 -0
- {pilotpy-2.0.7 → pilotpy-2.0.8}/pilotpy/tools/Gene_cluster_specific.py +0 -0
- {pilotpy-2.0.7 → pilotpy-2.0.8}/pilotpy/tools/Gene_cluster_specific_functions.py +0 -0
- {pilotpy-2.0.7 → pilotpy-2.0.8}/pilotpy/tools/Trajectory.py +0 -0
- {pilotpy-2.0.7 → pilotpy-2.0.8}/pilotpy/tools/__init__.py +0 -0
- {pilotpy-2.0.7 → pilotpy-2.0.8}/pilotpy/tools/patients_sub_clustering.py +0 -0
- {pilotpy-2.0.7 → pilotpy-2.0.8}/pilotpy.egg-info/SOURCES.txt +0 -0
- {pilotpy-2.0.7 → pilotpy-2.0.8}/pilotpy.egg-info/dependency_links.txt +0 -0
- {pilotpy-2.0.7 → pilotpy-2.0.8}/pilotpy.egg-info/requires.txt +0 -0
- {pilotpy-2.0.7 → pilotpy-2.0.8}/pilotpy.egg-info/top_level.txt +0 -0
- {pilotpy-2.0.7 → pilotpy-2.0.8}/setup.cfg +0 -0
- {pilotpy-2.0.7 → pilotpy-2.0.8}/test/test_pilot.py +0 -0
|
@@ -1,10 +1,10 @@
|
|
|
1
1
|
Metadata-Version: 2.4
|
|
2
2
|
Name: pilotpy
|
|
3
|
-
Version: 2.0.
|
|
3
|
+
Version: 2.0.8
|
|
4
4
|
Home-page: https://github.com/CostaLab/PILOT
|
|
5
5
|
Author: Mehdi Joodaki
|
|
6
6
|
Author-email: judakimehdi@gmail.com
|
|
7
|
-
Requires-Python: >=3.
|
|
7
|
+
Requires-Python: >=3.9
|
|
8
8
|
License-File: LICENSE
|
|
9
9
|
Requires-Dist: cycler
|
|
10
10
|
Requires-Dist: joypy
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
# PILOT <img src="img/logo.png" align="right" width="300" />
|
|
1
|
+
# PILOT <img src="img/logo.png" align="right" width="300" /> [[Paper](https://link.springer.com/article/10.1038/s44320-023-00003-8)]
|
|
2
2
|
|
|
3
3
|
[](https://github.com/CostaLab/PILOT?tab=MIT-1-ov-file#MIT-1-ov-file)
|
|
4
4
|
|
|
@@ -7,17 +7,15 @@ Although clinical applications represent the next challenge in single-cell genom
|
|
|
7
7
|

|
|
8
8
|
|
|
9
9
|
|
|
10
|
-
Current version for PILOT is 2.0.
|
|
10
|
+
Current version for PILOT is 2.0.8
|
|
11
11
|
|
|
12
12
|
## Installation
|
|
13
13
|
The easiest way to install PILOT and the required packages is using the following way:
|
|
14
14
|
|
|
15
15
|
```terminal
|
|
16
|
-
|
|
17
|
-
cd PILOT
|
|
18
|
-
conda create --name PILOT python=3.14.3
|
|
16
|
+
conda create --name PILOT python
|
|
19
17
|
conda activate PILOT
|
|
20
|
-
pip install
|
|
18
|
+
pip install pilotpy
|
|
21
19
|
```
|
|
22
20
|
Once you've completed these steps, you can proceed to run the tutorials and explore the features of PILOT.
|
|
23
21
|
When doing so, remember to move to the tutorial folder, as all the work will be performed there:
|
|
@@ -1,10 +1,10 @@
|
|
|
1
1
|
Metadata-Version: 2.4
|
|
2
2
|
Name: pilotpy
|
|
3
|
-
Version: 2.0.
|
|
3
|
+
Version: 2.0.8
|
|
4
4
|
Home-page: https://github.com/CostaLab/PILOT
|
|
5
5
|
Author: Mehdi Joodaki
|
|
6
6
|
Author-email: judakimehdi@gmail.com
|
|
7
|
-
Requires-Python: >=3.
|
|
7
|
+
Requires-Python: >=3.9
|
|
8
8
|
License-File: LICENSE
|
|
9
9
|
Requires-Dist: cycler
|
|
10
10
|
Requires-Dist: joypy
|
|
@@ -2,11 +2,11 @@ from setuptools import find_packages, setup
|
|
|
2
2
|
|
|
3
3
|
setup(
|
|
4
4
|
name='pilotpy',
|
|
5
|
-
version='2.0.
|
|
5
|
+
version='2.0.8',
|
|
6
6
|
author='Mehdi Joodaki',
|
|
7
7
|
author_email='judakimehdi@gmail.com',
|
|
8
8
|
url='https://github.com/CostaLab/PILOT',
|
|
9
|
-
python_requires='>=3.
|
|
9
|
+
python_requires='>=3.9',
|
|
10
10
|
install_requires=[
|
|
11
11
|
"cycler",
|
|
12
12
|
"joypy",
|
|
@@ -33,4 +33,4 @@ setup(
|
|
|
33
33
|
"anndata",
|
|
34
34
|
],
|
|
35
35
|
packages=find_packages()
|
|
36
|
-
)
|
|
36
|
+
)
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|