Order of operations? Prev then normalisation or normalisation then prev?

hello,

I was wondering how the order of operations is in maaslin.

If I do a min_prevalence = 0.1 and normalization = “CLR” is one done before the other as default or will it change depending on the order inputted in my code?

Thank you

As you can see in the source, the prevalence is used first (lines 843 then 853-6) before the normalization (lines 884-5).