But note that there is no sum across the saturated sites. The result is that when resizing the sum_saturated_sites array, the resulting array has an awkward wrapping of the raw site scores starting with scramble one and then continuing into subsequence scrambles. I believe instead the code should read:
Now, in the STEP4_run.ipynb notebook, the call is not made to the STEP4_module but instead a DataS23_STEP4_module - perhaps that module has a different implementation? If so, is that module available?
Thanks for your help - and great job on the paper.
In the
STEP4_module.ipynb
I believe there is a bug when calculatingsum_saturated_sites
. The current code reads:But note that there is no sum across the saturated sites. The result is that when resizing the sum_saturated_sites array, the resulting array has an awkward wrapping of the raw site scores starting with scramble one and then continuing into subsequence scrambles. I believe instead the code should read:
Now, in the
STEP4_run.ipynb
notebook, the call is not made to theSTEP4_module
but instead aDataS23_STEP4_module
- perhaps that module has a different implementation? If so, is that module available?Thanks for your help - and great job on the paper.