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 CHANGED
@@ -2,4 +2,4 @@
2
2
  Genetics-informed pathogenic spatial mapping
3
3
  '''
4
4
 
5
- __version__ = '1.60'
5
+ __version__ = '1.61a'
@@ -1,6 +1,6 @@
1
1
  Metadata-Version: 2.1
2
2
  Name: gsMap
3
- Version: 1.60
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-mapping
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-mapping
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
- gsMap subcommand [arguments...]
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
- gsMap run_find_latent_representations --input_hdf5_path <path> --output_hdf5_path <path> --sample_name <name>
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=JxySn7SeLHZIin7_NnWdVJk6FCUs8Ov4Pttwn2fL4N0,78
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.60.dist-info/entry_points.txt,sha256=f5v4sQuuAI2r6HiM9_2b_awPm9-IkqCk9KuAQIp5nNs,41
21
- gsmap-1.60.dist-info/LICENSE,sha256=Ni2F-lLSv_H1xaVT3CoSrkiKzMvlgwh-dq8PE1esGyI,1094
22
- gsmap-1.60.dist-info/WHEEL,sha256=EZbGkh7Ie4PoZfRQ8I0ZuP9VklN_TvcZ6DSE5Uar4z4,81
23
- gsmap-1.60.dist-info/METADATA,sha256=GelXw8zrDlZivWoHXDgMlKNk_abULmj15KQ9skrJTog,3940
24
- gsmap-1.60.dist-info/RECORD,,
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,,
@@ -0,0 +1,3 @@
1
+ [console_scripts]
2
+ gsmap=gsMap.main:main
3
+
@@ -1,3 +0,0 @@
1
- [console_scripts]
2
- gsMap=gsMap.main:main
3
-
File without changes
File without changes