diff --git a/scbs/diff.py b/scbs/diff.py index 49208c0..d25ed6a 100755 --- a/scbs/diff.py +++ b/scbs/diff.py @@ -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)}")