Skip to content

Instantly share code, notes, and snippets.

View bsun0802's full-sized avatar
🎯
Shoot Target

Bo Sun bsun0802

🎯
Shoot Target
  • Menlo Park
  • 15:22 (UTC -07:00)
View GitHub Profile
@bsun0802
bsun0802 / GeneImage.py
Created January 16, 2022 22:46 — forked from parashardhapola/GeneImage.py
A pure python code to draw gene diagrams with introns and exons and draw markers ('lollipops') at random positions on the gene
import matplotlib.pyplot as plt
"""
MIT License
Copyright (c) [2016] [Parashar Dhapola]
Permission is hereby granted, free of charge, to any person obtaining a copy
of this software and associated documentation files (the "Software"), to deal
in the Software without restriction, including without limitation the rights
to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
copies of the Software, and to permit persons to whom the Software is
@bsun0802
bsun0802 / .gitignore
Created July 4, 2018 00:14 — forked from octocat/.gitignore
Some common .gitignore configurations
# Compiled source #
###################
*.com
*.class
*.dll
*.exe
*.o
*.so
# Packages #