Skip to content

Commit

Permalink
fix: address update on main branch
Browse files Browse the repository at this point in the history
  • Loading branch information
dlaehnemann committed Aug 19, 2024
1 parent d38cced commit 4165a0c
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion workflow/rules/common.smk
Original file line number Diff line number Diff line change
Expand Up @@ -1079,7 +1079,7 @@ def get_info_fusion_fields_for_tables():
"MATEID",
"GENE_NAME",
"GENE_ID",
"EXON",
"EXON_NUMBER",
]
else:
return []
Expand Down Expand Up @@ -1166,6 +1166,7 @@ def get_vembrane_config(wildcards, input):
"GENE_ID": {
"name": "feature_id",
},
"EXON_NUMBER": {"name": "exon", "expr": "INFO['EXON_NUMBER'][0]"},
}

## INFO fields holding varlociraptor probabilities
Expand Down

0 comments on commit 4165a0c

Please sign in to comment.