cancerit / cgpPindel

Cancer Genome Project Insertion/Deletion detection pipeline based around Pindel
http://cancerit.github.io/cgpPindel/
GNU Affero General Public License v3.0
28 stars 5 forks source link

I/O hardening - capture bytes written to each file #84

Closed keiranmraine closed 5 years ago

keiranmraine commented 5 years ago

Depends #83.

Around this section add the required code to capture the number of bytes written to each file:

https://github.com/cancerit/cgpPindel/blob/da79133d7849117eca4ca3a22896d6b1256643b3/perl/lib/Sanger/CGP/Pindel/InputGen.pm#L271

May require rethink of how we identify which files have been started.