Skip to content

Commit

Permalink
Fixed samtools reading issue.
Browse files Browse the repository at this point in the history
  • Loading branch information
fnothaft committed Aug 30, 2016
1 parent 143fe5c commit 74928e6
Showing 1 changed file with 0 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -352,7 +352,6 @@ sealed trait AlignmentRecordRDD extends AvroReadGroupGenomicRDD[AlignmentRecord,

// flush and close all the streams
compressedOut.flush()
compressedOut.close()
os.flush()
os.close()
}
Expand Down

0 comments on commit 74928e6

Please sign in to comment.