Skip to content

Commit

Permalink
correction to IntervalStore POD, classes attr was not right
Browse files Browse the repository at this point in the history
  • Loading branch information
rbuels committed Feb 6, 2012
1 parent ffd2e36 commit 4d7ca01
Showing 1 changed file with 5 additions and 3 deletions.
8 changes: 5 additions & 3 deletions lib/IntervalStore.pm
Original file line number Diff line number Diff line change
Expand Up @@ -16,9 +16,11 @@ IntervalStore - manages a set of intervals (genomic features)
my $js = JsonStore->new($pathTempl, $compress);
my $is = IntervalStore->new({
store => $js,
classes => {
attributes => ["Start", "End", "Strand"],
},
classes => [
{
attributes => ["Start", "End", "Strand"],
},
],
urlTemplate => "lf-{Chunk}.jsonz",
);
my $chunkBytes = 80_000;
Expand Down

0 comments on commit 4d7ca01

Please sign in to comment.