Skip to content

Commit

Permalink
Merge branch 'main' into dev
Browse files Browse the repository at this point in the history
  • Loading branch information
sgosline authored Sep 27, 2023
2 parents 823c8dc + fce1e8f commit 8417cb2
Show file tree
Hide file tree
Showing 8 changed files with 12 additions and 11 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/dist-immune-build.yml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
name: Docker-build-metrics
name: Docker-distance-immune-metrics
defaults:
run:
working-directory: ./
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/docker-build-prot-dat.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ defaults:
working-directory: ./
on:
push:
branches:
paths:
- "protData/*"
- "signature_matrices/*"
- "simulatedData/*"
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/fig-cor-build.yml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
name: Docker-build-metrics
name: Docker-metrics-figures-correlations
defaults:
run:
working-directory: ./
Expand Down
7 changes: 4 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,10 +8,11 @@ Status of docker builds:

| Status | Description |
| --- | --- |
| ![Protein docker builds](https://github.com/pnnl-compBio/decomprolute/actions/workflows/docker-build-1.yml/badge.svg) | Collects CPTAC protein data |
| ![mRNA docker builds](https://github.com/pnnl-compBio/decomprolute/actions/workflows/docker-build-2.yml/badge.svg)| Collects CPTAC mRNA data |
| ![Protein docker builds](https://github.com/pnnl-compBio/decomprolute/actions/workflows/docker-build-prot-dat.yml/badge.svg) | Collects CPTAC protein data |
| ![mRNA docker builds](https://github.com/pnnl-compBio/decomprolute/actions/workflows/docker-build-mrna-imput.yml/badge.svg)| Collects CPTAC mRNA data |
| ![Algorithm docker builds](https://github.com/pnnl-compBio/decomprolute/actions/workflows/decon-alg-docker.yml/badge.svg) | Builds deconvolution docker images |
| ![Metrics docker builds](https://github.com/pnnl-compBio/decomprolute/actions/workflows/metrics-docker-build.yml/badge.svg) | Builds metrics and figure docker images |
| ![Figures and correlation docker builds](https://github.com/pnnl-compBio/decomprolute/actions/workflows/fig-cor-build.yml/badge.svg) | Builds metrics and figure docker images |
| ![Immune subtypes docker builds](https://github.com/pnnl-compBio/decomprolute/actions/workflows/dist-immune-build.yml/badge.svg) | Builds immune subtypes and distance metric docker images |

## How to contribute

Expand Down
5 changes: 3 additions & 2 deletions metrics/data-sim/simul-data-comparison.cwl
Original file line number Diff line number Diff line change
Expand Up @@ -69,11 +69,11 @@ steps:
run-all-algs-by-prot:
run: call-deconv-on-sim.cwl
when: $(inputs.simType.trim() == 'prot')
scatter: [protAlg,permutation,signature]
scatter: [protAlg,simulation,signature]
scatterMethod: flat_crossproduct
in:
protAlg: prot-algorithms
permutation: prot-perms
simulation: prot-perms
signature: prot-sigs
sample: sample
sampleType:
Expand All @@ -88,6 +88,7 @@ steps:
in:
metricType:
valueFrom: "cellType"
repNumber: repNumber
files:
source:
- run-all-algs-by-mrna/cell-cor-file
Expand Down
2 changes: 1 addition & 1 deletion metrics/figures/combine_results.R
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
#' 1 - assess correlations for each patient/disease
#' 2- assess correlations for each celltype/matrix
#'
#'
#' We generally only use correlation right now
#' to run:
#' Rscript combine_results.R --metricType sample --metric correlation --repNumber 0 */*corr.tsv
#' Rscript combine_results.R --metricType cellType --metric correlation --repNumber 0 */*corrXcelltypes.tsv
Expand Down
2 changes: 1 addition & 1 deletion metrics/imm-subtypes/immune_subtypes.R
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ library(argparser)
library(ggplot2)
library(reshape2)
library(nationalparkcolors)

#general colors used
pal <- c(park_palette('GeneralGrant'),
park_palette('Redwoods'),
park_palette('DeathValley'),
Expand Down
1 change: 0 additions & 1 deletion simulatedData/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -10,5 +10,4 @@ COPY mapSimDataMatrices.R /bin/
RUN chmod 777 /bin/getSimDataMatrices.R
RUN chmod 777 /bin/mapSimDataMatrices.R


#VOLUME ['/tmp']

0 comments on commit 8417cb2

Please sign in to comment.