genoverse 4.0.5 → 4.0.6

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "genoverse",
3
- "version": "4.0.5",
3
+ "version": "4.0.6",
4
4
  "description": "Genoverse is a portable, customizable, back-end independent JavaScript and HTML5 based genome browser which allows the user to explore data in a dynamic and interactive manner.",
5
5
  "main": "src/js/Genoverse.js",
6
6
  "directories": {
@@ -16,14 +16,14 @@
16
16
  },
17
17
  "repository": {
18
18
  "type": "git",
19
- "url": "git+https://github.com/wtsi-web/Genoverse.git"
19
+ "url": "git+https://github.com/WTSI-decipher-grp/Genoverse.git"
20
20
  },
21
21
  "author": "Simon Brent",
22
22
  "license": "BSD-3-Clause",
23
23
  "bugs": {
24
- "url": "https://github.com/wtsi-web/Genoverse/issues"
24
+ "url": "https://github.com/WTSI-decipher-grp/Genoverse/issues"
25
25
  },
26
- "homepage": "https://wtsi-web.github.io/Genoverse/",
26
+ "homepage": "https://wtsi-decipher-grp.github.io/Genoverse/",
27
27
  "devDependencies": {
28
28
  "@babel/core": "^7.17.2",
29
29
  "@babel/eslint-parser": "^7.17.0",
@@ -1,7 +1,7 @@
1
1
  import Model from '../Sequence';
2
2
 
3
3
  export default Model.extend({
4
- url: 'https://wtsi-web.github.io/Genoverse/data/Homo_sapiens.GRCh37.72.dna.chromosome.1.fa', // Example url
4
+ url: 'https://wtsi-decipher-grp.github.io/Genoverse/data/Homo_sapiens.GRCh37.72.dna.chromosome.1.fa', // Example url
5
5
 
6
6
  // Following settings could be left undefined and will be detected automatically via .getStartByte()
7
7
  startByte : undefined, // Byte in the file where the sequence actually starts