rcontrib error: internal - too many modifiers
I'm trying to set-up an analysis with rcontrib where I'm reading thousands of modifiers from a text file. The analysis works fine by 2047 modifiers but for 2048 modifiers or more rcontrib throws an error:
rcontrib error: internal - too many modifiers
I checked the source code. The maximum number of modifiers is set as MAXMODLIST
which I assume is 2047. Is there anyway to change the max number or do I need to break down modifiers into separate files?