ManeLoca
#coding
为了方便的查询到基因组坐标位于基因的几号外显子/内含子里,写了一个web应用。
自部署
使用下面的命令自行部署
git clone https://github.com/pzweuj/ManeLoca.git
cd ManeLoca
git clone https://github.com/pzweuj/ManeSelectBed.git
# Build databases
python merge_data.py
# Run
npm install
npm run dev
在线使用
我通过vercel部署了一个在线版本。需要完整加载大约52MB的数据,因此第一次打开会很慢。
访问 ManeLoca Online。
本地安装
我用tauri打包了一个本地安装版😁
点击进入下载页面