Mercurial > repos > brigidar > vcf_to_snp
comparison vcf_snp.py @ 4:866cd9ce1cbd draft
update anaconda python
author | brigidar |
---|---|
date | Mon, 02 Nov 2015 19:42:35 -0500 |
parents | ea2f686dfd4a |
children | 3a352cb57117 |
comparison
equal
deleted
inserted
replaced
3:a928631d8297 | 4:866cd9ce1cbd |
---|---|
18 | 18 |
19 | 19 |
20 import argparse, os, sys, csv, IPython | 20 import argparse, os, sys, csv, IPython |
21 import pandas | 21 import pandas |
22 import pdb | 22 import pdb |
23 import numpy as np | |
24 from pandas import * | 23 from pandas import * |
25 from IPython import get_ipython | 24 |
26 import matplotlib.pyplot as plt | |
27 from pandas.util.testing import assert_frame_equal | |
28 #------------------------------------------------------------------------------------------ | 25 #------------------------------------------------------------------------------------------ |
29 | 26 |
30 | 27 |
31 #output and input file name to give with the script | 28 #output and input file name to give with the script |
32 parser = argparse.ArgumentParser() | 29 parser = argparse.ArgumentParser() |