odgi tips
Identifying break point positions relative to given query (reference) path(s) of all the tips in the graph or of tips of given path(s). Prints BED records to stdout.
SYNOPSIS
odgi tips [-i, --idx=FILE] [OPTION]…
DESCRIPTION
The odgi tips command identifies break point positions relative to given target (reference) path(s) of all the tips in the graph or of tips of given query path(s). Prints BED records to stdout. Each record consist of:
chrom: The target path name.
start: The 0-based start position of the query we hit in the node.
end: The 1-based end position of the query we hit in the node.
path: The name of the query path we walked.
path_pos: The 0-based position of the query path we walked when we hit the node of the target path.
jaccard: The jaccard index of the query and target path around the region of the step where the query hit the target.
walk_from_front: If 1 we walked from the head of the target path. Else we walked from the tail and it is 0.
additional_jaccards: The additional jaccards of candidate reference step(s). Comma-separated.