Skip to content

Commit

Permalink
Changed comments in classes' default config.
Browse files Browse the repository at this point in the history
  • Loading branch information
eudesbarbosa committed Jun 22, 2021
1 parent 31200eb commit 9e64d82
Show file tree
Hide file tree
Showing 8 changed files with 40 additions and 20 deletions.
3 changes: 2 additions & 1 deletion snappy_pipeline/workflows/panel_of_normals/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -102,7 +102,8 @@
job_mult_time: 1 # running time multiplier
merge_mult_memory: 1 # memory multiplier for merging
merge_mult_time: 1 # running time multiplier for merging
ignore_chroms: # patterns of chromosome names to ignore
# patterns of chromosome names to ignore
ignore_chroms:
- NC_007605 # herpes virus
- hs37d5 # GRCh37 decoy
- chrEBV # Eppstein-Barr Virus
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -85,7 +85,8 @@
restart_times: 5 # number of times to re-launch jobs in case of failure
max_jobs_per_second: 10 # throttling of job creation
max_status_checks_per_second: 10 # throttling of status checks
ignore_chroms: # patterns of chromosome names to ignore
# patterns of chromosome names to ignore
ignore_chroms:
- NC_007605 # herpes virus
- hs37d5 # GRCh37 decoy
- chrEBV # Eppstein-Barr Virus
Expand Down
21 changes: 14 additions & 7 deletions snappy_pipeline/workflows/somatic_variant_calling/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -187,7 +187,8 @@
max_indel_depth: 4000
window_length: 10000000
num_threads: 16
ignore_chroms: # patterns of chromosome names to ignore
# patterns of chromosome names to ignore
ignore_chroms:
- NC_007605 # herpes virus
- hs37d5 # GRCh37 decoy
- chrEBV # Eppstein-Barr Virus
Expand All @@ -198,7 +199,8 @@
platypus_joint:
split_complex_mnvs: true # whether or not to split complex and MNV variants
num_threads: 16
ignore_chroms: # patterns of chromosome names to ignore
# patterns of chromosome names to ignore
ignore_chroms:
- NC_007605 # herpes virus
- hs37d5 # GRCh37 decoy
- chrEBV # Eppstein-Barr Virus
Expand Down Expand Up @@ -226,7 +228,8 @@
job_mult_time: 1 # running time multiplier
merge_mult_memory: 1 # memory multiplier for merging
merge_mult_time: 1 # running time multiplier for merging
ignore_chroms: # patterns of chromosome names to ignore
# patterns of chromosome names to ignore
ignore_chroms:
- NC_007605 # herpes virus
- hs37d5 # GRCh37 decoy
- chrEBV # Eppstein-Barr Virus
Expand All @@ -253,7 +256,8 @@
job_mult_time: 1 # running time multiplier
merge_mult_memory: 1 # memory multiplier for merging
merge_mult_time: 1 # running time multiplier for merging
ignore_chroms: # patterns of chromosome names to ignore
# patterns of chromosome names to ignore
ignore_chroms:
- NC_007605 # herpes virus
- hs37d5 # GRCh37 decoy
- chrEBV # Eppstein-Barr Virus
Expand Down Expand Up @@ -282,7 +286,8 @@
job_mult_time: 1 # running time multiplier
merge_mult_memory: 1 # memory multiplier for merging
merge_mult_time: 1 # running time multiplier for merging
ignore_chroms: # patterns of chromosome names to ignore
# patterns of chromosome names to ignore
ignore_chroms:
- NC_007605 # herpes virus
- hs37d5 # GRCh37 decoy
- chrEBV # Eppstein-Barr Virus
Expand Down Expand Up @@ -322,7 +327,8 @@
job_mult_time: 1 # running time multiplier
merge_mult_memory: 1 # memory multiplier for merging
merge_mult_time: 1 # running time multiplier for merging
ignore_chroms: # patterns of chromosome names to ignore
# patterns of chromosome names to ignore
ignore_chroms:
- NC_007605 # herpes virus
- hs37d5 # GRCh37 decoy
- chrEBV # Eppstein-Barr Virus
Expand Down Expand Up @@ -357,7 +363,8 @@
restart_times: 5 # number of times to re-launch jobs in case of failure
max_jobs_per_second: 2 # throttling of job creation
max_status_checks_per_second: 10 # throttling of status checks
ignore_chroms: # patterns of chromosome names to ignore
# patterns of chromosome names to ignore
ignore_chroms:
- NC_007605 # herpes virus
- hs37d5 # GRCh37 decoy
- chrEBV # Eppstein-Barr Virus
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -116,7 +116,8 @@
job_mult_time: 1 # running time multiplier
merge_mult_memory: 1 # memory multiplier for merging
merge_mult_time: 1 # running time multiplier for merging
ignore_chroms: # patterns of chromosome names to ignore
# patterns of chromosome names to ignore
ignore_chroms:
- NC_007605 # herpes virus
- hs37d5 # GRCh37 decoy
- chrEBV # Eppstein-Barr Virus
Expand Down
3 changes: 2 additions & 1 deletion snappy_pipeline/workflows/variant_annotation/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -214,7 +214,8 @@
job_mult_time: 1 # running time multiplier
merge_mult_memory: 1 # memory multiplier for merging
merge_mult_time: 1 # running time multiplier for merging
ignore_chroms: # patterns of chromosome names to ignore
# patterns of chromosome names to ignore
ignore_chroms:
- NC_007605 # herpes virus
- hs37d5 # GRCh37 decoy
- chrEBV # Eppstein-Barr Virus
Expand Down
21 changes: 14 additions & 7 deletions snappy_pipeline/workflows/variant_calling/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -188,7 +188,8 @@
path_ser: REQUIRED # REQUIRED
platypus:
num_threads: 16
ignore_chroms: # patterns of chromosome names to ignore
# patterns of chromosome names to ignore
ignore_chroms:
- NC_007605 # herpes virus
- hs37d5 # GRCh37 decoy
- chrEBV # Eppstein-Barr Virus
Expand All @@ -199,7 +200,8 @@
max_indel_depth: 4000
window_length: 10000000
num_threads: 16
ignore_chroms: # patterns of chromosome names to ignore
# patterns of chromosome names to ignore
ignore_chroms:
- NC_007605 # herpes virus
- hs37d5 # GRCh37 decoy
- chrEBV # Eppstein-Barr Virus
Expand All @@ -209,7 +211,8 @@
use_standard_filters: true
window_length: 10000000
num_threads: 16
ignore_chroms: # patterns of chromosome names to ignore
# patterns of chromosome names to ignore
ignore_chroms:
- NC_007605 # herpes virus
- hs37d5 # GRCh37 decoy
- chrEBV # Eppstein-Barr Virus
Expand All @@ -231,7 +234,8 @@
job_mult_time: 1 # running time multiplier
merge_mult_memory: 1 # memory multiplier for merging
merge_mult_time: 1 # running time multiplier for merging
ignore_chroms: # patterns of chromosome names to ignore
# patterns of chromosome names to ignore
ignore_chroms:
- NC_007605 # herpes virus
- hs37d5 # GRCh37 decoy
- chrEBV # Eppstein-Barr Virus
Expand Down Expand Up @@ -270,7 +274,8 @@
restart_times: 10 # number of times to re-launch jobs in case of failure
max_jobs_per_second: 10 # throttling of job creation
max_status_checks_per_second: 10 # throttling of status jobs
ignore_chroms: # patterns of chromosome names to ignore
# patterns of chromosome names to ignore
ignore_chroms:
- NC_007605 # herpes virus
- hs37d5 # GRCh37 decoy
- chrEBV # Eppstein-Barr Virus
Expand Down Expand Up @@ -309,7 +314,8 @@
job_mult_time: 1 # running time multiplier
merge_mult_memory: 1 # memory multiplier for merging
merge_mult_time: 1 # running time multiplier for merging
ignore_chroms: # patterns of chromosome names to ignore
# patterns of chromosome names to ignore
ignore_chroms:
- NC_007605 # herpes virus
- hs37d5 # GRCh37 decoy
- chrEBV # Eppstein-Barr Virus
Expand Down Expand Up @@ -358,7 +364,8 @@
job_mult_time: 1 # running time multiplier
merge_mult_memory: 1 # memory multiplier for merging
merge_mult_time: 1 # running time multiplier for merging
ignore_chroms: # patterns of chromosome names to ignore
# patterns of chromosome names to ignore
ignore_chroms:
- nc_007605 # herpes virus
- hs37d5 # grch37 decoy
- chrebv # eppstein-barr virus
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -127,7 +127,8 @@
tools_variant_calling: null # defaults to variant_annotation tool
info_key_reliable_regions: [] # optional INFO keys with reliable regions
info_key_unreliable_regions: [] # optional INFO keys with unreliable regions
params_besenbacher: # parameters for Besenbacher quality filter
# parameters for Besenbacher quality filter
params_besenbacher:
min_gq: 50
min_dp: 10
max_dp: 120
Expand Down
3 changes: 2 additions & 1 deletion snappy_pipeline/workflows/variant_phasing/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -111,7 +111,8 @@
job_mult_time: 1 # running time multiplier
merge_mult_memory: 1 # memory multiplier for merging
merge_mult_time: 1 # running time multiplier for merging
ignore_chroms: # patterns of chromosome names to ignore
# patterns of chromosome names to ignore
ignore_chroms:
- NC_007605 # herpes virus
- hs37d5 # GRCh37 decoy
- chrEBV # Eppstein-Barr Virus
Expand Down

0 comments on commit 9e64d82

Please sign in to comment.