Closed jvfe closed 1 year ago
Hi, thanks for getting in touch. This is definitely not expected behaviour, and I think it may be due to some changes made when implementing the entropy filter for core genes. Could I ask if you could check if you got an error message when running panaroo with the -a pan
flag? Thanks!
Hi, here's the command I ran:
panaroo \
-a pan --clean-mode strict --len_dif_percent 0.70 -c 0.7 -f 0.5 \
-t 12 \
-o results \
-i SRR14022737.gff SRR14022764.gff SRR14022735.gff SRR14022754.gff
If I change '-a pan' above to '-a core' I get the output as normal.
Here's the STDOut of the panaroo run:
There doesn't appear to be any errors.
Sorry, I forgot to say which version of Panaroo I was running - this is version 1.2.9.
Hi, thanks for sending all of this along. I wasn't able to recreate the issue with the latest release (1.3.2) on one of my own datasets, and the fact that there wasn't an error message means this isn't related to what I thought was the issue (the entropy filter).
Would it be possible for you to update to 1.3.2 and see if this bug persists? I think we fixed a similar issue sometime recently in commit 01abc9c (1.3.0) or later.
Oh, I just bumped the version of panaroo I was using to 1.3.2 and can confirm the bug no longer happens. Thank you!!
I've noticed that, when using panaroo with the same dataset,
-a core
outputs core gene alignments to thecore_gene_alignment.aln
file, but when using-a pan
this file is empty. Is this the intended behavior? Because, from reading the parameter description, I expected-a pan
to output the alignment of all genes, butcore_gene_alignment.aln
is empty. Is there any way to override this behavior and have a complete alignment file with all genes or am I supposed to manually concatenate core and accessory genes after running panaroo?Thanks.