Warning: this is my personal messy ad-hoc note. Not intended for production installation. Instruction by @kalinialab is probably better.
- Cent OS 7.0
- CUDA 11.2
- Without root accoumt
| import py3Dmol | |
| from rdkit import Chem | |
| def draw_mol_with_highlights(mol, hit_ats, style=None): | |
| """Draw molecule in 3D with highlighted atoms. | |
| Parameters | |
| ---------- | |
| mol : RDKit molecule | |
| hit_ats : tuple of tuples |
Warning: this is my personal messy ad-hoc note. Not intended for production installation. Instruction by @kalinialab is probably better.
| Mute these words in your settings here: https://twitter.com/settings/muted_keywords | |
| ActivityTweet | |
| generic_activity_highlights | |
| generic_activity_momentsbreaking | |
| RankedOrganicTweet | |
| suggest_activity | |
| suggest_activity_feed | |
| suggest_activity_highlights | |
| suggest_activity_tweet |
| import sys | |
| import os | |
| import requests | |
| import subprocess | |
| import shutil | |
| from logging import getLogger, StreamHandler, INFO | |
| logger = getLogger(__name__) | |
| logger.addHandler(StreamHandler()) |
A list of useful commands for the FFmpeg command line tool.
Download FFmpeg: https://www.ffmpeg.org/download.html
Full documentation: https://www.ffmpeg.org/ffmpeg.html
=======