Closed diwasri closed 8 months ago
Thats odd. The error is an error in the logging code, and your bam files should actually be finished and fine (see Exception ignored
in the penultimate line). It looks like it is trying to write to a file that no longer exists. But its not because it is writing to stdout, so I don't know how that could be, and it was happily writing to it seconds earlier.
I'm closing due to inactivity
Hi, I am trying to do deduplication of my bam files using umi_tools dedup with the following command. The process seems to work for a few reads and then is giving me an error.
for i in *.bam; do umi_tools dedup -I $i −−paired −−output−stats=deduplicated −S ./Deduplicated/${i%%.Aligned.sortedByCoord.out.bam}_dedup.bam; done
This is the log of the run for the first bam file.