Skip to content

Add hardcoded element type list as a parameter #2

@nchenche

Description

@nchenche

Each read element type of a gff is tested against the list ["chromosome", "region", "match"] to check if the element must be considered or not.

It would be more flexible to make this list as a parameter with the same default values.

For instance:
orftrack --get_element_type_considered --> returns ["chromosome", "region", "match"]
orftrack --delete_element_type_considered "match" -> returns ["chromosome", "region"]
orftrack --add_element_type_considered "any-long-overlapping-region-tag" -> returns ["chromosome", "region", "any-long-overlapping-region-tag"]

Metadata

Metadata

Assignees

No one assigned

    Labels

    enhancementNew feature or request

    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