Skip to content

Commit

Permalink
fix typo in projection
Browse files Browse the repository at this point in the history
  • Loading branch information
JeanMainguy committed Nov 15, 2023
1 parent 1a18105 commit 265518d
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions ppanggolin/projection/projection.py
Original file line number Diff line number Diff line change
Expand Up @@ -283,8 +283,7 @@ def launch(args: argparse.Namespace):
write_tsv_genome_file(organism, output_dir / organism.name, compress=args.compress, metadata_sep=args.metadata_sep,
need_regions=predict_rgp, need_spots=project_spots, need_modules=project_modules)

output_file = output_dir / "summary_projection.tsv",

output_file = output_dir / "summary_projection.tsv"
write_summaries_in_tsv(summaries,
output_file=output_file,
dup_margin=args.dup_margin,
Expand Down

0 comments on commit 265518d

Please sign in to comment.