conda install -c conda-forge theseus
conda install -c bioconda muscle
sudo ln -s /home/your_name/miniconda3/bin/muscle /usr/local/bin/muscle
sudo ln -s /home/your_name/miniconda3/bin/theseus /usr/local/bin/theseus
View How_to_Install_Theseus.md
View cif2dataframe.py
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
import gemmi | |
import pandas as pd | |
cif_doc_block = gemmi.cif.read('1ug6.cif.gz')[0] | |
keys = ( | |
'_atom_site.id', | |
'_atom_site.label_atom_id', | |
'_atom_site.label_comp_id', | |
'_atom_site.label_asym_id', |
View 2aw3_version_update.cif
This file has been truncated, but you can view the full file.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
data_2AW3 | |
# | |
_entry.id 2AW3 | |
# | |
_audit_conform.dict_name mmcif_pdbx.dic | |
_audit_conform.dict_version 5.329 | |
_audit_conform.dict_location http://mmcif.pdb.org/dictionaries/ascii/mmcif_pdbx.dic | |
# | |
loop_ | |
_database_2.database_id |
View pdb-profiling_README.md
pdb-profiling
[", color="#8383cc", fontname="Courier New", shape="Mrecord",fixedsize=true,width=2.5,fillcolor="#d9e7ee"];
edge [color="0.635 0.707 0.707", fontname="Courier New"];
label="从头预测与结构建模";
# step1[label="数据准备"];
View PDBe_API_Issue.md
title | author | date | categories | tags | |||
---|---|---|---|---|---|---|---|
Record for PDBe API Issues |
Zefeng Zhu |
2020-09-04 17:39:51 +0800 |
|
|
Basic Information
View pdbe-kb.md
PDBe-KB
Note: this gist is heavily based on materials provided by organizers of the Mining PDBe and PDBe-KB Using a Graph Database workshop.
Note: this gist is foke from PawelSzczerbiak/pdbe-kb.md
.
Why graph DB?
Graph DBs are much more useful for representing unstructured, sparse data and relationships than conventional relational DBs.
Graph is a structure that models pairwise relations between objects:
NewerOlder