Ekaterina Noskova

Results 56 comments of Ekaterina Noskova

Dear Enrico, I have added a feature of the lower bounds for split events, it is not official release yet, but you can install it using pip: ``` $ pip...

Hi Nicolas, This is a common issue with these plots, and I can suggest three possible solutions: 1. Using `demes` to draw the model picture: demes is more reliable in...

Hi, Try to add space after `Sequence length:_{HiC_scaffold...`, without space file reader is confused. (_ means just " ") Best regards, Ekaterina

Hi Anubhab, L is the same as sequence length. So as you specified it already you are good. If you have met L in code then L is the total...

Hi Aude, Glad you continue working with GADMA. Thank you very much for this feedback, I just check GADMA's code and I think that I know why it is happening....

Now I am not so sure. Could you please check if this error will happen if you remove upper split bound?

Could you also tell what versions of numpy and scipy do you have?

Hi Aude, Thanks for the information. I think that my first guess about the bug might be correct and I will fix it. Unfortunately, I think that it will not...

Hi Aude, I am not sure about script you used. I know one more from `moments`: [parse_angsd_output.py](https://bitbucket.org/simongravel/moments/src/main/examples/fs_from_angsd/parse_angsd_output.py). Maybe you can try that one? Best regards, Ekaterina

Thank you very much for your files, I checked SFS and it is read incorrectly - all entries are masked out. That is why the error occurs. I fixed it...