Skip to content

Commit

Permalink
Merge branch 'gh-pages'
Browse files Browse the repository at this point in the history
  • Loading branch information
simonbrent committed Jan 10, 2022
2 parents 2f9f6d4 + 343f188 commit 4c0e1d5
Show file tree
Hide file tree
Showing 8 changed files with 263 additions and 557 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,6 @@ Data is visualized in the browser, meaning Genoverse can be installed on any web

Genoverse works with a variety of formats, such as XML, JSON, BED, VCF, GFF, GFF3 or delimited text files, and can be customized to parse and display any data source as required.

If you have any questions, please contact [email protected]
If you have any questions, please raise an issue at https://github.com/wtsi-web/Genoverse

Example: https://genoverse.org
Example: https://wtsi-web.github.io/Genoverse/
6 changes: 3 additions & 3 deletions index.html
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@
</style>
</head>
<body>
<a class="fork" href="https://github.com/wtsi-web/Genoverse"><img src="https://s3.amazonaws.com/github/ribbons/forkme_right_orange_ff7600.png" alt="Fork me on GitHub"></a>
<a class="fork" href="https://github.com/wtsi-web/Genoverse" target="_blank"><img src="https://s3.amazonaws.com/github/ribbons/forkme_right_orange_ff7600.png" alt="Fork me on GitHub"></a>
<div class="container">
<div class="head"><h1>Genoverse - interactive HTML5 genome browser</h1></div>
<div class="wrap">
Expand All @@ -24,9 +24,9 @@
<p>Genoverse is a portable, customizable, back-end independent JavaScript and HTML5 based genome browser which allows the user to explore data interactively.</p>
<p>Data is visualized in the browser, meaning Genoverse can be installed on any website and show data from a wide range of online or local sources.</p>
<p>Genoverse works with a variety of formats, such as XML, JSON, GFF, GFF3, BED (try drag-n-drop one), and can be customized to parse and display any data source as required.</p>
<p>For more information on how to use Genoverse please refer to <a href="help.pdf">this tutorial</a>.</p>
<p>For more information on how to use Genoverse please refer to <a href="help.pdf" target="_blank">this tutorial</a>.</p>

<p class="help">If you have any questions or need help, please contact us <a href="mailto:[email protected]">[email protected]</a></p>
<p class="help">If you have any questions or need help, please raise an issue at <a href="https://github.com/wtsi-web/Genoverse" target="_blank">https://github.com/wtsi-web/Genoverse</a></p>
</div>
</div>

Expand Down
2 changes: 1 addition & 1 deletion js/Track/Model/Sequence/Fasta.js
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
Genoverse.Track.Model.Sequence.Fasta = Genoverse.Track.Model.Sequence.extend({
url : 'https://genoverse.org/data/Homo_sapiens.GRCh37.72.dna.chromosome.1.fa', // Example url
url : 'https://wtsi-web.github.io/Genoverse/data/Homo_sapiens.GRCh37.72.dna.chromosome.1.fa', // Example url

// Following settings could be left undefined and will be detected automatically via .getStartByte()
startByte : undefined, // Byte in the file where the sequence actually starts
Expand Down
2 changes: 1 addition & 1 deletion js/genoverse.min.js

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion js/genoverse.min.js.map

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion js/plugins/controlPanel.js
Original file line number Diff line number Diff line change
Expand Up @@ -306,7 +306,7 @@ Genoverse.Plugins.controlPanel = function () {
},

afterAddDomElements: function () {
this.wrapper.after('<div class="gv-powered-by">Powered by <a target="_blank" href="https://genoverse.org">Genoverse</a></div>');
this.wrapper.after('<div class="gv-powered-by">Powered by <a target="_blank" href="https://wtsi-web.github.io/Genoverse/">Genoverse</a></div>');
this.superContainer.find('.gv-panel-left').append(this.labelContainer);
},

Expand Down
Loading

0 comments on commit 4c0e1d5

Please sign in to comment.