Skip to content

Commit

Permalink
Change format string
Browse files Browse the repository at this point in the history
  • Loading branch information
stijndcl committed Mar 18, 2024
1 parent a255ada commit 15dc248
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -121,7 +121,7 @@ fn write_entry(
.join(",");

let format_string = format!(
"{current_peptide}\t{{\"num\":{{\"all\":{num_prot},\"EC\":{num_ec},\"GO\":{num_go},\"IPR\":{num_ip},\"data\":{{{data}}}}}}}\n"
"{current_peptide}\t{{\"num\":{{\"all\":{num_prot},\"EC\":{num_ec},\"GO\":{num_go},\"IPR\":{num_ip}}},\"data\":{{{data}}}}}\n"
);

writer
Expand Down

0 comments on commit 15dc248

Please sign in to comment.