-
Notifications
You must be signed in to change notification settings - Fork 3
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
if -index 1 is passed with -p flag only one split file is flagged #55
Comments
That is expected behaviour, it works the same as mstep/estep. The intent is that you would submit one job per index so that they can be performed in parallel. If you want to spread the load over a known number of jobs you can execute them with the
If you want to run them all in a single thread you don't declare |
If I do this I get the following error:
In this case only the first command works. I think these are relevant lines: cgpCaVEManWrapper/bin/caveman.pl Lines 75 to 83 in 84f952a
cgpCaVEManWrapper/bin/caveman.pl Lines 474 to 488 in 84f952a
It looks like the max amount of |
Thanks for clarifying the issue. That is a bug. We don't use it like this internally so it's been missed. |
if
-index 1
is passed with-p flag
, only one split file is flagged:I think
-p flag
should flag all regardless of-index
since you can't pass multiple-i
anywaysThe text was updated successfully, but these errors were encountered: