Skip to content

Commit

Permalink
Fix documentation formatting for bigWig changes
Browse files Browse the repository at this point in the history
  • Loading branch information
EricR86 committed Aug 2, 2023
1 parent 58f3964 commit d3cd023
Showing 1 changed file with 5 additions and 3 deletions.
8 changes: 5 additions & 3 deletions doc/genomedata.rst
Expand Up @@ -370,12 +370,14 @@ array([ 47.], dtype=float32)
BigWig differences
------------------
There are a number of minor differences between using the genomedata file
format and the bigWig file format.
format and the bigWig file format:

- There is only one track per bigWig file and it is implicitly set to the
filename of the bigWig.
- Summary statistics are taken from the bigWig file formation definition
and are stored as integers. There may be some loss in precision.
- Each Chromosome is represented with 1 underlying Supercontig.
which are stored as integers. There may be some differences precision.
- Each :class:`Chromosomes <Chromosome>` is represented with 1 underlying
:class:`Supercontigs <Supercontig>`.


Command-line interface
Expand Down

0 comments on commit d3cd023

Please sign in to comment.