|
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. |
4 | 4 | preprocess_individual: true
|
5 | 5 | preprocess_cohort: true
|
6 | 6 |
|
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 |
8 | 21 | differential_expression_cohort: false
|
9 | 22 | immune_infiltration_cohort: false
|
10 |
| -mutation_individual: false |
11 | 23 | mutation_cohort: false
|
12 |
| -immune_response_individual: true |
13 |
| -immune_response_cohort: true |
14 |
| -immune_repertoire_individual: false |
| 24 | +immune_response_cohort: false |
15 | 25 | immune_repertoire_cohort: false
|
16 |
| -neoantigen_individual: false |
17 |
| -neoantigen_cohort: false |
18 |
| -microbiome_individual: false |
19 | 26 | microbiome_cohort: false
|
| 27 | +neoantigen_cohort: false |
20 | 28 |
|
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