Closed hansenp closed 5 years ago
The digest map generated by GOPHER does not contain the chrEBV. If the index for bowtie2 contains chrEBV this causes a NullPointerException for read pairs mapped to this chromosome.
chrEBV
NullPointerException
We could throw and catch an exception ChromosomeNotInDigestMap.
ChromosomeNotInDigestMap
The digest map generated by GOPHER does not contain the
chrEBV
. If the index for bowtie2 containschrEBV
this causes aNullPointerException
for read pairs mapped to this chromosome.