Skip to content

Commit

Permalink
minor fixes
Browse files Browse the repository at this point in the history
  • Loading branch information
assaron committed Mar 11, 2024
1 parent 3c1a545 commit b313fa1
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions installation.md
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ if (!requireNamespace("BiocManager", quietly = TRUE))
BiocManager::install("phantasus")
```

However, we recommend to use version at least 1.23.4,
However, the current set up instruction assumes **Phantasus version at least 1.23.4**,
which can be installed from Bioconductor-devel (requires R version 4.4). Alternatively, the latest version of Phantasus
can be installed from GitHub using `devtools` package.

Expand All @@ -37,7 +37,7 @@ devtools::install_github("ctlab/phantasus")
### System dependencies

There are several system packages that have to be installed on the system. The
names of these packages will be displayed during installation. On Ubuntu can
names of these packages will be displayed during installation. On Ubuntu one can
install them beforehand and all together using command:

```bash
Expand Down

0 comments on commit b313fa1

Please sign in to comment.