Skip to content

Commit

Permalink
Merge pull request #982 from sjspielman/sjspielman/797-hello-sweep
Browse files Browse the repository at this point in the history
hello-clusters sweep notebook
  • Loading branch information
sjspielman authored Jan 14, 2025
2 parents 40d6db1 + 1e59f9c commit 109720d
Show file tree
Hide file tree
Showing 8 changed files with 4,233 additions and 52 deletions.
21 changes: 8 additions & 13 deletions .github/workflows/run_hello-clusters.yml
Original file line number Diff line number Diff line change
Expand Up @@ -33,28 +33,23 @@ jobs:
run-module:
if: github.repository_owner == 'AlexsLemonade'
runs-on: ubuntu-latest
container: public.ecr.aws/openscpca/hello-clusters:latest
defaults:
run:
shell: bash -el {0}

steps:
- name: Checkout repo
uses: actions/checkout@v4

- name: Set up R
uses: r-lib/actions/setup-r@v2
with:
r-version: 4.4.0
use-public-rspm: true

- name: Set up pandoc
uses: r-lib/actions/setup-pandoc@v2

- name: Install additional system dependencies
- name: Install aws-cli
run: |
sudo apt-get install -y libcurl4-openssl-dev libglpk40
- name: Set up renv
uses: r-lib/actions/setup-renv@v2
with:
working-directory: ${{ env.MODULE_PATH }}
curl "https://awscli.amazonaws.com/awscli-exe-linux-x86_64.zip" -o "awscliv2.zip"
unzip awscliv2.zip
./aws/install
- name: Download test data
run: ./download-data.py --test-data --format SCE --samples SCPCS000001
Expand Down
2 changes: 1 addition & 1 deletion analyses/hello-clusters/01_perform-evaluate-clustering.Rmd
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,7 @@ theme_set(theme_bw())

```{r base paths}
# The base path for the OpenScPCA repository
repository_base <- rprojroot::find_root(rprojroot::is_git_root)
repository_base <- rprojroot::find_root(rprojroot::has_dir(".github"))
# The current data directory, found within the repository base directory
data_dir <- file.path(repository_base, "data", "current")
Expand Down
53 changes: 23 additions & 30 deletions analyses/hello-clusters/01_perform-evaluate-clustering.nb.html

Large diffs are not rendered by default.

Loading

0 comments on commit 109720d

Please sign in to comment.