add record
This commit is contained in:
32
README.md
32
README.md
@@ -5,7 +5,7 @@
|
||||
## install environment
|
||||
|
||||
```shell
|
||||
micromamba create -n modeller modeller biopython pymol-open-source biopandas requests ipython ipykernel -y -c conda-forge -c salilab
|
||||
micromamba create -n modeller modeller biopython pymol-open-source biopandas requests ipython ipykernel pydantic -y -c conda-forge -c salilab
|
||||
# modeller注册码:MODELIRANJE (<conda_env>//lib/modeller-10.4/modlib/modeller/config.py)
|
||||
```
|
||||
|
||||
@@ -16,4 +16,32 @@ modeller注册码:`MODELIRANJE``
|
||||
```shell
|
||||
cp pdb_test/5isz.pdb pdb_gjm/
|
||||
gmx_mpi pdb2gmx -f 5isz.pdb -o 5isz.gro -ff amber99sb-ildn -water tip3p -ignh -p topol.top
|
||||
```
|
||||
```
|
||||
|
||||
# 记录
|
||||
|
||||
`7rtr` 对比序列太长,需要去除尾端
|
||||
|
||||
无缺失:1bd2,
|
||||
|
||||
`1d9k`
|
||||
|
||||
tcr: AB
|
||||
mhc CD
|
||||
peptide P
|
||||
|
||||
`1kj2` p周围只有三条链
|
||||
|
||||
`3C5Z` `3C60` `3O6F` `3PL6` `3RDT` `4MAY` `4P4K` 没有peptide
|
||||
|
||||
`3GJF` K、L链 空间位置不正确。
|
||||
|
||||
`4z7u` 重叠,缺失链,tcr,hmc只有一半
|
||||
|
||||
tcr: DE
|
||||
mhc I
|
||||
|
||||
peptide Q
|
||||
|
||||
``
|
||||
|
||||
|
||||
Reference in New Issue
Block a user