Skip to content

Commit 38a2786

Browse files
committed
translate readme
1 parent 6158c8c commit 38a2786

File tree

1 file changed

+17
-17
lines changed

1 file changed

+17
-17
lines changed

.gitignore

Lines changed: 17 additions & 17 deletions
Original file line numberDiff line numberDiff line change
@@ -1,21 +1,21 @@
11
# =============================================================================
2-
# 系统和开发工具相关
2+
# System and development tools related
33
# =============================================================================
44
.DS_Store
55
.vscode/
66
.tox/
77
wandb/
88

99
# =============================================================================
10-
# 构建和缓存
10+
# Build and cache
1111
# =============================================================================
1212
*.egg*
1313
__pycache__/
1414
build/
1515
*.log
1616

1717
# =============================================================================
18-
# 数据文件
18+
# Data files
1919
# =============================================================================
2020
*.pkl
2121
*.pt
@@ -26,7 +26,7 @@ build/
2626
*.tif
2727

2828
# =============================================================================
29-
# 临时文件
29+
# Temporary files
3030
# =============================================================================
3131
temp_ans.csv
3232
temp_ans.json
@@ -39,23 +39,23 @@ proxy.txt
3939
readme.txt
4040

4141
# =============================================================================
42-
# 结果文件
42+
# Result files
4343
# =============================================================================
4444
results - cell type deconvolution.csv
4545
results - spatial domain.csv
4646

4747
# =============================================================================
48-
# Examples 目录
48+
# Examples directory
4949
# =============================================================================
5050

51-
# 通用数据文件
51+
# Common data files
5252
examples/**/*.h5ad
5353
examples/**/*.h5
5454
examples/**/*.zip
5555
examples/**/*.gz
5656
examples/**/*.tif
5757

58-
# tuning 子目录
58+
# tuning subdirectory
5959
examples/tuning/**/*.yaml
6060
examples/tuning/**/*.csv
6161
examples/tuning/**/*.sh
@@ -74,7 +74,7 @@ examples/tuning/check_sweep.py
7474
examples/tuning/result.md
7575
examples/tuning/joint_embedding_scmogcn/models/model_joint_embedding_1.pth
7676

77-
# tuning 保留规则 - 每个算法文件夹保留一个示例结果文件夹
77+
# tuning retention rules - keep one example result folder for each algorithm folder
7878

7979
!examples/tuning/cluster_graphsc/human_pbmc2_cell/**
8080
!examples/tuning/cluster_scdcc/human_pbmc2_cell/**
@@ -101,7 +101,7 @@ examples/tuning/joint_embedding_scmogcn/models/model_joint_embedding_1.pth
101101
!examples/tuning/custom-methods/**
102102
examples/tuning/custom-methods/wandb
103103

104-
# tuning 保留规则
104+
# tuning retention rules
105105
!examples/tuning/cta_scheteronet/328_138/**
106106
!examples/tuning/cta_celltypist/328_138/**
107107
!examples/tuning/cta_scdeepsort/328_138/**
@@ -117,7 +117,7 @@ examples/tuning/custom-methods/wandb
117117

118118
!examples/tuning/step3_default_params.yaml
119119

120-
# atlas 子目录
120+
# atlas subdirectory
121121
examples/atlas/demos/atlas_csvs/
122122
examples/atlas/demos/atlas_patterns/
123123
examples/atlas/metadatas/
@@ -129,37 +129,37 @@ examples/atlas/dropbox_token.txt
129129
examples/atlas/generate_method.ipynb
130130
examples/atlas/config/run_config.csv
131131

132-
# atlas 保留规则
132+
# atlas retention rules
133133
!examples/atlas/sc_similarity_examples/visualization/*.py
134134
!examples/atlas/sc_similarity_examples/data/Cell Type Annotation Atlas.xlsx
135135

136-
# single_modality 子目录
136+
# single_modality subdirectory
137137
examples/single_modality/cell_type_annotation/**/*.xlsx
138138
examples/single_modality/cell_type_annotation/**/*.csv
139139
examples/single_modality/imputation/data/
140140

141-
# 其他 Examples
141+
# Other Examples
142142
examples/spatial/spatial_domain/data/spatial/
143143
examples/spatial/cell_type_deconvo/data/spatial/
144144
examples/computer_resources/
145145
examples/temp_hpancreas/
146146
examples/result_analysis/*
147147
examples/multi_modality/joint_embedding/models/*.pth
148148

149-
# 保留 result_analysis 下特定脚本
149+
# Keep specific scripts under result_analysis
150150
!examples/result_analysis/get_important_pattern_sweep.py
151151
!examples/result_analysis/get_important_pattern.py
152152
!examples/result_analysis/get_num.py
153153

154154
# =============================================================================
155-
# 模型文件
155+
# Model files
156156
# =============================================================================
157157
models/model_joint_embedding_1.pth
158158
examples/tuning/joint_embedding_scmogcn/models/model_joint_embedding_1.pth
159159
examples/multi_modality/joint_embedding/models/*.pth
160160

161161
# =============================================================================
162-
# 其他
162+
# Others
163163
# =============================================================================
164164
trash
165165
out.log

0 commit comments

Comments
 (0)