## 开发环境 * 安装mongodb并启动(启动命令:mongod --fork --dbpath=/var/datas/bio_db —logpath=/var/datas/dblog) * 安装Node(5.3以上版本,推荐最新,开发中有问题切回5.3再试一下) * git clone 本仓库并进入文件夹 * `git checkout platform` 切换到`platform` 分支(通用平台分支) * 执行 `npm install`或者`yarn install`(如果使用yarn需单
ASN.1 encoder and decoder for Node.js with no dependencies (fork of asn1.js using native BigInt)
Buffer and serialization utilities for javascript
A Pothos plugin for more efficient integration with prisma
React hooks for querying ENS, Lens, Farcaster and Web3 universal profiles
Standalone TypeScript project service wrapper for linting.
<!-- TOC -->
ASN.1 encoder and decoder
Bio utilities, types supporting Macromolecule, Molecule3D data
A Bonjour/Zeroconf implementation in TypeScript
Bioinformatics support (import/export of sequences, conversion, visualization, analysis). [See more](https://github.com/datagrok-ai/public/blob/master/packages/Bio/README.md) for details.
Seamless REST/GraphQL API mocking library for browser and Node.js.
Generate sane and clean types from JavaScript sources
Module to simplify dealing with mobile device authentication mechanisms
OpenTelemetry Collector Trace Exporter allows user to send collected traces to the OpenTelemetry Collector
Convert your Drizzle ORM schema into DBML markup
OpenTelemetry Collector Metrics Exporter allows user to send collected metrics to the OpenTelemetry Collector
OpenTelemetry Collector Exporter allows user to send collected traces to the OpenTelemetry Collector using protobuf over HTTP
OpenTelemetry Collector Exporter allows user to send collected traces to the OpenTelemetry Collector
OpenTelemetry Collector Metrics Exporter allows user to send collected metrics to the OpenTelemetry Collector
OpenTelemetry Collector Exporter allows user to send collected log records to the OpenTelemetry Collector
OpenTelemetry Collector Metrics Exporter allows user to send collected metrics to the OpenTelemetry Collector using protobuf over HTTP
A Library for connecting requests to services that can fulfill them.
A Mock API for AWS Kinesis
A ruby wrapper for bio SPARQL service
Emulator that emulates Bio::Fetch object in BioRuby as if old BioRuby BioFetch server were still alive. It overrides methods and objects in Bio::Fetch, and if the old BioRuby BioFetch server's URL is given, it intercepts all requests and converts them into existing web services such as TogoWS, KEGG REST API, NCBI E-Utilities, and GenomeNet(genome.jp).
= Biological Extensions to the InterMine Webservice Client Library This library is a set of extensions to the InterMine Webservices client, providing access for data in biological formats. It directly extends the InterMine classes, providing extra methods to the Query class. == Example Get all sequences for proteins on "h", "r", "eve", "bib" and "zen": require "rubygems" require "intermine/service" require "intermine/bio" s = Service.new("www.flymine.org/query") puts s.query("Gene").select("proteins").where(:symbol => %w{h r eve bib zen}).fasta Process the locations of these genes one at a time: s.query.select("Gene").where(:symbol => %w{h r eve bib zen}).bed do |line| process line end == Who is this for? InterMine data warehouses are typically constructed to hold Biological data, and as this library facilitates programmatic access to these data, this install is primarily aimed at bioinformaticians. In particular, users of the following services may find it especially useful: * FlyMine (http://www.flymine.org/query) * YeastMine (http://yeastmine.yeastgenome.org/yeastmine) * RatMine (http://ratmine.mcw.edu/ratmine) * modMine (http://intermine.modencode.org/release-23) * metabolicMine (http://www.metabolicmine.org/beta) These extensions are aimed at bioinformaticians looking to integrate these sources of data into other workflows. For details on constructing queries, see the intermine documentation. == Support Support is available on our development mailing list: dev@intermine.org == License This code is Open Source under the LGPL. Source code for all InterMine code can be checked out from svn://subversion.flymine.org/flymine