24 lines
362 B
Markdown
24 lines
362 B
Markdown
# 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
|
||
``` |