Skip to content

Standardize "_3f" or "3f" #73

Description

@julistanley

wig_file = "".join([prefix, track, ".wig"])

This line writes a file as "filename3f.wig", etc, but later in the pipeline they expect "filename_3f.wig", etc. Just change to wig_file = "".join([prefix, "_", track, ".wig"]) to standardize.

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