Skip to content

Commit

Permalink
Update heatcluster.py
Browse files Browse the repository at this point in the history
Removed line 67:  #df = df.with_columns(df.columns().map(str))
  • Loading branch information
DrB-S authored Feb 1, 2024
1 parent 2192262 commit 762f596
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 @@ -64,7 +64,7 @@ def clean_and_read_df(df):
logging.debug('Dropping the first column')
df = df.drop("0")

df = df.with_columns(df.columns().map(str))
#df = df.with_columns(df.columns().map(str))

consensus_patterns = ['snp-dists 0.8.2', '.consensus_threshold_0.6_quality_20', 'Consensus_', 'Unnamed: 0']

Expand Down

0 comments on commit 762f596

Please sign in to comment.