Skip to content

Commit

Permalink
Merge pull request #90 from DECIPHER-genomics/feature/EBIMove
Browse files Browse the repository at this point in the history
Update links after moving to EBI
  • Loading branch information
ashimiblessing authored Oct 2, 2023
2 parents 97fabac + bf5a78d commit 22ce456
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion src/js/Track/Model/Sequence/Fasta.js
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
import Model from '../Sequence';

export default Model.extend({
url: 'https://wtsi-decipher-grp.github.io/Genoverse/data/Homo_sapiens.GRCh37.72.dna.chromosome.1.fa', // Example url
url: 'https://github.com/DECIPHER-genomics/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 src/js/plugins/controlPanel.js
Original file line number Diff line number Diff line change
Expand Up @@ -349,7 +349,7 @@ const plugin = function (pluginConf) {
},

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

Expand Down

0 comments on commit 22ce456

Please sign in to comment.