Skip to content

Commit

Permalink
getting there...
Browse files Browse the repository at this point in the history
  • Loading branch information
brisvag committed Apr 26, 2024
1 parent 2f88b93 commit b30ec54
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/waretomo/_parse.py
Original file line number Diff line number Diff line change
Expand Up @@ -137,7 +137,7 @@ def parse_data(
"stack": stack,
"rawtlt": stack.with_suffix(".rawtlt"),
"aln": output_dir / (ts_stripped + ".st.aln"),
"xf": alignment_result_dir / (ts_stripped + ".xf"),
"xf": alignment_result_dir / (ts_aligned + ".xf"),
"tlt": alignment_result_dir / (ts_aligned + ".tlt"),
"skipped_tilts": skipped_tilts,
"mdoc": mdoc_file,
Expand Down

0 comments on commit b30ec54

Please sign in to comment.