Skip to content

weng-lab/bigwig-reader-gcp

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

32 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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);

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Contributors 3

  •  
  •  
  •