Monday, August 22, 2016
Sunday, August 21, 2016
Uploading large files to Github
Git Large File Storage : https://git-lfs.github.com/
Very useful if you want to store images / genome indexes etc.
Very useful if you want to store images / genome indexes etc.
Wednesday, March 30, 2016
Monday, March 28, 2016
Using pip to install Python dependencies
Recently I ran into problems of incompatibilities in dependencies, especially when running Python-based scripts (numpy & pandas, essentially the scipy suite).
The easiest way to avoid these troubles (I hope it works for you too!) is to install them using pip rather than your Linux distributions repository (eg. through Ubuntu's apt-get install).
The easiest way to avoid these troubles (I hope it works for you too!) is to install them using pip rather than your Linux distributions repository (eg. through Ubuntu's apt-get install).
Subscribe to:
Posts (Atom)