Skip to content

typo in delimiter for read_csv #10

Description

@mmp3

compute_contribution_to_DA.py::355 reads:

pd.read_csv(function_mapping_file, dtype={0: str}, sep="]t")

which causes the file to be read incorrectly and therefore FishTaco fails to aggregate KOs to pathways or modules.

The sep argument should be \t.

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