File tree 2 files changed +1
-4
lines changed
bolt/workflows/smlv_somatic
2 files changed +1
-4
lines changed Original file line number Diff line number Diff line change @@ -51,9 +51,6 @@ def entry(ctx, **kwargs):
51
51
52
52
setup_logging (output_dir , "smlv_somatic.log" )
53
53
54
- # Create a logger instance
55
- logger = logging .getLogger (__name__ )
56
-
57
54
# Set all FILTER="." to FILTER="PASS" as required by PURPLE
58
55
filter_pass_fp = set_filter_pass (kwargs ['vcf_fp' ], kwargs ['tumor_name' ], output_dir )
59
56
Original file line number Diff line number Diff line change @@ -52,7 +52,7 @@ def entry(ctx, **kwargs):
52
52
output_dir .mkdir (mode = 0o755 , parents = True , exist_ok = True )
53
53
54
54
script_name = pathlib .Path (__file__ ).stem
55
- setup_logging ("logs" , script_name )
55
+ setup_logging (output_dir , script_name )
56
56
57
57
# BCFtools stats
58
58
bcftools_vcf_fp = bcftools_stats_prepare (kwargs ['vcf_fp' ], kwargs ['tumor_name' ], output_dir )
You can’t perform that action at this time.
0 commit comments