From 38c04b673057ae68104d9c60995a41725f8bde88 Mon Sep 17 00:00:00 2001 From: jorainer Date: Mon, 19 Feb 2024 08:10:10 +0100 Subject: [PATCH] Update readme --- DESCRIPTION | 2 +- README.md | 8 +++++--- 2 files changed, 6 insertions(+), 4 deletions(-) diff --git a/DESCRIPTION b/DESCRIPTION index e86b82a..ca4443c 100644 --- a/DESCRIPTION +++ b/DESCRIPTION @@ -22,7 +22,7 @@ LazyData: false Roxygen: list(markdown = TRUE) Depends: R (>= 4.3), - xcms (>= 3.99.4), + xcms (>= 4.1.5), Spectra (>= 1.11.10), MsExperiment, msdata diff --git a/README.md b/README.md index 5b10cf8..dbdd8f8 100644 --- a/README.md +++ b/README.md @@ -55,8 +55,10 @@ required steps for installation are: - If you don't already have, install [docker](https://www.docker.com/). Find installation information [here](https://docs.docker.com/desktop/). - Get the [docker image](https://hub.docker.com/r/jorainer/xcms_tutorials) of - this tutorial with `docker pull jorainer/xcms_tutorials:latest`. -- Start docker using + this tutorial e.g. from the command line with `docker pull + jorainer/xcms_tutorials:latest`. +- Start the docker container, either through the Docker Desktop, or on the + command line with ``` docker run \ -e PASSWORD=bioc \ @@ -72,7 +74,7 @@ required steps for installation are: For manual installation, an R version >= 4.3.0 is required as well as recent versions of the packages `MsExperiment`, `Spectra` and in particular the `xcms` -(version >= 3.99.0 is needed). These can be installed using the code below: +(version >= 4.1.0 is needed). These can be installed using the code below: ```r install.packages("BiocManager")