Skip to content

Commit

Permalink
rename output
Browse files Browse the repository at this point in the history
  • Loading branch information
tanghaibao committed Jan 26, 2025
1 parent 6369c9c commit 9cfab29
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/jcvi/projects/sugarcane.py
Original file line number Diff line number Diff line change
Expand Up @@ -708,7 +708,7 @@ def simulate(args):
mode_title = get_mode_title(mode)
root.text(0.5, 0.95, f"Transmission: {mode_title}", ha="center")

savefig(f"{mode}.pdf", dpi=120)
savefig(f"{mode}.ss_ploidy_{SS_PLOIDY}.pdf", dpi=120)

outdir = f"simulations_{mode}"
mkdir(outdir)
Expand Down Expand Up @@ -1039,7 +1039,7 @@ def chromosome(args):
root.text(0.5, 0.95, f"Transmission: {mode_title}", ha="center")
normalize_axes(root)

savefig(f"{mode}.chromosome.pdf", dpi=120)
savefig(f"{mode}.chromosome.ss_ploidy_{SS_PLOIDY}.pdf", dpi=120)


def main():
Expand Down

0 comments on commit 9cfab29

Please sign in to comment.