gsMap 1.60__py3-none-any.whl → 1.61a0__py3-none-any.whl
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.
- gsMap/__init__.py +1 -1
- {gsmap-1.60.dist-info → gsmap-1.61a0.dist-info}/METADATA +5 -5
- {gsmap-1.60.dist-info → gsmap-1.61a0.dist-info}/RECORD +6 -6
- gsmap-1.61a0.dist-info/entry_points.txt +3 -0
- gsmap-1.60.dist-info/entry_points.txt +0 -3
- {gsmap-1.60.dist-info → gsmap-1.61a0.dist-info}/LICENSE +0 -0
- {gsmap-1.60.dist-info → gsmap-1.61a0.dist-info}/WHEEL +0 -0
gsMap/__init__.py
CHANGED
@@ -1,6 +1,6 @@
|
|
1
1
|
Metadata-Version: 2.1
|
2
2
|
Name: gsMap
|
3
|
-
Version: 1.
|
3
|
+
Version: 1.61a0
|
4
4
|
Summary: Genetics-informed pathogenic spatial mapping
|
5
5
|
Author-email: liyang <songliyang@westlake.edu.cn>, wenhao <chenwenhao@westlake.edu.cn>
|
6
6
|
Requires-Python: >=3.8
|
@@ -65,14 +65,14 @@ Provides-Extra: doc
|
|
65
65
|
install use pip:
|
66
66
|
|
67
67
|
```bash
|
68
|
-
pip install gsMap
|
68
|
+
pip install gsMap
|
69
69
|
```
|
70
70
|
|
71
71
|
install from source:
|
72
72
|
|
73
73
|
```bash
|
74
74
|
git clone
|
75
|
-
cd gsMap
|
75
|
+
cd gsMap
|
76
76
|
pip install -e .
|
77
77
|
```
|
78
78
|
|
@@ -83,7 +83,7 @@ To use gsMap, navigate to the command line and enter `gsMap` followed by the sub
|
|
83
83
|
### Basic Command Structure
|
84
84
|
|
85
85
|
```bash
|
86
|
-
|
86
|
+
gsmap subcommand [arguments...]
|
87
87
|
```
|
88
88
|
|
89
89
|
- `subcommand`: The specific operation you wish to perform.
|
@@ -107,7 +107,7 @@ To run a specific functionality, you need to provide the appropriate subcommand
|
|
107
107
|
|
108
108
|
|
109
109
|
```bash
|
110
|
-
|
110
|
+
gsmap run_find_latent_representations --input_hdf5_path <path> --output_hdf5_path <path> --sample_name <name>
|
111
111
|
```
|
112
112
|
|
113
113
|
This command initiates the process of finding latent representations based on the given HDF5 input and output paths and sample name.
|
@@ -1,4 +1,4 @@
|
|
1
|
-
gsMap/__init__.py,sha256=
|
1
|
+
gsMap/__init__.py,sha256=mmAWv8y-gaQaCqR41TiWXENvp4iyUVOpA1oTN6U9QjU,79
|
2
2
|
gsMap/__main__.py,sha256=jR-HT42Zzfj2f-7kFJy0bkWjNxcV1MyfQHXFpef2nSE,62
|
3
3
|
gsMap/cauchy_combination_test.py,sha256=WI71HmSJ38Q2VEohnVrWHL02MnY0clqX9Fb5VrXCCz4,6758
|
4
4
|
gsMap/config.py,sha256=2-gQR-nJRI9XfxegGCuUYMPDf43nuo7gWXR8JhtKWjs,39578
|
@@ -17,8 +17,8 @@ gsMap/GNN_VAE/__init__.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
|
|
17
17
|
gsMap/GNN_VAE/adjacency_matrix.py,sha256=0-qw5qHGrGugkjgVyWLYjC0Qa_iKvR1TnFxAgCaxJFw,3500
|
18
18
|
gsMap/GNN_VAE/model.py,sha256=3uWTM_zjgCjBGnuutiua0ZV2W7WiIG5RA9Y9gRHmYA8,3349
|
19
19
|
gsMap/GNN_VAE/train.py,sha256=cAj81gJ9AwV-f5gqS1PjNtfkcZ1s_TtRcDIPIb4AtoM,3389
|
20
|
-
gsmap-1.
|
21
|
-
gsmap-1.
|
22
|
-
gsmap-1.
|
23
|
-
gsmap-1.
|
24
|
-
gsmap-1.
|
20
|
+
gsmap-1.61a0.dist-info/entry_points.txt,sha256=s_P2Za22O077tc1FPLKMinbdRVXaN_HTcDBgWMYpqA4,41
|
21
|
+
gsmap-1.61a0.dist-info/LICENSE,sha256=Ni2F-lLSv_H1xaVT3CoSrkiKzMvlgwh-dq8PE1esGyI,1094
|
22
|
+
gsmap-1.61a0.dist-info/WHEEL,sha256=EZbGkh7Ie4PoZfRQ8I0ZuP9VklN_TvcZ6DSE5Uar4z4,81
|
23
|
+
gsmap-1.61a0.dist-info/METADATA,sha256=k0OrgU8ah5DOVz_w7UBYe5MBmRW5WyVfTkmNV3tRkdY,3926
|
24
|
+
gsmap-1.61a0.dist-info/RECORD,,
|
File without changes
|
File without changes
|