Skip to content

Commit

Permalink
Merge branch 'main' into 04_explore_mapping_score
Browse files Browse the repository at this point in the history
  • Loading branch information
sjspielman authored Oct 29, 2024
2 parents 2cbb62b + 6af112d commit abe48ec
Show file tree
Hide file tree
Showing 57 changed files with 4,351 additions and 19 deletions.
32 changes: 16 additions & 16 deletions .github/workflows/docker_cell-type-wilms-tumor-14.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,22 +13,22 @@ concurrency:
cancel-in-progress: true

on:
# pull_request:
# branches:
# - main
# paths:
# - "analyses/cell-type-wilms-tumor-14/Dockerfile"
# - "analyses/cell-type-wilms-tumor-14/.dockerignore"
# - "analyses/cell-type-wilms-tumor-14/renv.lock"
# - "analyses/cell-type-wilms-tumor-14/conda-lock.yml"
# push:
# branches:
# - main
# paths:
# - "analyses/cell-type-wilms-tumor-14/Dockerfile"
# - "analyses/cell-type-wilms-tumor-14/.dockerignore"
# - "analyses/cell-type-wilms-tumor-14/renv.lock"
# - "analyses/cell-type-wilms-tumor-14/conda-lock.yml"
pull_request:
branches:
- main
paths:
- "analyses/cell-type-wilms-tumor-14/Dockerfile"
- "analyses/cell-type-wilms-tumor-14/.dockerignore"
- "analyses/cell-type-wilms-tumor-14/renv.lock"
- "analyses/cell-type-wilms-tumor-14/conda-lock.yml"
push:
branches:
- main
paths:
- "analyses/cell-type-wilms-tumor-14/Dockerfile"
- "analyses/cell-type-wilms-tumor-14/.dockerignore"
- "analyses/cell-type-wilms-tumor-14/renv.lock"
- "analyses/cell-type-wilms-tumor-14/conda-lock.yml"
workflow_dispatch:
inputs:
push-ecr:
Expand Down
4 changes: 4 additions & 0 deletions analyses/cell-type-dsrct/.Rprofile
Original file line number Diff line number Diff line change
@@ -0,0 +1,4 @@
# Don't activate renv in an OpenScPCA docker image
if(Sys.getenv('OPENSCPCA_DOCKER') != 'TRUE'){
source('renv/activate.R')
}
13 changes: 13 additions & 0 deletions analyses/cell-type-dsrct/cell-type-dsrct.Rproj
Original file line number Diff line number Diff line change
@@ -0,0 +1,13 @@
Version: 1.0

RestoreWorkspace: No
SaveWorkspace: No
AlwaysSaveHistory: Default

EnableCodeIndexing: Yes
UseSpacesForTab: Yes
NumSpacesForTab: 2
Encoding: UTF-8

RnwWeave: Sweave
LaTeX: pdfLaTeX
Loading

0 comments on commit abe48ec

Please sign in to comment.