Carlos-Francisco Méndez-Cruz

Transform soft file in XML file

......@@ -88,7 +88,7 @@ if __name__ == "__main__":
#print("\nSerie: {}\tSample: {}\tTag: {}\tContent: {}".format(serie, sample, tag, content.encode(encoding='utf-8', errors='replace')))
if tag in hashGcs[serie][sample]:
if content in hashGcs[serie][sample][tag]:
print("Duplicated content: {}".format(content.encode(encoding='utf-8', errors='replace')))
#print("Duplicated content: {}".format(content.encode(encoding='utf-8', errors='replace')))
pass # GC content already in hash
else:
print("New content: {}".format(content))
......