An add-on to the Bigwig Reader project for loading data from files stored in Google Cloud Storage.
For npm use: npm install bigwig-reader-gcp --save
For yarn use: yarn add bigwig-reader-gcp
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);