Skip to content

Commit

Permalink
Change file suffix from _info.yaml to .info.yaml
Browse files Browse the repository at this point in the history
  • Loading branch information
jgrg committed Nov 18, 2024
1 parent 22d1bfc commit c9df230
Show file tree
Hide file tree
Showing 11 changed files with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/tola/assembly/scripts/pretext_to_asm.py
Original file line number Diff line number Diff line change
Expand Up @@ -293,7 +293,7 @@ def write_info_yaml(output_file, stats, out_assemblies, clobber):
haplotig_count = len(h_asm.scaffolds)
info["manual_haplotig_removals"] = haplotig_count

yaml_file = output_file.with_name(output_file.stem + "_info.yaml")
yaml_file = output_file.with_name(output_file.stem + ".info.yaml")
with get_output_filehandle(yaml_file, clobber) as yaml_fh:
yaml_fh.write(yaml.safe_dump(info, sort_keys=False))

Expand Down

0 comments on commit c9df230

Please sign in to comment.