Skip to content

Instantly share code, notes, and snippets.

View WeipengMO's full-sized avatar
:octocat:

weipeng WeipengMO

:octocat:
  • The First Affiliated Hospital, Sun Yat-sen University
  • Guangzhou, China
  • 11:33 (UTC +08:00)
View GitHub Profile
@WeipengMO
WeipengMO / macs2.def
Last active April 11, 2022 06:39
singularity definition file
BootStrap: docker
From: ubuntu:latest
%post
apt update && \
apt install -y \
git python3 python3-pip
pip3 install -i https://mirrors.sustech.rocks/pypi/simple MACS2 MACS3
@WeipengMO
WeipengMO / .git-commit-template.txt
Created September 6, 2021 02:32
git commit template
# Type(<scope>): <subject>
# <body>
# <footer>
# Type should be one of the following:
# * feat (new feature)
# * fix (bug fix)
# * docs (changes to documentation)