Skip to content

Commit

Permalink
export-parse-function (#20)
Browse files Browse the repository at this point in the history
  • Loading branch information
zoldello committed Oct 16, 2020
1 parent f653b2a commit 3adfa34
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/bigwig/index.ts
Expand Up @@ -3,4 +3,4 @@ export {
BigBedDataNarrowPeak, BigBedDataBroadPeak, BigBedDataMethyl, BigBedDataTssPeak, BigBedDataIdrPeak,
parseBigBedBroadPeak, parseBigBedIdrPeak, parseBigBedMethyl, parseBigBedNarrowPeak, parseBigBedTssPeak
} from "./encodeBigBed";
export { BigWigData, BigBedData, BigZoomData, BigWigReader, parseBigBed } from "./BigWigReader";
export { BigWigData, BigBedData, BigZoomData, BigWigReader, parseBigBed, ParseFunction } from "./BigWigReader";

0 comments on commit 3adfa34

Please sign in to comment.