11# =============================================================================
2- # 系统和开发工具相关
2+ # System and development tools related
33# =============================================================================
44.DS_Store
55.vscode /
66.tox /
77wandb /
88
99# =============================================================================
10- # 构建和缓存
10+ # Build and cache
1111# =============================================================================
1212* .egg *
1313__pycache__ /
1414build /
1515* .log
1616
1717# =============================================================================
18- # 数据文件
18+ # Data files
1919# =============================================================================
2020* .pkl
2121* .pt
2626* .tif
2727
2828# =============================================================================
29- # 临时文件
29+ # Temporary files
3030# =============================================================================
3131temp_ans.csv
3232temp_ans.json
@@ -39,23 +39,23 @@ proxy.txt
3939readme.txt
4040
4141# =============================================================================
42- # 结果文件
42+ # Result files
4343# =============================================================================
4444results - cell type deconvolution.csv
4545results - spatial domain.csv
4646
4747# =============================================================================
48- # Examples 目录
48+ # Examples directory
4949# =============================================================================
5050
51- # 通用数据文件
51+ # Common data files
5252examples /** /* .h5ad
5353examples /** /* .h5
5454examples /** /* .zip
5555examples /** /* .gz
5656examples /** /* .tif
5757
58- # tuning 子目录
58+ # tuning subdirectory
5959examples /tuning /** /* .yaml
6060examples /tuning /** /* .csv
6161examples /tuning /** /* .sh
@@ -74,7 +74,7 @@ examples/tuning/check_sweep.py
7474examples /tuning /result.md
7575examples /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 /**
102102examples /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
121121examples /atlas /demos /atlas_csvs /
122122examples /atlas /demos /atlas_patterns /
123123examples /atlas /metadatas /
@@ -129,37 +129,37 @@ examples/atlas/dropbox_token.txt
129129examples /atlas /generate_method.ipynb
130130examples /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
137137examples /single_modality /cell_type_annotation /** /* .xlsx
138138examples /single_modality /cell_type_annotation /** /* .csv
139139examples /single_modality /imputation /data /
140140
141- # 其他 Examples
141+ # Other Examples
142142examples /spatial /spatial_domain /data /spatial /
143143examples /spatial /cell_type_deconvo /data /spatial /
144144examples /computer_resources /
145145examples /temp_hpancreas /
146146examples /result_analysis /*
147147examples /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# =============================================================================
157157models /model_joint_embedding_1.pth
158158examples /tuning /joint_embedding_scmogcn /models /model_joint_embedding_1.pth
159159examples /multi_modality /joint_embedding /models /* .pth
160160
161161# =============================================================================
162- # 其他
162+ # Others
163163# =============================================================================
164164trash
165165out.log
0 commit comments