Skip to content

Commit 38c04b6

Browse files
committed
Update readme
1 parent e0d5e6d commit 38c04b6

File tree

2 files changed

+6
-4
lines changed

2 files changed

+6
-4
lines changed

DESCRIPTION

+1-1
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ LazyData: false
2222
Roxygen: list(markdown = TRUE)
2323
Depends:
2424
R (>= 4.3),
25-
xcms (>= 3.99.4),
25+
xcms (>= 4.1.5),
2626
Spectra (>= 1.11.10),
2727
MsExperiment,
2828
msdata

README.md

+5-3
Original file line numberDiff line numberDiff line change
@@ -55,8 +55,10 @@ required steps for installation are:
5555
- If you don't already have, install [docker](https://www.docker.com/). Find
5656
installation information [here](https://docs.docker.com/desktop/).
5757
- Get the [docker image](https://hub.docker.com/r/jorainer/xcms_tutorials) of
58-
this tutorial with `docker pull jorainer/xcms_tutorials:latest`.
59-
- Start docker using
58+
this tutorial e.g. from the command line with `docker pull
59+
jorainer/xcms_tutorials:latest`.
60+
- Start the docker container, either through the Docker Desktop, or on the
61+
command line with
6062
```
6163
docker run \
6264
-e PASSWORD=bioc \
@@ -72,7 +74,7 @@ required steps for installation are:
7274

7375
For manual installation, an R version >= 4.3.0 is required as well as recent
7476
versions of the packages `MsExperiment`, `Spectra` and in particular the `xcms`
75-
(version >= 3.99.0 is needed). These can be installed using the code below:
77+
(version >= 4.1.0 is needed). These can be installed using the code below:
7678

7779
```r
7880
install.packages("BiocManager")

0 commit comments

Comments
 (0)