File tree Expand file tree Collapse file tree 2 files changed +9
-4
lines changed
data-prep-pipeline/data_prep_pipeline Expand file tree Collapse file tree 2 files changed +9
-4
lines changed Original file line number Diff line number Diff line change @@ -112,6 +112,11 @@ add-if-missing {
112
112
"dataset_id": PREPROCESS_TAIGA_ID(release_taiga_id, "OmicsInferredMolecularSubtypes")
113
113
}
114
114
115
+ add-if-missing {
116
+ "type": "prism_oncology_reference_auc_matrix",
117
+ "dataset_id": PREPROCESS_TAIGA_ID(release_taiga_id, "PRISMOncologyReferenceLog2AUCMatrix")
118
+ }
119
+
115
120
# Dummy artifact for filter portal compounds
116
121
add-if-missing {
117
122
"type": "stub-artifact"
Original file line number Diff line number Diff line change @@ -6,7 +6,7 @@ include "nonquarterly-processed.conseq"
6
6
include "preprocess_raw_biom_matrix.conseq"
7
7
include "reformat_deps.conseq"
8
8
include "tda.conseq"
9
- # include "predictability/predictability.conseq"
9
+ include "predictability/predictability.conseq"
10
10
include "reformat_repurposing_data.conseq"
11
11
include "dose_replicate_reformat.conseq"
12
12
include "pref_essential_genes.conseq"
@@ -17,9 +17,9 @@ include "context_explorer/get_data_availability.conseq"
17
17
include "context_explorer/get_context_analysis.conseq"
18
18
include "context_explorer/get_subtype_tree.conseq"
19
19
include "context_explorer/get_subtype_context_matrix.conseq"
20
- # include "data_page/get_all_data_availability.conseq"
21
- # include "celligner/celligner.conseq"
22
- # include "make_compound_summary_table.conseq"
20
+ include "data_page/get_all_data_availability.conseq"
21
+ include "celligner/celligner.conseq"
22
+ include "make_compound_summary_table.conseq"
23
23
# include "cor_analysis/cor_analysis.conseq"
24
24
25
25
# all of the run_xxx.conseq files define publish_dest as INVALID because
You can’t perform that action at this time.
0 commit comments