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, it's required to get chrom_ordering from a .genome (fai) file. But bedder should also support reading it from a bam/sam/cram header or a .dict file.
It can use the current sniffers and get the appropriate info into the HashMap<String, Chromosome> format:
currently, it's required to get chrom_ordering from a .genome (fai) file. But
bedder
should also support reading it from a bam/sam/cram header or a .dict file.It can use the current sniffers and get the appropriate info into the HashMap<String, Chromosome> format:
bedder-rs/src/chrom_ordering.rs
Lines 5 to 12 in fe37df3
The text was updated successfully, but these errors were encountered: