Mercurial > repos > davidvanzessen > baseline_bayesian_estimation
comparison script_imgt.py @ 13:7eeb7b808af9 draft
Uploaded
| author | davidvanzessen |
|---|---|
| date | Tue, 22 Mar 2016 05:13:24 -0400 |
| parents | d8de51314d3f |
| children |
comparison
equal
deleted
inserted
replaced
| 12:44209adaca42 | 13:7eeb7b808af9 |
|---|---|
| 1 import xlrd | 1 #import xlrd #avoid dep |
| 2 import argparse | 2 import argparse |
| 3 import re | 3 import re |
| 4 | 4 |
| 5 parser = argparse.ArgumentParser() | 5 parser = argparse.ArgumentParser() |
| 6 parser.add_argument("--input", help="Excel input file containing one or more sheets where column G has the gene annotation, H has the sequence id and J has the sequence") | 6 parser.add_argument("--input", help="Excel input file containing one or more sheets where column G has the gene annotation, H has the sequence id and J has the sequence") |
