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
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', |
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 |
[![GitHubDownloads](https://img.shields.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
```viz
digraph flowchart_4 {
# rankdir=LR;
fontname="Courier New";
size="6,5"; ratio = fill;
node [style="filled,setlinewidth(3)", 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="数据准备"];
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
.
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