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
I'm experiencing problems with passing multiple arguments to --args, this is my testcase.conf
--args
testcase.conf
##### stoke testcase config file --bin ./sana --args "-g1 yeast -g2 human" # I've tried with and without quotes and quotes around each arg --functions bins -o simpleRun.tc --fxn _ZN10TabuSearch9simpleRunERK9AlignmentdRy --max_testcases 1024
and the error I'm getting from stoke testcase --config testcase.conf is:
stoke testcase --config testcase.conf
Errors: --args <arg1 arg2 ... argn> Error reading value: No argument provided! -g1 yeast -g2 human Ignoring unrecognized argument!
I managed to get this working by hardcoding in the default value ("-g1 yeast -g2 human") and rebuilding stoke. But hopefully there's a better solution
The text was updated successfully, but these errors were encountered:
No branches or pull requests
I'm experiencing problems with passing multiple arguments to
--args
, this is mytestcase.conf
and the error I'm getting from
stoke testcase --config testcase.conf
is:I managed to get this working by hardcoding in the default value ("-g1 yeast -g2 human") and rebuilding stoke. But hopefully there's a better solution
The text was updated successfully, but these errors were encountered: