Skip to content

Provide warnings for unknown Modules and potentially unused keywords #108

Description

@KasperThystrup

Whenever module names are unrecognized (Keys from the species_configs), python and snakemake silently continues to execute, which in most cases will lead to snakemake missing input file errors. These types of errors are NOT informative in regards to Module names being unrecognized. The same thing goes for keywords (such as {database} and {assembly}).

Where reasonable, add simple checks and warning messages, to lead the user/developper on the right track. I believe that most checks can be added in the helper_functions.py script

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions