Skip to content

Commit

Permalink
add metadata separator in gff write fct
Browse files Browse the repository at this point in the history
  • Loading branch information
JeanMainguy committed Nov 8, 2023
1 parent 34d1521 commit 4a530a3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion ppanggolin/projection/projection.py
Original file line number Diff line number Diff line change
Expand Up @@ -275,7 +275,7 @@ def launch(args: argparse.Namespace):
contig_to_rgp[rgp.contig].append(rgp)

write_gff_file(organism, contig_to_rgp, rgp_to_spot_id, outdir=org_outdir, compress=False,
annotation_sources=annotation_sources, genome_sequences=genome_sequences)
annotation_sources=annotation_sources, genome_sequences=genome_sequences, metadata_sep="|")


write_summaries(organism_2_summary, output_dir)
Expand Down

0 comments on commit 4a530a3

Please sign in to comment.