Skip to content

Commit

Permalink
add info on megafusion
Browse files Browse the repository at this point in the history
  • Loading branch information
rannick committed Apr 24, 2023
1 parent 11a26b3 commit 613a4f2
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions bin/megafusion.py
Original file line number Diff line number Diff line change
Expand Up @@ -177,6 +177,7 @@ def write_vcf(df_to_print, header, out_file):


def megafusion(fusioninspector_in_file, fusionreport_in_file, sample, out):
"""Convert fusion information from FusionInspector and fusion-report into a vcf file. Adapted from https://github.com/J35P312/MegaFusion"""
merged_df = build_fusioninspector_dataframe(fusioninspector_in_file, FUSIONINSPECTOR_MAP).join(
read_build_fusionreport(fusionreport_in_file), how="left"
)
Expand Down

0 comments on commit 613a4f2

Please sign in to comment.