|
1 | 1 | # All paths set on this file are relative to the workdir (if not absolute).
|
2 | 2 | workdir: "/hpc/users/viallr01/ad-omics/ricardo/MyRepo/snakeSV/"
|
3 | 3 |
|
4 |
| -OUT_FOLDER: "results_GIAB" |
| 4 | +OUT_FOLDER: "results_GIAB_refHGSVC2" |
5 | 5 | SAMPLE_KEY: "config/sampleKey.txt"
|
6 | 6 |
|
7 | 7 | TOOLS:
|
8 | 8 | - "manta"
|
9 | 9 | - "smoove"
|
10 | 10 | - "delly"
|
11 | 11 |
|
12 |
| -# Custom annotations (optional) |
13 |
| -ANNOTATION_BED: |
14 |
| - - "data/annotation/custom/astrocytes_H3K27ac.bed" |
15 |
| - - "data/annotation/custom/microglia_H3K27ac.bed" |
16 |
| - - "data/annotation/custom/neurons_H3K27ac.bed" |
17 |
| - - "data/annotation/custom/oligodendrocytes_H3K27ac.bed" |
18 |
| - |
19 | 12 | # Custom SVs for genotyping (optional)
|
20 | 13 | SV_PANEL:
|
21 |
| - - "data/sv_panel/hg002/variants.vcf" |
| 14 | + - "data/sv_panel/HGSVC2/merged.h37.vcf" |
22 | 15 |
|
23 | 16 | # Reference genome files
|
24 | 17 | REFERENCE_FASTA: "data/ref/human_g1k_v37.fasta"
|
25 | 18 | REF_BUILD: "37"
|
26 | 19 |
|
27 | 20 | # Gencode GTF for SV annotation
|
28 |
| -GENCODE_GTF: "data/annotation/gtf/gencode.v38lift37.annotation.nochr.gtf.gz" |
| 21 | +#GENCODE_GTF: "data/annotation/gtf/gencode.v38lift37.annotation.nochr.gtf.gz" |
| 22 | + |
| 23 | +# Custom annotations (optional) |
| 24 | +#ANNOTATION_BED: |
| 25 | +# - "data/annotation/custom/astrocytes_H3K27ac.bed" |
| 26 | +# - "data/annotation/custom/microglia_H3K27ac.bed" |
| 27 | +# - "data/annotation/custom/neurons_H3K27ac.bed" |
| 28 | +# - "data/annotation/custom/oligodendrocytes_H3K27ac.bed" |
29 | 29 |
|
30 | 30 | # Custom tmp folder (if not /tmp)
|
31 | 31 | TMP_DIR: "~/ad-omics/ricardo/tmp/"
|
32 |
| - |
33 |
| -# Supporting files for tools like smoove and delly. |
34 |
| -# This path is relative to the Snakefile folder. |
35 |
| -# No need to change in most of the cases. |
36 |
| -LIB_DIR: "../resources/" |
37 |
| - |
0 commit comments