Skip to content
This repository has been archived by the owner on Nov 28, 2020. It is now read-only.

Commit

Permalink
Fixed deps
Browse files Browse the repository at this point in the history
  • Loading branch information
mwiewior committed Apr 4, 2019
1 parent da80877 commit d5ae71f
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -83,7 +83,7 @@ private static long nextContainerOffset(List<Long> containerOffsets, long positi

@Override
public RecordReader<LongWritable, SAMRecordWritable> createRecordReader(InputSplit split, TaskAttemptContext context) throws IOException, InterruptedException {
RecordReader<LongWritable, SAMRecordWritable> rr = new org.seqdoop.hadoop_bam.CRAMBDGRecordReader();
RecordReader<LongWritable, SAMRecordWritable> rr = new CRAMRecordReader();
rr.initialize(split, context);
return rr;
}
Expand Down

0 comments on commit d5ae71f

Please sign in to comment.