This commit is contained in:
2023-12-04 16:53:57 +08:00
parent 3946424a8a
commit 0e2cdb3dc5

View File

@@ -9,3 +9,16 @@ micromamba create -n modeller modeller biopython pymol-open-source biopandas req
```
modeller注册码`MODELIRANJE``
## nohup
```shell
nohup python runner.py &
```
## rename
```shell
sudo apt install rename -y
rename -n 's/\.modellerfix//' *.modellerfix.pdb
```