Skip to content
Snippets Groups Projects
Commit e0b2dbfa authored by Venkat Malladi's avatar Venkat Malladi
Browse files

Fix convert reads.

parent f665a9b0
Branches
Tags
No related merge requests found
......@@ -165,7 +165,7 @@ def main():
if tn5:
logger.info("TN5-shifting TAGALIGN...")
tn5_shift_ta(tag_filename, shitfted_tag_filename)
tn5_shift_tagalign(tag_filename, shitfted_tag_filename)
else:
tn5_shift = ["cp %s %s" % (tag_filename, shitfted_tag_filename)]
out, err = utils.run_pipe(tn5_shift)
......
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment