Skip to content

Change arg name --norm-output for autometa-kmers entrypoint #310

@chasemc

Description

@chasemc

Don't change this yet, but the following argument name is confusing. It's an input path to a tsv of normalized kmer counts but is named norm-output.

parser.add_argument(
"--norm-output",
help=f"Path to normalized kmers table (will skip if file exists)",
metavar="filepath",
)

The command's output file path is also named ...-output:

parser.add_argument(
"--embedding-output",
help=f"Path to write embedded kmers table (will skip if file exists)",
metavar="filepath",
)

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