Closed zolotarovgl closed 6 months ago
Hi ! Great tool ! I had this issue which is a problem when using cellranger afterward. I'm writing this comment so I can have a notification when you solve the problem. Good luck !
Dear Sami,
It’s a minor bug - I will solve it in the next commit. For now, you can just fix it using awk:
awk ‘{if($4==0}{$4=1};print $0}’ GTF > GTF.fixed
It's fixed now.
Awesome ! Thank you very much !
Thank you for commenting on the issue! Please, let me know if you encounter any other bugs.
Sometimes, the features tend to get start coordinate = 0