# HG changeset patch # User estrain # Date 1567875725 14400 # Node ID 81fce62ea8c195abd915cffcc3bb8d0914420afa # Parent eca5802b1d6e24123b97b0e82a68100734c4d9fa Uploaded diff -r eca5802b1d6e -r 81fce62ea8c1 SeqSero2_package.py --- a/SeqSero2_package.py Sat Sep 07 12:57:43 2019 -0400 +++ b/SeqSero2_package.py Sat Sep 07 13:02:05 2019 -0400 @@ -1220,6 +1220,8 @@ file=open("data_log.txt","a") file.write(out) file.close() + print("dirpath " + str(dirpath)) + print("SalmID File + str(out)) print("SalmID 1 "+str(out.split("\n")[1])) print("SalmID 0 "+str(out.split("\n")[0])) salm_species_scores=out.split("\n")[1].split("\t")[6:]