Skip to content

Commit

Permalink
Update heatcluster.py
Browse files Browse the repository at this point in the history
Line 73:  
#df = df.set_index("0")
  • Loading branch information
DrB-S authored Feb 1, 2024
1 parent 0b96ec7 commit 4fbe716
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion heatcluster.py
Original file line number Diff line number Diff line change
Expand Up @@ -70,7 +70,7 @@ def clean_and_read_df(df):

#df = df.select([pl.col(col).replace(consensus_patterns, '') for col in df.columns])

df = df.set_index("0")
#df = df.set_index("0")

return df

Expand Down

0 comments on commit 4fbe716

Please sign in to comment.