Skip to content

Commit

Permalink
updated install instructions
Browse files Browse the repository at this point in the history
  • Loading branch information
patfiaux authored Jul 29, 2020
1 parent 2ad298f commit fd05ba6
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -43,12 +43,12 @@ if (!requireNamespace("BiocManager", quietly = TRUE))
```
IRanges (for handling genomic coordinates)
```r
BiocManager::install("IRanges", version = "3.8")
BiocManager::install("IRanges")
```

GenomicRanges (for handling genomic coordinates)
```r
BiocManager::install("GenomicRanges", version = "3.8")
BiocManager::install("GenomicRanges")
```

## Input data format
Expand Down

0 comments on commit fd05ba6

Please sign in to comment.