Closed ikaufhold closed 5 months ago
Hi,
Thank you for your interest in the software.
It looks like you ran out of disk space during the initial sorting step. I don't know if you were running multiple TEcount at once, but it does need some space for re-sorting if you use the --sortByPos
parameter.
You could check that you still have sufficient space (approximately the amount used by the original BAM file) and clear up the space. You could also run TEcount one at a time if you don't have enough space for multiple BAM files to be re-sorted.
Thanks.
Hi,
I cleared up some space, and it is working now, as long as I don't run too many jobs simultaneously. Thank you very much for your help!
All the best, Isabell
Hello,
thank you for developing this great tool! I am currently trying to use TEcount, but I am getting the following error:
My bam files are sorted by position and I use the
--sortByPos
argument in the TEcount command. I already saw that other users resolved similar errors by re-sorting their bam files by name and removing the--sortByPos
argument. The strange thing is, though, that for some of my samples, TEcount showed no error and ran smoothly, even though I use the exact same SAMtools and TEcount scripts for all of them. Could there maybe be another reason for this error?Best regards, Isabell