comparison SalmID.py @ 14:6d28f83c35b1

Uploaded
author estrain
date Sat, 07 Sep 2019 11:35:02 -0400
parents 92bf51ce2a57
children 9438261e43e0
comparison
equal deleted inserted replaced
13:66277925a124 14:6d28f83c35b1
264 else: 264 else:
265 return rpoB, invA, (average_read_length * number_of_reads) / 5000000 265 return rpoB, invA, (average_read_length * number_of_reads) / 5000000
266 266
267 267
268 def main(): 268 def main():
269 ex_dir = os.path.dirname(os.path.realpath(__file__)) 269 ex_dir = os.path.abspath(os.path.dirname(os.path.realpath(__file__)))
270 #ex_dir = os.path.dirname(os.path.realpath(__file__))
270 args = parse_args() 271 args = parse_args()
271 input_file = args.input_file 272 input_file = args.input_file
272 if input_file != 'None': 273 if input_file != 'None':
273 files = [input_file] 274 files = [input_file]
274 else: 275 else: