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 am experiencing this as I use pypiper in Bedbase.
pm.report_result(key="bedtype", value=self.bed_type)
It expects value to be a dict, but it does not need to be a dict. It could be a dict or a primitive.
Pypiper version v0.14.0
The text was updated successfully, but these errors were encountered:
I don't understand the problem, sorry. Can you clarify?
Sorry, something went wrong.
the docstrings need to be updated:
Value can be a dict OR it can be a string/integer etc. Because the function goes on to great a dict = {key:value} which it passes to pipestat.report.
{key:value}
pipestat.report
No branches or pull requests
I am experiencing this as I use pypiper in Bedbase.
pm.report_result(key="bedtype", value=self.bed_type)
It expects value to be a dict, but it does not need to be a dict. It could be a dict or a primitive.
Pypiper version v0.14.0
The text was updated successfully, but these errors were encountered: