Skip to content
This repository was archived by the owner on Dec 13, 2018. It is now read-only.
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 2 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,8 @@ This project adheres to [Semantic Versioning](http://semver.org/).
the container and passing the host user's user and group IDs to the container
via environment variables.
- gosu 1.9.
- Bioconductor R packages:
- rtracklayer

### Changed

Expand Down
1 change: 1 addition & 0 deletions Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -163,6 +163,7 @@ RUN export DEBIAN_FRONTEND=noninteractive && \
package_list = c( \
'Rsamtools', \
'reshape2', \
'rtracklayer', \
'seqinr', \
'stringr', \
'tidyr' \
Expand Down