mungesumstats is now available via DockerHub as a containerised environment with Rstudio and all necessary dependencies pre-installed.
First, install Docker if you have not already.
Create an image of the Docker container in command line:
docker pull neurogenomicslab/mungesumstats
Once the image has been created, you can launch it with:
docker run \
-d \
-e ROOT=true \
-e PASSWORD="<your_password>" \
-v ~/Desktop:/Desktop \
-v /Volumes:/Volumes \
-p 8787:8787 \
neurogenomicslab/mungesumstats
<your_password>
above with whatever you want your password to be.-v
flags for your particular use case.-d
ensures the container will run in “detached” mode,
which means it will persist even after you’ve closed your command line session.If you are using a system that does not allow Docker (as is the case for many institutional computing clusters), you can instead install Docker images via Singularity.
singularity pull docker://neurogenomicslab/mungesumstats
Finally, launch the containerised Rstudio by entering the following URL in any web browser: http://localhost:8787/
Login using the credentials set during the Installation steps.
utils::sessionInfo()
## R version 4.2.1 (2022-06-23)
## Platform: aarch64-apple-darwin20 (64-bit)
## Running under: macOS Ventura 13.0
##
## Matrix products: default
## BLAS: /Library/Frameworks/R.framework/Versions/4.2-arm64/Resources/lib/libRblas.0.dylib
## LAPACK: /Library/Frameworks/R.framework/Versions/4.2-arm64/Resources/lib/libRlapack.dylib
##
## locale:
## [1] C/en_US.UTF-8/en_US.UTF-8/C/en_US.UTF-8/en_US.UTF-8
##
## attached base packages:
## [1] stats graphics grDevices utils datasets methods base
##
## other attached packages:
## [1] MungeSumstats_1.6.0 BiocStyle_2.26.0
##
## loaded via a namespace (and not attached):
## [1] fs_1.5.2
## [2] bitops_1.0-7
## [3] matrixStats_0.62.0
## [4] bit64_4.0.5
## [5] filelock_1.0.2
## [6] progress_1.2.2
## [7] httr_1.4.3
## [8] googleAuthR_2.0.0
## [9] GenomeInfoDb_1.34.2
## [10] GenomicFiles_1.34.0
## [11] tools_4.2.1
## [12] bslib_0.3.1
## [13] utf8_1.2.2
## [14] R6_2.5.1
## [15] DBI_1.1.3
## [16] BiocGenerics_0.44.0
## [17] tidyselect_1.1.2
## [18] prettyunits_1.1.1
## [19] bit_4.0.4
## [20] curl_4.3.2
## [21] compiler_4.2.1
## [22] cli_3.3.0
## [23] Biobase_2.58.0
## [24] xml2_1.3.3
## [25] DelayedArray_0.24.0
## [26] rtracklayer_1.58.0
## [27] bookdown_0.27
## [28] sass_0.4.1
## [29] rappdirs_0.3.3
## [30] stringr_1.4.0
## [31] digest_0.6.29
## [32] Rsamtools_2.14.0
## [33] rmarkdown_2.14
## [34] R.utils_2.12.0
## [35] XVector_0.38.0
## [36] BSgenome.Hsapiens.1000genomes.hs37d5_0.99.1
## [37] pkgconfig_2.0.3
## [38] htmltools_0.5.2
## [39] MatrixGenerics_1.10.0
## [40] highr_0.9
## [41] dbplyr_2.2.1
## [42] fastmap_1.1.0
## [43] BSgenome_1.66.1
## [44] rlang_1.0.4
## [45] RSQLite_2.2.14
## [46] jquerylib_0.1.4
## [47] BiocIO_1.8.0
## [48] generics_0.1.3
## [49] jsonlite_1.8.0
## [50] BiocParallel_1.32.1
## [51] dplyr_1.0.9
## [52] R.oo_1.25.0
## [53] VariantAnnotation_1.44.0
## [54] RCurl_1.98-1.7
## [55] magrittr_2.0.3
## [56] GenomeInfoDbData_1.2.8
## [57] Matrix_1.4-1
## [58] Rcpp_1.0.9
## [59] S4Vectors_0.36.0
## [60] fansi_1.0.3
## [61] lifecycle_1.0.1
## [62] R.methodsS3_1.8.2
## [63] stringi_1.7.8
## [64] yaml_2.3.5
## [65] SummarizedExperiment_1.28.0
## [66] zlibbioc_1.44.0
## [67] BiocFileCache_2.6.0
## [68] grid_4.2.1
## [69] blob_1.2.3
## [70] parallel_4.2.1
## [71] crayon_1.5.1
## [72] lattice_0.20-45
## [73] Biostrings_2.66.0
## [74] GenomicFeatures_1.50.2
## [75] hms_1.1.1
## [76] KEGGREST_1.38.0
## [77] knitr_1.39
## [78] pillar_1.7.0
## [79] GenomicRanges_1.50.1
## [80] rjson_0.2.21
## [81] SNPlocs.Hsapiens.dbSNP155.GRCh37_0.99.22
## [82] codetools_0.2-18
## [83] biomaRt_2.54.0
## [84] stats4_4.2.1
## [85] XML_3.99-0.10
## [86] glue_1.6.2
## [87] evaluate_0.15
## [88] data.table_1.14.2
## [89] BiocManager_1.30.18
## [90] png_0.1-7
## [91] vctrs_0.4.1
## [92] purrr_0.3.4
## [93] assertthat_0.2.1
## [94] cachem_1.0.6
## [95] xfun_0.31
## [96] restfulr_0.0.15
## [97] gargle_1.2.0
## [98] tibble_3.1.7
## [99] GenomicAlignments_1.34.0
## [100] AnnotationDbi_1.60.0
## [101] memoise_2.0.1
## [102] IRanges_2.32.0
## [103] ellipsis_0.3.2