Skip to content

Commit

Permalink
fix: correct parameter docstring formatting in update_external_cluste…
Browse files Browse the repository at this point in the history
…rs_csv function
  • Loading branch information
absternator committed Nov 27, 2024
1 parent ed29fd3 commit 8398fec
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions beebop/utils.py
Original file line number Diff line number Diff line change
Expand Up @@ -183,12 +183,12 @@ def update_external_clusters_csv(
[Update the external clusters CSV file with the clusters of the samples
that were not found in the external clusters file.]
:param previous_query_clustering_file:Path to CSV file
:param previous_query_clustering_file: [Path to CSV file
containing sample data]
:param not_found_q_names:[List of sample names
:param not_found_q_names: [List of sample names
that were not
found in the external clusters file]
:param external_clusters_not_found:[Dictionary mapping
:param external_clusters_not_found: [Dictionary mapping
sample names to external cluster names]
"""
df, samples_mask = get_df_sample_mask(
Expand Down

0 comments on commit 8398fec

Please sign in to comment.