CRI-iAtlas / iatlas-workflows

cwl workflows for public tools
2 stars 4 forks source link

Make small improvements to R script and Dockerfile #15

Closed BrunoGrandePhD closed 4 years ago

BrunoGrandePhD commented 4 years ago

The commit messages explain each change. Briefly:

  1. The copy-paste issue prevented the use of any output format other than feather.
  2. The across() function is only available in version 1.0 or later of dplyr. This required at least an upgrade to rocker/tidyverse:4.0, so I opted for the latest version (4.0.2).
  3. For simplicity, I added a shebang line to the R script so it can be called from anywhere without an absolute path.