Skip to content

Commit f20c093

Browse files
author
Ubuntu
committed
update executiom.yaml
1 parent 8e08e24 commit f20c093

File tree

1 file changed

+19
-14
lines changed

1 file changed

+19
-14
lines changed

execution.yaml

Lines changed: 19 additions & 14 deletions
Original file line numberDiff line numberDiff line change
@@ -1,23 +1,28 @@
1-
# ----------Execution modules for RIMA-------------#
2-
#Note: Preprocess individual and cohort module.
3-
#Run the remaining modules only after these two modules.
1+
2+
##Note: Preprocess individual and cohort module necessary to get the alignment and quality results.
3+
##Run the remaining modules only after these two modules.
44
preprocess_individual: true
55
preprocess_cohort: true
66

7-
#Note: The below modules are specialized modules, each dealing with specific targets. Make sure to run individual and cohort of each module to get all the results.
7+
##Optional modules
8+
##Note: The below modules are specialized modules, each dealing with specific targets.
9+
##Make sure to run individual and cohort of each module to get all the results.
10+
11+
##Individual runs
12+
mutation_individual: false
13+
immune_response_individual: false
14+
immune_repertoire_individual: false
15+
microbiome_individual: false
16+
neoantigen_individual: false
17+
18+
19+
20+
##Cohort runs
821
differential_expression_cohort: false
922
immune_infiltration_cohort: false
10-
mutation_individual: false
1123
mutation_cohort: false
12-
immune_response_individual: true
13-
immune_response_cohort: true
14-
immune_repertoire_individual: false
24+
immune_response_cohort: false
1525
immune_repertoire_cohort: false
16-
neoantigen_individual: false
17-
neoantigen_cohort: false
18-
microbiome_individual: false
1926
microbiome_cohort: false
27+
neoantigen_cohort: false
2028

21-
22-
#Note: This module generates a standalone HTML report. It shows the results from the modules that user decides to run.
23-
report: false

0 commit comments

Comments
 (0)