Skip to content

Ugly: the scripts directory contains both Snakemake scripts and executable implementation #91

@gipert

Description

@gipert

This is quite confusing, especially because one can use relative imports in modules that define executables:

from .. import patterns

but these must be turn into absolute imports if the module defines scripts to be used in Snakemake rules:

from legenddataflow import patterns

I think we should keep these two types of modules distinct, let's iterate on the package structure here.

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