amkozlov / raxml-ng

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

unrecognized option `--constraint-tree' #83

Closed jtklein closed 4 years ago

jtklein commented 4 years ago

The doc states that you can use topological constraints. https://github.com/amkozlov/raxml-ng/wiki/Input-data#topological-constraint

However, when I try to use it I get the error: raxml-ng: unrecognized option `--constraint-tree'

amkozlov commented 4 years ago

@jtklein could it be that you are using a very old version of raxml-ng? I guess this feature was added in v0.6.0.

Otherwise, could you please post full raxml-ng command line?

jtklein commented 4 years ago

No, it was the newest version. I was digging around in the source for a bit. The problem is that the parameter for the program is '--tree-constraint'.

So, only the docs need to be changed I guess, where the param is called '--constraint-tree'

amkozlov commented 4 years ago

You are right, thanks for pointing this out! I fixed the documentation.