Closed RafaelMViana closed 6 years ago
The source of error is well explained here: https://github.com/rstudio/shiny/issues/2163
I switched SeqPlots to use single process for all calculations. If time allows I will implement a new way to support for multi-process calculations with "future" package.
Dear Seqplots developers,
I am trying to use the Seqplots 1.12.0 R package. I am able to upload the bed and bw files but when I try to plot them I always get
Error in ctx$onInvalidate(function() { : Reactive context was created in one process and accessed from another
I think this is a shiny of javascript error, but I am unable to figure out by myself. may you help me?
Session info below
R version 3.3.2 (2016-10-31) Platform: x86_64-pc-linux-gnu (64-bit) Running under: Ubuntu 17.04
locale: [1] LC_CTYPE=es_ES.UTF-8 LC_NUMERIC=C LC_TIME=es_ES.UTF-8 LC_COLLATE=es_ES.UTF-8
[5] LC_MONETARY=es_ES.UTF-8 LC_MESSAGES=es_ES.UTF-8 LC_PAPER=es_ES.UTF-8 LC_NAME=C
[9] LC_ADDRESS=C LC_TELEPHONE=C LC_MEASUREMENT=es_ES.UTF-8 LC_IDENTIFICATION=C
attached base packages: [1] grid stats4 parallel stats graphics grDevices utils datasets methods base
other attached packages: [1] RColorBrewer_1.1-2 fields_9.6 maps_3.3.0 spam_2.1-4 dotCall64_0.9-5.2
[6] plotrix_3.7-1 kohonen_3.0.4 BSgenome_1.42.0 Biostrings_2.42.1 XVector_0.14.1
[11] rtracklayer_1.34.2 GenomicRanges_1.26.4 GenomeInfoDb_1.10.3 IRanges_2.8.2 S4Vectors_0.12.2
[16] RSQLite_2.1.1 jsonlite_1.5 shiny_1.1.0 BiocGenerics_0.20.0 seqplots_1.12.0
loaded via a namespace (and not attached): [1] SummarizedExperiment_1.4.0 reshape2_1.4.3 lattice_0.20-35 colorspace_1.3-2
[5] htmltools_0.3.6 yaml_2.1.19 blob_1.1.1 XML_3.98-1.11
[9] rlang_0.2.0 pillar_1.2.2 later_0.7.2 DBI_1.0.0
[13] BiocParallel_1.8.2 bit64_0.9-7 plyr_1.8.4 stringr_1.3.1
[17] zlibbioc_1.20.0 munsell_0.4.3 gtable_0.2.0 htmlwidgets_1.2
[21] memoise_1.1.0 Biobase_2.34.0 crosstalk_1.0.0 httpuv_1.4.3
[25] BiocInstaller_1.24.0 class_7.3-14 Rcpp_0.12.17 xtable_1.8-2
[29] scales_0.5.0 promises_1.0.1 DT_0.4 mime_0.5
[33] bit_1.1-13 Rsamtools_1.26.2 gridExtra_2.3 ggplot2_2.2.1
[37] digest_0.6.15 stringi_1.2.2 tools_3.3.2 bitops_1.0-6
[41] magrittr_1.5 lazyeval_0.2.1 RCurl_1.95-4.10 tibble_1.4.2
[45] pkgconfig_2.0.1 MASS_7.3-50 Matrix_1.2-14 R6_2.2.2
[49] GenomicAlignments_1.10.1