Carlos-Francisco Méndez-Cruz

Deep Learning Workshop

......@@ -112,7 +112,7 @@ if __name__ == "__main__":
i += 1
if (i % 100) == 0:
print("{} rows processed.".format(i))
if i == 10000:
if i == 1000:
break
print("Length media exons {} and utr {}".format(length_total_exon/total_exon, length_total_utr/total_utr))
with open(os.path.join(args.outputPath, args.outputFile), mode="w") as oFile:
......