Star2Pass

Issue #33 resolved
Alejandra Cervera created an issue

it is not working with single end reads. It gives a null pointer exception. The problem is at line 70 where the firstPass should occur. I added line 64 to try to fix it val mateArray = if (mates==null) null else makeArray(mates(k)) but it didn't work. Could you guys take a look? thanks

Comments (1)

  1. Log in to comment