view x/static/js/8624.190dd7af.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/8624.190dd7af.chunk.js","mappings":"sOAOe,SAASA,GAAW,YACjCC,IAIA,OACEC,EAAAA,cAACC,EAAAA,OAAM,CACLC,SAAS,KACTC,MAAI,EACJC,QAASA,KACPL,GAAa,EAEfM,MAAM,+BAENL,EAAAA,cAACM,EAAAA,EAAa,KACZN,EAAAA,cAACO,EAAAA,EAAU,CAACC,WAAS,GAAC,8HAItBR,EAAAA,cAACO,EAAAA,EAAU,KAAC,yHAIZP,EAAAA,cAAA,UACEA,EAAAA,cAAA,UAAI,mDACJA,EAAAA,cAAA,UAAI,8EAIJA,EAAAA,cAAA,UAAI,yEAIJA,EAAAA,cAAA,UAAI,kJAMNA,EAAAA,cAACO,EAAAA,EAAU,CAACC,WAAS,GAAC,6CAGtBR,EAAAA,cAAA,UACEA,EAAAA,cAAA,UAAI,+HAKNA,EAAAA,cAACO,EAAAA,EAAU,KAAC,uCAC0BP,EAAAA,cAACS,EAAAA,EAAY,MAAG,8EAGtDT,EAAAA,cAACO,EAAAA,EAAU,KAAC,kKAOdP,EAAAA,cAACU,EAAAA,EAAa,KACZV,EAAAA,cAACW,EAAAA,EAAM,CACLC,QAASA,KACPb,GAAa,EAEfc,WAAS,EACTC,QAAQ,aACT,UAMT,C,6DC3EA,SAAe,QAA4B,SAAK,OAAQ,CACtDC,EAAG,orBACD,W","sources":["../../../packages/core/BaseFeatureWidget/SequenceFeatureDetails/dialogs/HelpDialog.tsx","../../../node_modules/@mui/icons-material/esm/Settings.js"],"sourcesContent":["import React from 'react'\nimport { Button, DialogContent, DialogActions, Typography } from '@mui/material'\nimport { Dialog } from '@jbrowse/core/ui'\n\n// icons\nimport SettingsIcon from '@mui/icons-material/Settings'\n\nexport default function HelpDialog({\n  handleClose,\n}: {\n  handleClose: () => void\n}) {\n  return (\n    <Dialog\n      maxWidth=\"xl\"\n      open\n      onClose={() => {\n        handleClose()\n      }}\n      title=\"Feature sequence panel help\"\n    >\n      <DialogContent>\n        <Typography paragraph>\n          The \"Feature sequence\" panel shows the underlying genomic sequence for\n          a given feature, fetched from the reference genome.\n        </Typography>\n        <Typography>\n          For gene features, this panel does special calculations to e.g. stitch\n          together the coding sequence, the options are:\n        </Typography>\n        <ul>\n          <li>CDS - shows the stitched together CDS sequences</li>\n          <li>\n            Protein - the translated coding sequence, with the \"standard\"\n            genetic code\n          </li>\n          <li>\n            cDNA - shows the 'copy DNA' of transcript, formed from exon\n            sequences\n          </li>\n          <li>\n            Genomic w/ introns +/- Nbp up+down stream - the sequence underlying\n            the entire gene including including introns, with UTR and CDS\n            highlighted\n          </li>\n        </ul>\n        <Typography paragraph>\n          For other feature types, the options are:\n        </Typography>\n        <ul>\n          <li>\n            Genomic +/- Nbp up+down stream - the reference genome sequence\n            underlying the feature, with the up and downstream sequence\n          </li>\n        </ul>\n        <Typography>\n          Note 1: you can use the \"gear icon\" <SettingsIcon /> to edit the\n          number of bp displayed up/downstream and in the intron region\n        </Typography>\n        <Typography>\n          Note 2: The 'Copy HTML' function retains the colors from the sequence\n          panel but cannot be pasted into some programs like notepad that only\n          expect plain text.\n        </Typography>\n      </DialogContent>\n\n      <DialogActions>\n        <Button\n          onClick={() => {\n            handleClose()\n          }}\n          autoFocus\n          variant=\"contained\"\n        >\n          Close\n        </Button>\n      </DialogActions>\n    </Dialog>\n  )\n}\n","\"use client\";\n\nimport createSvgIcon from './utils/createSvgIcon';\nimport { jsx as _jsx } from \"react/jsx-runtime\";\nexport default createSvgIcon( /*#__PURE__*/_jsx(\"path\", {\n  d: \"M19.14 12.94c.04-.3.06-.61.06-.94 0-.32-.02-.64-.07-.94l2.03-1.58c.18-.14.23-.41.12-.61l-1.92-3.32c-.12-.22-.37-.29-.59-.22l-2.39.96c-.5-.38-1.03-.7-1.62-.94l-.36-2.54c-.04-.24-.24-.41-.48-.41h-3.84c-.24 0-.43.17-.47.41l-.36 2.54c-.59.24-1.13.57-1.62.94l-2.39-.96c-.22-.08-.47 0-.59.22L2.74 8.87c-.12.21-.08.47.12.61l2.03 1.58c-.05.3-.09.63-.09.94s.02.64.07.94l-2.03 1.58c-.18.14-.23.41-.12.61l1.92 3.32c.12.22.37.29.59.22l2.39-.96c.5.38 1.03.7 1.62.94l.36 2.54c.05.24.24.41.48.41h3.84c.24 0 .44-.17.47-.41l.36-2.54c.59-.24 1.13-.56 1.62-.94l2.39.96c.22.08.47 0 .59-.22l1.92-3.32c.12-.22.07-.47-.12-.61zM12 15.6c-1.98 0-3.6-1.62-3.6-3.6s1.62-3.6 3.6-3.6 3.6 1.62 3.6 3.6-1.62 3.6-3.6 3.6\"\n}), 'Settings');"],"names":["HelpDialog","handleClose","React","Dialog","maxWidth","open","onClose","title","DialogContent","Typography","paragraph","SettingsIcon","DialogActions","Button","onClick","autoFocus","variant","d"],"sourceRoot":""}