# HG changeset patch # User jpetteng # Date 1512744662 18000 # Node ID ccf77a06a46eebc76e8d663865b48856104c69dc # Parent f020afe9e4b7d86b4b23c828a1774776cff958ee Changed python code to put assembly name in the output file diff -r f020afe9e4b7 -r ccf77a06a46e btyper-2.0.3/btyper --- a/btyper-2.0.3/btyper Fri Dec 08 09:50:34 2017 -0500 +++ b/btyper-2.0.3/btyper Fri Dec 08 09:51:02 2017 -0500 @@ -186,7 +186,7 @@ finalfile_string=key.strip()+"_final_results.txt" if not os.path.isfile(oarg+"btyper_final_results/"+finalfile_string): finalfile=open(oarg+"btyper_final_results/"+finalfile_string,"a") - print >> finalfile, "BTyper Results for "+key + print >> finalfile, "BTyper Results for "+os.path.basename(iarg) print >> finalfile, "" finalfile.close() if not os.path.isdir(oarg+"btyper_final_results/genefiles"):