-
Notifications
You must be signed in to change notification settings - Fork 8
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
exit status when the amount of input data is too small #143
Comments
Interesting. So your nextflow pipeline would be able to deal with the situation that |
We only need to change one character here 😃 chloroExtractor/bin/scale_reads.pl Line 383 in ce5ffbd
|
I already told @MarvinMcFly :) Nevertheless, due to it changes the behavior, we should both agree to that change. My suggestion would be to add another option (die-without-error-state), which will exit with a code of 0 instead of 1. As default, we are able to still exit with 1 |
Fine for me |
The chloroExtractor terminates with exit status 1 if the input dataset is too small which terminates the whole nextflow pipeline if the errors are not set to be ignored.
The text was updated successfully, but these errors were encountered: