Skip to content

disaggregate_to rules result in console spam #23

Description

@irm-codebase

This mostly affects snakemake or scripts that display console messages (e.g., Jupyter notebooks).

There are a bunch of print messages in the disaggregate code, which results in spam that is easily missed by users.
I suggest using warn instead, as most of these messages relate to (potentially) problematic execution.
print reaches the console, but warn reaches stderr which is where most applications expect warnings to be in.

Otherwise, INFO level logging might suffice.

Image

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type
    No fields configured for issues without a type.

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions