1.0.1 • Published 4 years ago

bigwig-reader-gcp v1.0.1

Weekly downloads
3
License
MIT
Repository
github
Last release
4 years ago

BigWig Reader - GCP Loader

An add-on to the Bigwig Reader project for loading data from files stored in Google Cloud Storage.

Installation

For npm use: npm install bigwig-reader-gcp --save

For yarn use: yarn add bigwig-reader-gcp

Usage

import { AxiosDataLoader, BigWigReader } from "bigwig-reader";
import { GoogleBucketDataLoader } from "bigwig-reader-gcp";

const loader = new GoogleBucketDataLoader("my-test-bucket", "my-test-file.txt");
const reader = new BigWigReader(loader);