Closed kk988 closed 1 year ago
https://github.com/flemingtonlab/SpliceTools/blob/644a3c266f5135afc37063c57e6a24adea2feadc/bin/SENumberSkipped.pl#LL142-L165
The last record is added to @previous_amplitude_array - but it is never printed to deduplicated.tsv file.
@previous_amplitude_array
You need to basically do https://github.com/flemingtonlab/SpliceTools/blob/644a3c266f5135afc37063c57e6a24adea2feadc/bin/SENumberSkipped.pl#LL157-L159 one more time after the while loop.
kk988-
Thank you for bringing this to our attention. We will resolve this issue soon.
mbaddoo
Thanks again for finding these issues, kk998. This one has also been corrected.
https://github.com/flemingtonlab/SpliceTools/blob/644a3c266f5135afc37063c57e6a24adea2feadc/bin/SENumberSkipped.pl#LL142-L165
The last record is added to
@previous_amplitude_array
- but it is never printed to deduplicated.tsv file.You need to basically do https://github.com/flemingtonlab/SpliceTools/blob/644a3c266f5135afc37063c57e6a24adea2feadc/bin/SENumberSkipped.pl#LL157-L159 one more time after the while loop.