Closed ghost closed 6 years ago
Sorry, a few more minutes of reading through past issues and I think I figured out that it is related to #161. I was thinking it was as described in the paper and only considering the triangle of the matrix rather than the full matrix.
I'm trying to learn more about deblur and have run into a snag. When I run a dataset through deblur and have it keep all of the temporary files (i.e. with
--keep-tmp-files
), the last three temporary fasta files that are generated end inmsa
,msa.deblur
, andmsa.deblur.no_chimeras
. As I understand the algorithm and looking at the source code, the most abundant sequence should not change its abundance as it goes through the deblur algorithm. Yet, when I run it I'm losing 61 sequences. Ideas where this could be happening?