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

Merge remote-tracking branch 'remotes/origin/fix-278' into feature-skip_abort

parents c4d7e3d8 fdfcf218
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