Skip to content
Snippets Groups Projects
Commit fdfcf218 authored by Peter van 't Hof's avatar Peter van 't Hof
Browse files

Fix script

parent 89427d58
No related branches found
No related tags found
No related merge requests found
......@@ -29,6 +29,6 @@ if __name__ == "__main__":
for line in sys.stdin:
l = line.strip().split("\t")
if len(l) >= 3:
l[2] = upacPatern.sub("N", l[2])
l[3] = upacPatern.sub("N", l[3])
print("\t".join(map(str, l)))
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment