Skip to content

Commit

Permalink
last set of fixes
Browse files Browse the repository at this point in the history
  • Loading branch information
sgosline committed Sep 15, 2023
1 parent a2a6b3a commit 220d5d0
Show file tree
Hide file tree
Showing 5 changed files with 16 additions and 4 deletions.
1 change: 1 addition & 0 deletions metrics/correlations/deconv-corrXcelltypes-cwl-tool.cwl
Original file line number Diff line number Diff line change
Expand Up @@ -43,6 +43,7 @@ inputs:
type: string
sampleRep:
type: int
default: 0

outputs:
corr:
Expand Down
2 changes: 1 addition & 1 deletion metrics/data-sim/runSamplingManually.py
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
import os

filelist = []
for i in [2,3,4]:
for i in [3,4]:
# estring = 'cwltool simul-data-sampling.cwl --prot-sigs LM9 --simType prot --repNumber '+str(i)
# print(estring)
# os.system(estring)
Expand Down
1 change: 1 addition & 0 deletions metrics/figures/plot-figs.cwl
Original file line number Diff line number Diff line change
Expand Up @@ -30,6 +30,7 @@ inputs:
position: 4
repNumber:
type: int
default: 0
inputBinding:
position: 3

Expand Down
9 changes: 7 additions & 2 deletions metrics/imm-subtypes/imm-args.yml
Original file line number Diff line number Diff line change
@@ -1,11 +1,16 @@
tissueTypes:
- tumor
cancerTypes:
- endometrial
- hnscc
- gbm
- luad
- colon
- coad
- ovarian
- ccrcc
- lscc
- brca
- pdac
- ucec
signatures:
- LM7c
- LM22
Expand Down
7 changes: 6 additions & 1 deletion metrics/mrna-prot/pan-can-matrix.yml
Original file line number Diff line number Diff line change
@@ -1,9 +1,14 @@
cancerTypes:
- endometrial
- ucec
- brca
- coad
- lscc
- ccrcc
- luad
- hnscc
- ovarian
- pdac
- gbm
prot-algorithms:
- mcpcounter
- epic
Expand Down

0 comments on commit 220d5d0

Please sign in to comment.