Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Use docker container for rules that use R #129

Merged
merged 17 commits into from
May 29, 2024
Merged

Use docker container for rules that use R #129

merged 17 commits into from
May 29, 2024

Commits on Apr 12, 2024

  1. Configuration menu
    Copy the full SHA
    e7750ab View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    3a51354 View commit details
    Browse the repository at this point in the history

Commits on Apr 17, 2024

  1. Configuration menu
    Copy the full SHA
    1d69353 View commit details
    Browse the repository at this point in the history
  2. fix: use one container for all R scripts & R Markdowns

    deprecates the Rlib_dir and Rpkg_config parameters and installation code
    kelly-sovacool committed Apr 17, 2024
    Configuration menu
    Copy the full SHA
    a63ce3f View commit details
    Browse the repository at this point in the history
  3. chore: use mamba install instead of mamba env install

    because mamba env install just uses conda
    
    related to https://www.github.com/mamba-org/mamba/issues/633
    kelly-sovacool committed Apr 17, 2024
    Configuration menu
    Copy the full SHA
    2255b88 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    7ff6150 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    f093244 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    3593322 View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    10c3fcd View commit details
    Browse the repository at this point in the history

Commits on Apr 18, 2024

  1. Configuration menu
    Copy the full SHA
    7820ee1 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    c47737e View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    f045d50 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    8c16205 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    3d44d1a View commit details
    Browse the repository at this point in the history
  6. fix: use container for deseq rule

    accidentally got switched back to envmodule during a merge
    kelly-sovacool committed Apr 18, 2024
    Configuration menu
    Copy the full SHA
    3cba50d View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    e784efe View commit details
    Browse the repository at this point in the history
  8. ci: don't run docker auto on PRs

    save precious GHA runtime
    kelly-sovacool committed Apr 18, 2024
    Configuration menu
    Copy the full SHA
    220d9ea View commit details
    Browse the repository at this point in the history