- https://github.com/biom262/biom262-2016
- https://github.com/ricket-sjtu/bi028
- https://github.com/YeoLab/single-cell-bioinformatics/
- https://github.com/YeoLab/single-cell-bioinformatics/tree/master/notebooks
- https://github.com/ltminty/Bioinformatics-and-R/blob/master/Rbioinformatics.ipynb
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
#!/usr/bin/env python | |
# Time-stamp: <2013-09-24 15:23:09 Tao Liu> | |
import os | |
import sys | |
# ------------------------------------ | |
# Main function | |
# ------------------------------------ | |
def main(): | |
if len( sys.argv ) < 4: |