This commit is contained in:
2025-12-07 13:56:33 +08:00
parent 49f54b04cd
commit c83985cd02
22 changed files with 2732 additions and 0 deletions

30
main.sh Normal file
View File

@@ -0,0 +1,30 @@
#!/bin/bash
#修改权限
chmod -R u+w ../Screen
#启用screen环境
conda activate screen
# 设置当前目录为 PYTHONPATH
cd py/
export PYTHONPATH=$(pwd):$PYTHONPATH
#调用预筛选
python pre_process.py
#调用第一步筛选
python step1.py
#为第一步筛出的所有材料制作脚本
python make_sh.py
#调整环境
conda deactivate
conda activate zeo
#运行脚本
cd ../data/after_step1
source sh_all.sh
rm sh_all.sh
#调整conda回到screen
conda deactivate
conda activate screen
#启用不同的python文件做分析
cd ../../py
python step2-5-file_process.py
#python step6.py