This file contains hidden or 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
import pysam | |
import argparse | |
from collections import Counter | |
def get_args(): | |
"""Parse sys.argv""" | |
parser = argparse.ArgumentParser() | |
parser.add_argument('--bam', | |
required=True, |
This file contains hidden or 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
"""""""""""""""""VIMRC""""""""""""""" | |
""" Nick Crawford (mod from Ben Pote) | |
"""Last updated 5.28.14 | |
""""""""""""""""""""""""""""""""""""" | |
""""""Vundle! | |
set nocompatible " be iMproved, required | |
filetype off " required |
OlderNewer