Skip to content

Commit

Permalink
chore: snakefmt
Browse files Browse the repository at this point in the history
  • Loading branch information
dlaehnemann committed Aug 26, 2024
1 parent b14d8cf commit 82a046f
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
4 changes: 1 addition & 3 deletions workflow/rules/common.smk
Original file line number Diff line number Diff line change
Expand Up @@ -1309,9 +1309,7 @@ def get_vembrane_config(wildcards, input):
"FORMAT['OBS']",
]
for p in multi_entry_fields_prefix:
sort_order.extend(
get_and_sort_multi_entry_fields(p)
)
sort_order.extend(get_and_sort_multi_entry_fields(p))
sort_order.extend(
[
# only needed for fusions, as a join key; dropped in
Expand Down
4 changes: 3 additions & 1 deletion workflow/rules/maf.smk
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,9 @@ rule group_vcf_to_maf:
get_info_prob_fields_for_tables(wc, input)
+ get_info_fusion_fields_for_tables(wc)
),
vcf_primary_alias=lookup(dpath="maf/primary_alias", within=config, default="tumor"),
vcf_primary_alias=lookup(
dpath="maf/primary_alias", within=config, default="tumor"
),
vcf_control_alias_option=(
f'--vcf-normal-id {lookup(dpath= "maf/control_alias", within= config, default= "")}'
if lookup(dpath="maf/control_alias", within=config, default=False)
Expand Down

0 comments on commit 82a046f

Please sign in to comment.