lh3 / psmc

Implementation of the Pairwise Sequentially Markovian Coalescent (PSMC) model
Other
146 stars 60 forks source link

Can't set mutation rate when plotting #53

Open jacquelinemattos opened 9 months ago

jacquelinemattos commented 9 months ago

Hello,

I'm trying to plot my psmc results with the psmc_plot.py script, and I'm trying to set a mutation rate with the option "-u". However, I think the program is not understading the setting, and when it finishes, it creates a plot with the default mutation rate, as if I hadn't set anything on the "-u" parameter.

Is someone having the same issue?

Thanks!