You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
currently, chromosome order is used only to go from &str -> usize where usize is the order of the chromosome.
We can also utilize the length as given in fai, genome files, sam headers and .dict files to warn about out-of-range intervals.
The text was updated successfully, but these errors were encountered:
currently, chromosome order is used only to go from
&str
->usize
whereusize
is the order of the chromosome.We can also utilize the length as given in fai, genome files, sam headers and .dict files to warn about out-of-range intervals.
The text was updated successfully, but these errors were encountered: