Skip to content

Instantly share code, notes, and snippets.

View yuyuan871111's full-sized avatar
🏠
Working from home

Yu-Yuan (Stuart) Yang yuyuan871111

🏠
Working from home
View GitHub Profile
@yuyuan871111
yuyuan871111 / alignment_structure.py
Last active February 10, 2026 17:47 — forked from JoaoRodrigues/bio_align.py
Sequence-based structure alignment of protein structures with Biopython
#!/usr/bin/env python
# Sequence-based structural alignment of two proteins.
# source from: https://gist.github.com/JoaoRodrigues/e3a4f2139d10888c679eb1657a4d7080
# modified by Yu-Yuan Yang
import argparse
import pathlib
from Bio.Align import PairwiseAligner, substitution_matrices
from Bio.Data.PDBData import protein_letters_3to1 as aa3to1
@yuyuan871111
yuyuan871111 / RAILS_CHEATSHEET.md
Created November 28, 2022 08:17 — forked from mdang/RAILS_CHEATSHEET.md
Ruby on Rails Cheatsheet

Ruby on Rails Cheatsheet

Architecture

Create a new application

Install the Rails gem if you haven't done so before