We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
This should give an error and should not print the generated script of the second step over the first step.
example:
step,protocol,dependencies Hellow,protocols/HelloWorld.sh, SomeStep,protocols/SomeStep.sh, Hellow,protocols/HelloWorld.sh,SomeStep;input=someStepOut;
generates:
/rundir/SomeStep_0.sh /rundir/Hellow_0.sh
submits
Hellow_0.sh SomeStep_0.sh Hellow_0.sh
Crashing on the first Hellow_0.sh because this needs output of SomeStep
Hellow_0.sh
maybe related to #44 & #264
The text was updated successfully, but these errors were encountered:
No branches or pull requests
This should give an error and should not print the generated script of the second step over the first step.
example:
generates:
submits
Crashing on the first
Hellow_0.sh
because this needs output of SomeStepmaybe related to #44 & #264
The text was updated successfully, but these errors were encountered: