Marek Gierlinski

Results 10 comments of Marek Gierlinski

Same here: ``` x sessionInfo() R version 4.3.1 (2023-06-16) Platform: x86_64-apple-darwin20 (64-bit) Running under: macOS Ventura 13.6 ```

OK, I think I have managed to create a reproducible example: ``` df Loading required package: dbplyr bfc

Yes, the latest commit works well. Thank you. Do you know how long until it is in CRAN?

Just to add to my original post, in a different project using targets with `tar_option_set(format = "qs")`, while using `qs` 0.26.1 I have encountered the following crash: ``` *** caught...

I noticed that this issue might be related to #1495 and #1441.

```R library(readr) df x rounded #> 1 1.406148e-20 1.406e-20 write_csv(df, stdout()) #> x,rounded #> 1.406148e-20,1.4060000000000002e-20 write.csv(df, stdout(), row.names = FALSE) #> "x","rounded" #> 1.406148e-20,1.406e-20 ```

Oh, I see. We are hitting the limits of binary representation of a number? Nothing to do with `readr` or `signif`? ``` sprintf("%.50e", 1.2) #> [1] "1.19999999999999995559107901499373838305473327636719e+00" ``` Still, would...

Hi, I have encountered the same error, using the most recent version from GitHub. Here is my command line: ``` > python3 SUPPA-2.4/suppa.py diffSplice -m empirical -i suppa/events/event_SE_strict.ioe -p suppa/psi/DMSO_4h_SE.psi...

Just to add to my previous post, when I change `-m empirical` to `-m classical` the code runs with no issues, however, the created files suggest that something is amiss:...

I cannot see any obvious problems with neither the input or output files. The output file I showed the head of (ActD_4h_SE.txt.dpsi.temp.0), contains 57342 lines and there is no corruption...