Skip to content

Commit

Permalink
adjust printed message
Browse files Browse the repository at this point in the history
  • Loading branch information
LKremer committed Sep 13, 2023
1 parent 99a9f7d commit 9c8beaa
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions scbs/diff.py
Original file line number Diff line number Diff line change
Expand Up @@ -561,8 +561,8 @@ def diff(

n_sig = np.count_nonzero(output_final[-1] < 0.05)
secho(
f"found {n_sig} differentially methylated regions "
f"with an adjusted p-value below 0.05.",
f"\nFound {n_sig} differentially methylated regions "
"with an adjusted p-value below 0.05.\n",
fg="green" if n_sig else "red",
)
echo(f"Writing DMRs to {_get_filepath(output)}")
Expand Down

0 comments on commit 9c8beaa

Please sign in to comment.