Mercurial > repos > fubar > jbrowse2
view x/static/js/9374.8ac7e6d7.chunk.js.map @ 125:49f3d3878413 draft
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/tools/jbrowse2 commit 5ea1f9c1eef1de76232e69aa6d34cda77d90d566
author | fubar |
---|---|
date | Sat, 05 Oct 2024 23:58:05 +0000 |
parents | |
children |
line wrap: on
line source
{"version":3,"file":"static/js/9374.8ac7e6d7.chunk.js","mappings":"2NAIe,SAASA,GAAW,YACjCC,IAIA,OACEC,EAAAA,cAACC,EAAAA,OAAM,CACLC,MAAI,EACJC,SAAS,KACTC,QAASL,EACTM,MAAM,wBAENL,EAAAA,cAACM,EAAAA,EAAa,KACZN,EAAAA,cAAA,UAAI,aACJA,EAAAA,cAAA,UACEA,EAAAA,cAAA,UAAI,sGAIJA,EAAAA,cAAA,UAAI,4EAEEA,EAAAA,cAAA,YAAM,kBAAqB,OAAIA,EAAAA,cAAA,YAAM,iBAAoB,sJAMjEA,EAAAA,cAAA,UAAI,oBACJA,EAAAA,cAAA,UACEA,EAAAA,cAAA,UACEA,EAAAA,cAAA,YAAM,QAAW,0CAEnBA,EAAAA,cAAA,UACEA,EAAAA,cAAA,YAAM,QAAW,4BAEnBA,EAAAA,cAAA,UACEA,EAAAA,cAAA,YAAM,+BAAkC,gEAG1CA,EAAAA,cAAA,UACEA,EAAAA,cAAA,YAAM,yBAA4B,uDAGpCA,EAAAA,cAAA,UACEA,EAAAA,cAAA,YAAM,kBAAqB,2CAE7BA,EAAAA,cAAA,UACEA,EAAAA,cAAA,YAAM,8BAAiC,uEAGzCA,EAAAA,cAAA,UACEA,EAAAA,cAAA,YAAM,gBAAmB,qDAK/BA,EAAAA,cAACO,EAAAA,EAAO,MACRP,EAAAA,cAACQ,EAAAA,EAAa,KACZR,EAAAA,cAACS,EAAAA,EAAM,CACLC,QAASA,KACPX,GAAa,EAEfY,MAAM,WACP,UAMT,C","sources":["../../../plugins/linear-genome-view/src/LinearGenomeView/components/RefNameAutocomplete/HelpDialog.tsx"],"sourcesContent":["import React from 'react'\nimport { Button, DialogActions, DialogContent, Divider } from '@mui/material'\nimport { Dialog } from '@jbrowse/core/ui'\n\nexport default function HelpDialog({\n handleClose,\n}: {\n handleClose: () => void\n}) {\n return (\n <Dialog\n open\n maxWidth=\"xl\"\n onClose={handleClose}\n title=\"Using the search box\"\n >\n <DialogContent>\n <h3>Searching</h3>\n <ul>\n <li>\n Jump to a feature or reference sequence by typing its name in the\n location box and pressing Enter.\n </li>\n <li>\n Jump to a specific region by typing the region into the location box\n as: <code>ref:start..end</code> or <code>ref:start-end</code>.\n Commas are allowed in the start and end coordinates. A\n space-separated list of locstrings can be used to open up multiple\n chromosomes at a time\n </li>\n </ul>\n <h3>Example Searches</h3>\n <ul>\n <li>\n <code>BRCA</code> - searches for the feature named BRCA\n </li>\n <li>\n <code>chr4</code> - jumps to chromosome 4\n </li>\n <li>\n <code>chr4:79,500,000..80,000,000</code> - jumps the region on\n chromosome 4 between 79.5Mb and 80Mb.\n </li>\n <li>\n <code>chr1:1-100 chr2:1-100</code> - create a split view of\n chr1:1-100 and chr2:1-100\n </li>\n <li>\n <code>chr1 chr2 chr3</code> - open up multiple chromosomes at once\n </li>\n <li>\n <code>chr1:1-100[rev] chr2:1-100</code> - open up the first region\n in the horizontally flipped orientation\n </li>\n <li>\n <code>chr1 100 200</code> - use whitespace separated refname, start,\n end\n </li>\n </ul>\n </DialogContent>\n <Divider />\n <DialogActions>\n <Button\n onClick={() => {\n handleClose()\n }}\n color=\"primary\"\n >\n Close\n </Button>\n </DialogActions>\n </Dialog>\n )\n}\n"],"names":["HelpDialog","handleClose","React","Dialog","open","maxWidth","onClose","title","DialogContent","Divider","DialogActions","Button","onClick","color"],"sourceRoot":""}