# analysis_pdb ## install environment ```shell micromamba create -n modeller modeller biopython pymol-open-source biopandas requests ipython -y -c conda-forge -c salilab ``` modeller注册码:`MODELIRANJE`` ## nohup ```shell nohup python runner.py & ``` ## rename ```shell sudo apt install rename -y rename -n 's/\.modellerfix//' *.modellerfix.pdb ```