Skip to content

Commit 125673a

Browse files
committed
Enable additional pipeline steps and add PRISM AUC matrix in data-prep-pipeline
1 parent f36fc58 commit 125673a

File tree

2 files changed

+9
-4
lines changed

2 files changed

+9
-4
lines changed

data-prep-pipeline/data_prep_pipeline/release_inputs_internal.template

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -112,6 +112,11 @@ add-if-missing {
112112
"dataset_id": PREPROCESS_TAIGA_ID(release_taiga_id, "OmicsInferredMolecularSubtypes")
113113
}
114114

115+
add-if-missing {
116+
"type": "prism_oncology_reference_auc_matrix",
117+
"dataset_id": PREPROCESS_TAIGA_ID(release_taiga_id, "PRISMOncologyReferenceLog2AUCMatrix")
118+
}
119+
115120
# Dummy artifact for filter portal compounds
116121
add-if-missing {
117122
"type": "stub-artifact"

pipeline/_run_common.conseq

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ include "nonquarterly-processed.conseq"
66
include "preprocess_raw_biom_matrix.conseq"
77
include "reformat_deps.conseq"
88
include "tda.conseq"
9-
# include "predictability/predictability.conseq"
9+
include "predictability/predictability.conseq"
1010
include "reformat_repurposing_data.conseq"
1111
include "dose_replicate_reformat.conseq"
1212
include "pref_essential_genes.conseq"
@@ -17,9 +17,9 @@ include "context_explorer/get_data_availability.conseq"
1717
include "context_explorer/get_context_analysis.conseq"
1818
include "context_explorer/get_subtype_tree.conseq"
1919
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"
2323
# include "cor_analysis/cor_analysis.conseq"
2424

2525
# all of the run_xxx.conseq files define publish_dest as INVALID because

0 commit comments

Comments
 (0)