Skip to content

Commit 79d7108

Browse files
[pre-commit.ci] auto fixes from pre-commit.com hooks
for more information, see https://pre-commit.ci
1 parent 45ab57f commit 79d7108

File tree

4 files changed

+12
-12
lines changed

4 files changed

+12
-12
lines changed

CHANGELOG.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,13 +5,13 @@ All notable changes to this project will be documented in this file.
55
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
66
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).
77

8-
## \[Unreleased\]
8+
## [Unreleased]
99

1010
## Notes
1111

1212
Format:
1313

14-
- Title: \[version\] - YYYY-MM-DD
14+
- Title: [version] - YYYY-MM-DD
1515
- Subtitle: tags (see below)
1616
- Items: Description of the change with link to issue/pr if available
1717

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -167,7 +167,7 @@ DANCE 2.0 tackles this challenge by transforming preprocessing from a black-box
167167
The full installation process might be a bit tedious and could involve some debugging when using CUDA enabled packages.
168168
Thus, we provide an `install.sh` script that simplifies the installation process, assuming the user have [conda](https://conda.io/projects/conda/en/latest/index.html) set up on their machines.
169169
The installation script creates a conda environment `dance` and install the DANCE package along with all its dependencies with a apseicifc CUDA version.
170-
Currently, two options are accepted: `cpu` and `cu118`.
170+
Currently, two options are accepted: `cpu` and `cu118`.
171171
For example, to install the DANCE package using CUDA 11.8 in a `dance-env` conda environment, simply run:
172172

173173
```bash
@@ -340,7 +340,7 @@ pip install -e .
340340
| ------------------------ | ----------------- | ---------------------------- | ----------------------------- |
341341
| ScMoGCN | Accuracy | 0.0827 / 0.0810 | 0.0600 / 0.0630 |
342342
| SCMM | Accuracy | 0.005 / N/A | 5e-5 / N/A |
343-
| Cross-modal autoencoders | Accuracy | 0.0002 / N/A | 0.0002 / N/A |
343+
| Cross-modal autoencoders | Accuracy | 0.0002 / N/A | 0.0002 / N/A |
344344

345345
#### 3) Joint Embedding
346346

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,11 @@
1-
\[scGPT->metadatas\]+\[get_result_web->sweep_results\]+\[data_processing/merge_result_metadata.py\]->\[data/cell_type_annotation_atlas.xlsx\]
2-
\[data/cell_type_annotation_atlas.xlsx\]+\[similarity/analyze_atlas_accuracy.py\]->\[data/in_atlas_datas\]
3-
\[similarity/example_usage_anndata.py\]+\[data/in_atlas_datas\]+\[data/cell_type_annotation_atlas.xlsx\]->\[data/dataset_similarity\]
4-
\[data/dataset_similarity\]+\[similarity/process_tissue_similarity_matrices.py\]->\[data/new_sim\]
1+
[scGPT->metadatas]+[get_result_web->sweep_results]+[data_processing/merge_result_metadata.py]->[data/cell_type_annotation_atlas.xlsx]
2+
[data/cell_type_annotation_atlas.xlsx]+[similarity/analyze_atlas_accuracy.py]->[data/in_atlas_datas]
3+
[similarity/example_usage_anndata.py]+[data/in_atlas_datas]+[data/cell_type_annotation_atlas.xlsx]->[data/dataset_similarity]
4+
[data/dataset_similarity]+[similarity/process_tissue_similarity_matrices.py]->[data/new_sim]
55

66
#run_similarity_optimization.sh
7-
\[data/new_sim\]+\[similarity/optimize_similarity_weights.py\]+\[cache/sweep_cache.json\]->\[data/similarity_weights_results\]
8-
\[data/similarity_weights_results\]+\[similarity/visualize_atlas_performance.py\]+\[cache/sweep_cache.json\]->\[data/imgs\]
7+
[data/new_sim]+[similarity/optimize_similarity_weights.py]+[cache/sweep_cache.json]->[data/similarity_weights_results]
8+
[data/similarity_weights_results]+[similarity/visualize_atlas_performance.py]+[cache/sweep_cache.json]->[data/imgs]
99

1010
#注意additional sweep_id的问题
1111
#sweep_cache.json需要注意additional_sweep_id的问题, sweep_cache_data.pkl不需要。

examples/tuning/README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ First create a sweep and then optionally spawn multiple agents given the sweep i
44
$ python main.py
55
```
66

7-
Record the sweep id ("\[\*\] Sweep ID: \<sweep_id>") and use it to spawn another agent
7+
Record the sweep id ("[\*] Sweep ID: \<sweep_id>") and use it to spawn another agent
88

99
```bash
1010
$ python main.py --sweep_id <sweep_id>
@@ -15,5 +15,5 @@ $ python main.py --sweep_id <sweep_id>
1515
Currently there seem to be an issue with wandb sweep agent *might be* throwing segfault at the end of the sweep.
1616
This error might carry over to new runs. To fix this, user need to remove the old data and redownload from scratch.
1717

18-
\[Update 2023-06-04\] The segfault seems to happen when writing to the source code
18+
[Update 2023-06-04] The segfault seems to happen when writing to the source code
1919
(even with "no changes", e.g., adding blank lines) when runing the sweep agent?..

0 commit comments

Comments
 (0)