UNPKG

synapse-react-client

Version:

[![npm version](https://badge.fury.io/js/synapse-react-client.svg)](https://badge.fury.io/js/synapse-react-client) [![code style: prettier](https://img.shields.io/badge/code_style-prettier-ff69b4.svg?style=flat-square)](https://github.com/prettier/prettie

75 lines (74 loc) 3.51 kB
import { jsx as o } from "react/jsx-runtime"; import { ReactComponent as r } from "../../../assets/logos/other/ad-workbench-logo.svg.js"; import { ReactComponent as i } from "../../../assets/logos/other/cavatica-logo.svg.js"; import { ReactComponent as n } from "../../../assets/logos/other/terra-logo.svg.js"; import { ReactComponent as s } from "../../../assets/logos/other/pluto-logo.svg.js"; import { ExternalAnalysisPlatformInstructions as t } from "./ExternalAnalysisPlatformInstructions.js"; import { ADDiscoveryPortalInstructions as l } from "./ADDiscoveryPortalInstructions.js"; const a = { name: "Pluto", description: "Intuitively store, search, analyze, and visualize complex biological data (including large, raw data files) and run bioinformatics pipelines in a few clicks without needing to write code or manage any of your own cloud infrastructure.", Logo: s, PlatformInstructions: () => /* @__PURE__ */ o( t, { platformName: "Pluto", platformLoginURL: "https://app.pluto.bio/login", platformConnectAccountURL: "https://help.pluto.bio/en/articles/synapse-pluto", platformSupportEmail: "mailto:support@pluto.bio" } ) }, p = { ...a, name: "Pluto (Development)", PlatformInstructions: () => /* @__PURE__ */ o( t, { platformName: "Pluto", platformLoginURL: "https://dev.pluto.bio/login", platformConnectAccountURL: "https://help.pluto.bio/en/articles/synapse-pluto", platformSupportEmail: "mailto:support@pluto.bio" } ) }, b = { cavatica: { name: "CAVATICA", description: "CAVATICA is a storage, sharing, and analysis platform designed to handle large volumes of pediatric tumor genomics data. It is produced in collaboration with Seven Bridges and based on the Seven Bridges Platform for cloud storage and bioinformatics analysis.", Logo: i, PlatformInstructions: (e) => /* @__PURE__ */ o( t, { platformName: "CAVATICA", platformLoginURL: "https://cavatica.sbgenomics.com/", platformConnectAccountURL: e.cavaticaConnectAccountURL, platformSupportEmail: "mailto:support@velsera.com" } ) }, terra: { name: "Terra", description: "Terra is an analysis platform that allows users to access data, run analysis tools, and collaborate. Terra is powered by Google Cloud Platform, enabling the user to scale and manage billing of their own projects.", Logo: n, PlatformInstructions: () => /* @__PURE__ */ o( t, { platformName: "Terra", platformLoginURL: "https://app.terra.bio/", platformConnectAccountURL: "https://app.terra.bio/#profile?tab=externalIdentities", platformSupportEmail: "mailto:support@terra.bio" } ) }, pluto: a, plutodev: p, adworkbench: { name: "AD Discovery Portal", description: "The AD Discovery Portal is designed to help researchers explore novel Alzheimer's disease and related dementias data through a publicly accessible dataset catalog. It offers a diverse collection of data, including imaging, omics, clinical, and multi-modal approaches, and brings together datasets from both industry and academia. The Discovery Portal is fully integrated with AD Workbench and enables seamless exploration, dataset access requests, and analysis.", Logo: r, PlatformInstructions: () => /* @__PURE__ */ o(l, {}) } }; export { b as EXTERNAL_ANALYSIS_PLATFORMS }; //# sourceMappingURL=ExternalAnalysisPlatformsConstants.js.map