Skip to content

Commit

Permalink
Update igv.js to 2.8.6 for variants template
Browse files Browse the repository at this point in the history
  • Loading branch information
jrobinso committed Jun 11, 2021
1 parent 6bf2d8c commit a9c8a70
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 2 deletions.
6 changes: 6 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -80,6 +80,8 @@ Variant sites can be defined from a [VCF](https://samtools.github.io/hts-specs/V
UCSC [BED](https://genome.ucsc.edu/FAQ/FAQformat.html#format1), or a generic tab delimited file.


Note: VCF files must be tabix indexed, and must end with a ".gz" extension. The ".bgz" extension is not supported.

**Track file formats:**

Currently supported track file formats are BAM, CRAM, VCF, BED, GFF3, and GTF. FASTA. BAM, CRAM, and VCF files must
Expand Down Expand Up @@ -149,3 +151,7 @@ create_datauri \
--region 8:127,738,322-127,738,508 \
https://s3.amazonaws.com/1000genomes/data/HG00096/alignment/HG00096.alt_bwamem_GRCh38DH.20150718.GBR.low_coverage.cram
```



## [_Release Notes_](https://github.com/igvteam/igv-reports/releases)
3 changes: 1 addition & 2 deletions igv_reports/templates/variant_template.html
Original file line number Diff line number Diff line change
Expand Up @@ -12,8 +12,7 @@
<title>IGV Variant Inspector </title>

<!-- igv -->
<!-- <script src="https://cdn.jsdelivr.net/npm/[email protected]/dist/igv.min.js"></script>-->
<script src="https://igv.org/web/snapshot/dist/igv.min.js"></script>
<script src="https://cdn.jsdelivr.net/npm/[email protected]/dist/igv.min.js"></script>


<style type="text/css">
Expand Down

0 comments on commit a9c8a70

Please sign in to comment.