{"id":20930538,"url":"https://github.com/intermine/bluegenesprotvista","last_synced_at":"2026-02-17T07:33:58.885Z","repository":{"id":57118936,"uuid":"145134166","full_name":"intermine/bluegenesProtVista","owner":"intermine","description":"wrapper around the uniprot protvista protein feature viewer","archived":false,"fork":false,"pushed_at":"2020-07-10T15:38:51.000Z","size":258,"stargazers_count":0,"open_issues_count":0,"forks_count":1,"subscribers_count":7,"default_branch":"master","last_synced_at":"2025-06-17T19:47:40.550Z","etag":null,"topics":["bluegenes-tool"],"latest_commit_sha":null,"homepage":"","language":"HTML","has_issues":false,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":null,"status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/intermine.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":null,"code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null}},"created_at":"2018-08-17T15:01:04.000Z","updated_at":"2021-06-15T10:34:24.000Z","dependencies_parsed_at":"2022-08-22T22:20:48.567Z","dependency_job_id":null,"html_url":"https://github.com/intermine/bluegenesProtVista","commit_stats":null,"previous_names":[],"tags_count":1,"template":false,"template_full_name":null,"purl":"pkg:github/intermine/bluegenesProtVista","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/intermine%2FbluegenesProtVista","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/intermine%2FbluegenesProtVista/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/intermine%2FbluegenesProtVista/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/intermine%2FbluegenesProtVista/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/intermine","download_url":"https://codeload.github.com/intermine/bluegenesProtVista/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/intermine%2FbluegenesProtVista/sbom","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":260447686,"owners_count":23010548,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":["bluegenes-tool"],"created_at":"2024-11-18T21:34:50.628Z","updated_at":"2025-10-14T01:08:46.516Z","avatar_url":"https://github.com/intermine.png","language":"HTML","funding_links":[],"categories":[],"sub_categories":[],"readme":"# bluegenesProtVista\n\nWrapper around the uniprot protvista protein feature viewer\n\nThis is a prototype tool for the BlueGenes Tool API, and roughly fits the expected format of BlueGenes tool API behaviour. It is based on [this spec](https://gist.github.com/yochannah/69ab9d1fd9721cb9a701805832c39937).\n\n### Note the following\n\n - **config.json** is read by BlueGenes to allow BlueGenes to know what type of data the tool supports.\n - **preview.png** is optional, but will be used in the longer term in a tool admin UI to allow people to enable / disable / configure tools.\n - **package.json** is the default npm config but it also used by bluegenes to glean information like the script entry point (main), tool name and the tool's dependencies.\n   - `dependencies` will be automatically installed by bluegenes\n   - `devDependencies` will not be automatically installed and may be items like imtables (which bluegenes will provide on the window) or jquery. (versions to be confirmed).\n - **src/index.js** is the important part - the visualiser is initialised here. Note the method name matches the package name, and note the method signature - this is what all tools will expect to receive from bluegenes\n - **demo.html** has comments explaining what's going on, too, but is mostly there so people can see what the vis looks like as part of a standalone package. It is optional.\n\n### To set up locally for development\n\n1. Clone the repo\n2. `cd bluegenesProtVista` and then `npm install` to install dependencies.\n\nAll of the editable source files for css and js are in `src`. To bundle for prod, run the following commands:\n\n\n#### CSS\n\nAssuming [less](http://lesscss.org/) is installed globally:\n\n```\nnpm run less\n```\n\n#### JS\n\nAssuming [webpack](https://webpack.js.org/) is installed globally:\n\n##### Single build:\n```\nnpm run build\n```\n\n##### Dev build that auto-rebuilds saved files:\nNote that you'll still have to serve and refresh the page yourself - we don't provide a built-in hot-reload server.\n```\nnpm run dev\n```\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fintermine%2Fbluegenesprotvista","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fintermine%2Fbluegenesprotvista","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fintermine%2Fbluegenesprotvista/lists"}