Skip to content

Latest commit

 

History

History
80 lines (66 loc) · 2.22 KB

popgen.md

File metadata and controls

80 lines (66 loc) · 2.22 KB

PopGen

Service to generate online virtual human population.

Documentation

VHP4Safety Documentation

  • Service introduction:
  • Workflow:
  • Demo:

<script> function initTeSSWidgets() { var query = ''; if (query.trim() != "") { TessWidget.Materials(document.getElementById('tess-widget-materials-list'), 'SimpleList', { opts: { enableSearch: false }, params: { pageSize: 5, q: query } }); document.getElementById('tess-widget-materials-header').innerHTML = "Documentation from ELIXIR TeSS" } } </script> <script async="" defer="" src="https://elixirtess.github.io/TeSS_widgets/components/js/tess-widget-standalone.js" onload="initTeSSWidgets()"></script>

VHP4Safety Selection Service Metadata

Technical tool specifications

<script type="application/ld+json"> { "@context": "https://schema.org/", "@type": "SoftwareApplication", "http://purl.org/dc/terms/conformsTo": { "@type": "CreativeWork", "@id": "https://bioschemas.org/profiles/ComputationalTool/1.0-RELEASE" }, "@id" : "https://vhp4safety.github.io/cloud/service/popgen", "name": "PopGen", "description": "Service to generate online virtual human population.", "url": "http://xnet.hsl.gov.uk/Popgen/" } </script>