|
1 | 1 | # Synopsis
|
2 | 2 |
|
3 |
| -This repository contains the source code and input data used for the data analysis and modeling for: Deterioration of multi-level 3D genome organization during breast cancer progression (preprint available soon). |
| 3 | +This repository contains the source code and input data used for the data analysis and modeling for: Loss of multi-level 3D genome organization during breast cancer progression (preprint available soon). |
4 | 4 |
|
5 | 5 | Input data download and subsequent analyses are automated using Nextflow and Singularity/Apptainer.
|
6 | 6 |
|
@@ -36,17 +36,20 @@ The execution order of the rest of the worklows varies depending on which parts
|
36 | 36 | The following order assumes you want to re-run the entire analysis. If you only want to re-run some steps, feel free to get in touch with us to know which steps you have to run.
|
37 | 37 |
|
38 | 38 | 1. `run_nfcore_hic.sh`
|
39 |
| -2. `run_tad_analysis.sh` |
40 |
| -3. `run_compartment_analysis.sh` |
41 |
| -4. `run_call_tad_cliques_workflow.sh` |
42 |
| -5. `run_chrom3d_workflow.sh` |
43 |
| -6. `run_nfcore_rnaseq.sh` |
44 |
| -7. `run_diff_expression_analysis.sh` |
45 |
| -8. `run_nfcore_chipseq.sh` |
46 |
| -9. `run_comparative_analysis_hic.sh` |
47 |
| -10. `run_comparative_analysis.sh` |
48 |
| - |
49 |
| -Inside the `config` folder there are the following base configs: |
| 39 | +2. `run_compress_nfcore_hic_output.sh` |
| 40 | +3. `run_nfcore_rnaseq.sh` |
| 41 | +4. `run_nfcore_chipseq.sh` |
| 42 | +5. `run_diff_expression_analysis.sh` |
| 43 | +6. `run_comparative_analysis_hic.sh` |
| 44 | +7. `run_detect_structural_variants.sh` |
| 45 | +8. `run_compartment_analysis.sh` |
| 46 | +9. `run_tad_analysis.sh` |
| 47 | +10. `run_call_tad_cliques_workflow.sh` |
| 48 | +11. `run_chrom3d_workflow.sh` |
| 49 | +12. `run_comparative_analysis.sh` |
| 50 | +13. `run_fish.sh` |
| 51 | + |
| 52 | +Inside the `configs` folder there are the following base configs: |
50 | 53 | - `base_hovig.config`
|
51 | 54 | - `base_linux.config`
|
52 | 55 | - `base_saga.config`
|
|
0 commit comments