diff mutation_analysis.py @ 32:2a7343e4be5a draft

Uploaded
author davidvanzessen
date Thu, 09 Apr 2015 08:58:59 -0400
parents c623690e3b81
children ac9a4307861a
line wrap: on
line diff
--- a/mutation_analysis.py	Thu Apr 09 08:52:18 2015 -0400
+++ b/mutation_analysis.py	Thu Apr 09 08:58:59 2015 -0400
@@ -11,6 +11,7 @@
 
 infile = args.input
 genes = str(args.genes).split(",")
+print "includefr1 =", args.includefr1
 include_fr1 = True if args.includefr1 == "yes" else False
 outfile = args.output