Skip to content

Commit

Permalink
Merge branch 'release/0.3.9'
Browse files Browse the repository at this point in the history
  • Loading branch information
buehlere committed Jul 26, 2024
2 parents 300bfd7 + 8a9e9b5 commit 54d339e
Showing 1 changed file with 9 additions and 0 deletions.
9 changes: 9 additions & 0 deletions genotype_variants/create_all_maf_dataframe.py
Original file line number Diff line number Diff line change
Expand Up @@ -76,6 +76,9 @@ def create_all_maf_dataframe(
"t_alt_count": "t_alt_count_standard",
"t_ref_count": "t_ref_count_standard",
"t_total_count": "t_total_count_standard",
"t_alt_count_fragment": "t_alt_count_fragment_standard",
"t_ref_count_fragment": "t_ref_count_fragment_standard",
"t_total_count_fragment": "t_total_count_fragment_standard",
"t_variant_frequency": "t_variant_frequency_standard",
"t_alt_count_forward": "t_alt_count_forward_standard",
"t_ref_count_forward": "t_ref_count_forward_standard",
Expand Down Expand Up @@ -223,6 +226,9 @@ def create_all_maf_dataframe(
"t_ref_count_standard",
"t_alt_count_standard",
"t_total_count_standard",
"t_total_count_fragment_standard",
"t_alt_count_fragment_standard",
"t_ref_count_fragment_standard",
"t_variant_frequency_standard",
"t_ref_count_forward_standard",
"t_alt_count_forward_standard",
Expand Down Expand Up @@ -282,6 +288,9 @@ def create_all_maf_dataframe(
"t_ref_count_standard",
"t_alt_count_standard",
"t_total_count_standard",
"t_total_count_fragment_standard",
"t_alt_count_fragment_standard",
"t_ref_count_fragment_standard",
"t_variant_frequency_standard",
"t_ref_count_forward_standard",
"t_alt_count_forward_standard",
Expand Down

0 comments on commit 54d339e

Please sign in to comment.