-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathrename_folders.sh
executable file
·27 lines (26 loc) · 4.22 KB
/
rename_folders.sh
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
#!/bin/bash
# 检查并重命名T011-T038文件夹
[ -d "teachopencadd/talktorials/T011_query_online_api_webservices" ] && mv teachopencadd/talktorials/T011_query_online_api_webservices teachopencadd/talktorials/T011_在线API网络服务查询
[ -d "teachopencadd/talktorials/T012_query_klifs" ] && mv teachopencadd/talktorials/T012_query_klifs teachopencadd/talktorials/T012_KLIFS查询
[ -d "teachopencadd/talktorials/T013_query_pubchem" ] && mv teachopencadd/talktorials/T013_query_pubchem teachopencadd/talktorials/T013_PubChem查询
[ -d "teachopencadd/talktorials/T014_binding_site_detection" ] && mv teachopencadd/talktorials/T014_binding_site_detection teachopencadd/talktorials/T014_结合位点检测
[ -d "teachopencadd/talktorials/T015_protein_ligand_docking" ] && mv teachopencadd/talktorials/T015_protein_ligand_docking teachopencadd/talktorials/T015_蛋白质-配体对接
[ -d "teachopencadd/talktorials/T016_protein_ligand_interactions" ] && mv teachopencadd/talktorials/T016_protein_ligand_interactions teachopencadd/talktorials/T016_蛋白质-配体相互作用
[ -d "teachopencadd/talktorials/T017_advanced_nglview_usage" ] && mv teachopencadd/talktorials/T017_advanced_nglview_usage teachopencadd/talktorials/T017_高级NGLView使用
[ -d "teachopencadd/talktorials/T018_automated_cadd_pipeline" ] && mv teachopencadd/talktorials/T018_automated_cadd_pipeline teachopencadd/talktorials/T018_自动化CADD流程
[ -d "teachopencadd/talktorials/T019_md_simulation" ] && mv teachopencadd/talktorials/T019_md_simulation teachopencadd/talktorials/T019_分子动力学模拟
[ -d "teachopencadd/talktorials/T020_md_analysis" ] && mv teachopencadd/talktorials/T020_md_analysis teachopencadd/talktorials/T020_分子动力学分析
[ -d "teachopencadd/talktorials/T021_one_hot_encoding" ] && mv teachopencadd/talktorials/T021_one_hot_encoding teachopencadd/talktorials/T021_独热编码
[ -d "teachopencadd/talktorials/T022_ligand_based_screening_neural_network" ] && mv teachopencadd/talktorials/T022_ligand_based_screening_neural_network teachopencadd/talktorials/T022_基于配体的神经网络筛选
[ -d "teachopencadd/talktorials/T023_what_is_a_kinase" ] && mv teachopencadd/talktorials/T023_what_is_a_kinase teachopencadd/talktorials/T023_什么是激酶
[ -d "teachopencadd/talktorials/T024_kinase_similarity_sequence" ] && mv teachopencadd/talktorials/T024_kinase_similarity_sequence teachopencadd/talktorials/T024_激酶序列相似性
[ -d "teachopencadd/talktorials/T025_kinase_similarity_kissim" ] && mv teachopencadd/talktorials/T025_kinase_similarity_kissim teachopencadd/talktorials/T025_激酶Kissim相似性
[ -d "teachopencadd/talktorials/T026_kinase_similarity_ifp" ] && mv teachopencadd/talktorials/T026_kinase_similarity_ifp teachopencadd/talktorials/T026_激酶相互作用指纹相似性
[ -d "teachopencadd/talktorials/T027_kinase_similarity_ligand_profile" ] && mv teachopencadd/talktorials/T027_kinase_similarity_ligand_profile teachopencadd/talktorials/T027_激酶配体谱相似性
[ -d "teachopencadd/talktorials/T028_kinase_similarity_compare_perspectives" ] && mv teachopencadd/talktorials/T028_kinase_similarity_compare_perspectives teachopencadd/talktorials/T028_激酶相似性比较视角
[ -d "teachopencadd/talktorials/T033_molecular_representations" ] && mv teachopencadd/talktorials/T033_molecular_representations teachopencadd/talktorials/T033_分子表示
[ -d "teachopencadd/talktorials/T034_recurrent_neural_networks" ] && mv teachopencadd/talktorials/T034_recurrent_neural_networks teachopencadd/talktorials/T034_循环神经网络
[ -d "teachopencadd/talktorials/T035_graph_neural_networks" ] && mv teachopencadd/talktorials/T035_graph_neural_networks teachopencadd/talktorials/T035_图神经网络
[ -d "teachopencadd/talktorials/T036_e3_equivariant_gnn" ] && mv teachopencadd/talktorials/T036_e3_equivariant_gnn teachopencadd/talktorials/T036_E3等变图神经网络
[ -d "teachopencadd/talktorials/T037_uncertainty_estimation" ] && mv teachopencadd/talktorials/T037_uncertainty_estimation teachopencadd/talktorials/T037_不确定性估计
[ -d "teachopencadd/talktorials/T038_protein_ligand_interaction_prediction" ] && mv teachopencadd/talktorials/T038_protein_ligand_interaction_prediction teachopencadd/talktorials/T038_蛋白质-配体相互作用预测