amkozlov / raxml-ng

RAxML Next Generation: faster, easier-to-use and more flexible
GNU Affero General Public License v3.0
385 stars 64 forks source link

ASC_FELS giving error #97

Closed pnatsi closed 4 years ago

pnatsi commented 4 years ago

Hi,

I am trying to run an analysis for binary data including an ascertainment bias. This is the command I run:

raxml-ng --model BIN+G+ASC_FELS{4295} --msa binary_alingment.aln

and this is the error I get:

ERROR: You enabled ascertainment bias correction for partition noname, but it contains 4295 invariant sites. This is not allowed! Please either remove invariant sites or disable ascertainment bias correction.

I would excpect it to work since I used the correct number in the curly brackets. Am I doing something wrong? Any ideas?

Paschalis

stamatak commented 4 years ago

Paschali, check similar discussions on the raxml google group, I hope those will answer your question.

Alexis

On 24.06.20 12:14, Paschalis Natsidis wrote:

Hi,

I am trying to run an analysis for binary data including an ascertainment bias. This is the command I run:

raxml-ng --model BIN+G+ASC_FELS{4295} --msa binary_alingment.aln

and this is the error I get:

ERROR: You enabled ascertainment bias correction for partition noname, but it contains 4295 invariant sites. This is not allowed! Please either remove invariant sites or disable ascertainment bias correction.

I would excpect it to work since I used the correct number in the curly brackets. Am I doing something wrong? Any ideas?

Paschalis

— You are receiving this because you are subscribed to this thread. Reply to this email directly, view it on GitHub https://github.com/amkozlov/raxml-ng/issues/97, or unsubscribe https://github.com/notifications/unsubscribe-auth/AAGXB6V3DKKHQ2RKHOUCKJTRYG7WZANCNFSM4OGO4SEQ.

-- Alexandros (Alexis) Stamatakis

Research Group Leader, Heidelberg Institute for Theoretical Studies Full Professor, Dept. of Informatics, Karlsruhe Institute of Technology

www.exelixis-lab.org

pnatsi commented 4 years ago

Thank you Alexi, it was useful indeed.

amkozlov commented 4 years ago

@pnatsi so can we close this issue then?

pnatsi commented 4 years ago

From my side yes, but maybe you want to fix that BIN+G+ASC_FELS{4295} reports an error that there are 4295 invariable sites.

People may get confused because you also say to include the number of invariable sites in curly brackets, and when you do it you still get the same error. It must be somehow clear that you need to remove the sites and then put their number in the curly brackets, in my opinion.

amkozlov commented 4 years ago

Do you have a suggestion how we can make it even more clear?

I guess the error message is quite straightforward:

Please either remove invariant sites or disable ascertainment bias correction

and I also added a note into +ASC model description:

https://github.com/amkozlov/raxml-ng/wiki/Input-data#single-model

pnatsi commented 4 years ago

OK the note is helpful. Leave it like this and you can deal with it case by case, if any. Thank you

amkozlov commented 4 years ago

Great, thanks for your feedback!