Skip to content

Commit

Permalink
fixing a logger.info message
Browse files Browse the repository at this point in the history
  • Loading branch information
cmatKhan committed Jul 2, 2024
1 parent 9660d1e commit 443f720
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions callingcardstools/PeakCalling/yeast/call_peaks.py
Original file line number Diff line number Diff line change
Expand Up @@ -216,10 +216,10 @@ def call_peaks(
)
if len(experiment_data_paths) > 1:
logger.info(
"Multiple experiment data files provided. These will be concatenated. ",
"The concatenated data will not be deduplicated, but each file within ",
"the concatenated data will be deduplicated if the `deduplicate` ",
"flag is set to `True`.",
"Multiple experiment data files provided. These will be concatenated. "
"The concatenated data will not be deduplicated, but each file within "
"the concatenated data will be deduplicated if the `deduplicate` "
"flag is set to `True`."
)
# Read in the chr map
chrmap_df = read_in_chrmap(
Expand Down

0 comments on commit 443f720

Please sign in to comment.