Skip to content

Commit

Permalink
Removed custom line of code that wasn't applicable to all datasets
Browse files Browse the repository at this point in the history
  • Loading branch information
jorvis committed Dec 1, 2023
1 parent 5085bc9 commit 05aab13
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion bin/h5ad_add_metadata_columns.py
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ def main():
adata.obs = adata.obs.join(metadata)

# remove column of a certain name
adata.obs.drop('Unnamed..0', axis=1, inplace=True)
#adata.obs.drop('Unnamed..0', axis=1, inplace=True)

adata.write(args.output_file)

Expand Down

0 comments on commit 05aab13

Please sign in to comment.