Skip to content

Commit

Permalink
Debugging
Browse files Browse the repository at this point in the history
  • Loading branch information
lauraluebbert committed May 20, 2024
1 parent c376766 commit 4d16538
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions gget/gget_mutate.py
Original file line number Diff line number Diff line change
Expand Up @@ -321,6 +321,8 @@ def mutate(
if isinstance(mutation_df, str):
mutation_df = pd.read_csv(mutation_df)

print(mutation_df)

logging.info("Extracting mutation types...")
# Get all mutation types
mutation_df["mutation_type"] = mutation_df[mut_column].progress_apply(
Expand Down

0 comments on commit 4d16538

Please sign in to comment.