Webdataset for PyTorch

After switching to Pytorch for deep learning projects, I kept looking for a dataset format that c... Read more

BPnet environment setup

Recently I want to get BPnet running, but setting up environment for it is a bit tricky, so I wr... Read more

Make your life easier with snakemake

No doubt, doing bioinformatic research requires your creativity, you need to work very hard to fi... Read more

使用LaTex在markdown中编写数学公式

前言 latex是一种便捷的编写数学公式的语言。之前我在word中编写公式使用的是Mathtype,虽然好用,但是要收费。最近我在学习使用markdonw来编写文档,而markdown对lat... Read more

mpi4py+h5py-parallel并发实践

前言 之前我写了一个简单的模块numpyArrayDict.py来保存genome coverage信息,在HDF5文件中,per base coverage的存储方法是: 通过这个方法可... Read more