Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
1 change: 0 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,6 @@ The documentation is Markdown based and the website is generated using the [MkDo
To get started, pull this repo and then:
- `conda env create -f igv.js-docs.yml` to install the Conda environment with necessary dependencies.
- `conda activate igv.js-docs` to activate the environment (the exact command might differ for Anaconda).
- `cd docs`
- `mkdocs serve` to start the MkDocs live-preview web server.
- Note: if you get an error concerning ```jinja2``` try the following `pip install jinja2==3.0.0`

Expand Down
2 changes: 1 addition & 1 deletion docs/tracks/Wig-Track.md
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ The wig track (`type = 'wig'`) displays quantititive data as either a bar chart,
| color | Track color as as an "rgb(,,,)" string, a hex string, or css color name. Alternatively a function can be supplied which takes value as a parameter and returns a color. | "rgb(150,150,150)" |
| altColor | If supplied, used for negative values. See description of color field above. | |
| guideLines | Draws a horizontal line for each object in the given array: ```guideLines: [ {color: [color], y: [number], dotted: [bool]} ]``` Note: y value should be between min and max or it will not show. | |
| graphType | Type of graph, either "bar", "points" | bar |
| graphType | Type of graph, either "bar", "points" or "line" | bar |
| flipAxis | If true, track is drawn "upside down" with zero at top | false |
| windowFunction | Applicable to tracks created from **bigwig** and **tdf** files. Governs how data is summarized when zooming out. Options include **`min`**, **`max`**, and **`mean`**. | mean |

Expand Down