Skip to content

Commit c952301

Browse files
committed
Update readme
1 parent dd0345d commit c952301

File tree

1 file changed

+13
-11
lines changed

1 file changed

+13
-11
lines changed

README.md

Lines changed: 13 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -18,19 +18,19 @@ Below are examples and a quickstart guide. See the [developer documentation](ht
1818

1919
# Examples
2020

21-
***[Alignments](https://igv.org/web/release/3.0.3/examples/cram-vcf.html)***
21+
***[Alignments](https://igv.org/web/release/3.0.5/examples/cram-vcf.html)***
2222

23-
***[Interactions](https://igv.org/web/release/3.0.3/examples/interact.html)***
23+
***[Interactions](https://igv.org/web/release/3.0.5/examples/interact.html)***
2424

25-
***[Copy number](https://igv.org/web/release/3.0.3/examples/copyNumber.html)***
25+
***[Copy number](https://igv.org/web/release/3.0.5/examples/copyNumber.html)***
2626

27-
***[Multiple regions](https://igv.org/web/release/3.0.3/examples/multi-locus.html)***
27+
***[Multiple regions](https://igv.org/web/release/3.0.5/examples/multi-locus.html)***
2828

29-
***[Mutation Annotation Format (MAF)](https://igv.org/web/release/3.0.3/examples/maf-tcga.html)***
29+
***[Mutation Annotation Format (MAF)](https://igv.org/web/release/3.0.5/examples/maf-tcga.html)***
3030

31-
***[Variant color options](https://igv.org/web/release/3.0.3/examples/variant-colors.html)***
31+
***[Variant color options](https://igv.org/web/release/3.0.5/examples/variant-colors.html)***
3232

33-
***[More](https://igv.org/web/release/3.0.3/examples/)***
33+
***[More](https://igv.org/web/release/3.0.5/examples/)***
3434

3535

3636
# Quickstart
@@ -39,18 +39,18 @@ Below are examples and a quickstart guide. See the [developer documentation](ht
3939
igv.js consists of a single javascript file with no external dependencies.
4040

4141
Pre-built files for script include, AMD, or CJS module systems (igv.min.js) and an ES6 module (igv.esm.min.js)
42-
can be downloaded from [https://cdn.jsdelivr.net/npm/igv@3.0.3/dist/](https://cdn.jsdelivr.net/npm/igv@3.0.3/dist/).
42+
can be downloaded from [https://cdn.jsdelivr.net/npm/igv@3.0.5/dist/](https://cdn.jsdelivr.net/npm/igv@3.0.5/dist/).
4343

4444
To import igv as an ES6 module
4545

4646
```javascript
47-
import igv from "https://cdn.jsdelivr.net/npm/igv@3.0.3/dist/igv.esm.min.js"
47+
import igv from "https://cdn.jsdelivr.net/npm/igv@3.0.5/dist/igv.esm.min.js"
4848
```
4949

5050
Or as a script include (defines the "igv" global)
5151

5252
```html
53-
<script src="https://cdn.jsdelivr.net/npm/igv@3.0.3/dist/igv.min.js"></script>
53+
<script src="https://cdn.jsdelivr.net/npm/igv@3.0.5/dist/igv.min.js"></script>
5454
```
5555

5656
Alternatively you can install with npm
@@ -91,7 +91,9 @@ a browser on a single alignment track opened at a specific locus:
9191
})
9292
```
9393

94-
For more details see the [Wiki](https://github.com/igvteam/igv.js/wiki) for full documentation of the API.
94+
## Documentation
95+
96+
Full documentation of the igv.js API is available at [https://igv.org/doc/igvjs/](https://igv.org/doc/igvjs/).
9597

9698
## Development
9799

0 commit comments

Comments
 (0)