-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathsnakemake_config.yaml
47 lines (45 loc) · 1.19 KB
/
snakemake_config.yaml
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
# Resource allocation
guppy_threads: 20
guppy_mem_gb: 48
guppy_time_hr: 96
minimap2_threads: 10
minimap2_mem_gb: 48
minimap2_time_hr: 48
espresso_s_threads: 8
espresso_s_mem_gb: 96
espresso_s_time_hr: 60
espresso_c_threads: 8
espresso_c_mem_gb: 96
espresso_c_time_hr: 120
espresso_q_mem_gb: 96
espresso_q_time_hr: 120
visualize_mem_gb: 40
# Command options
use_annotated_junctions_with_minimap2: true
keep_espresso_c_temp: false
output_compatible_isoforms: true
# Visualization options
enable_visualization: false
visualization_path: './visualization/'
vis_normalize_counts: false
vis_target_gene: ''
vis_minimum_count: 1
vis_descriptive_name: 'ESPRESSO'
# Reference files
gtf_url: ''
gtf_name: 'gencode.v34lift37.annotation.gtf'
fasta_url: ''
fasta_name: 'ucsc.hg19.fasta'
# Input samples
# Template is shown here
samples:
IMPACT_FC2_1:
- guppy_config: 'dna_r9.4.1_450bps_fast.cfg'
fast5_dir: '~/20211207_BRCA_IMPACT_FC2_1/fast5/'
IMPACT_FC2_2:
- guppy_config: 'dna_r9.4.1_450bps_fast.cfg'
fast5_dir: '~/20211207_BRCA_IMPACT_FC2_2/fast5/'
# Executable paths
guppy_bin_path: '/path/to/guppy/ont-guppy-cpu_4.0.15/bin/'
conda_wrapper: './conda_wrapper'
espresso_path: './alpha1.2.2'