Skip to content

Commit

Permalink
Merge branch 'master' of github.com:/weng-lab/bigwig-reader
Browse files Browse the repository at this point in the history
  • Loading branch information
hpratt committed Oct 20, 2020
2 parents 2d7a763 + 3adfa34 commit 1ae5f10
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/bigwig/index.ts
Original file line number Diff line number Diff line change
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 1ae5f10

Please sign in to comment.