bring in embb stuff which was in the wrong branch
This commit is contained in:
parent
1e3670f935
commit
9c37dbee31
6 changed files with 816 additions and 98 deletions
|
@ -45,8 +45,6 @@ arg_parser.add_argument('--debug', action='store_true', help = 'Debug Mode')
|
|||
args = arg_parser.parse_args()
|
||||
#=======================================================================
|
||||
#%% variable assignment: input and output
|
||||
#drug = 'pyrazinamide'
|
||||
#gene = 'pncA'
|
||||
drug = args.drug
|
||||
gene = args.gene
|
||||
gene_match = gene + '_p.'
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue