-
Notifications
You must be signed in to change notification settings - Fork 62
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
error when using croo to generate report #96
Comments
Hi, I am hitting this error now as well using the dev branch. Could be related to? ENCODE-DCC/croo#13 |
@yr-gh Hello, have you fixed this problem? It present similar issue when using croo to generate RNA-seq pipeline output. |
@wangxiangxiu not yet, this problem seems occurring when generating report from MAplot.png, so when i run only with two replicates i delete MAplot-related (mad_qc in metadata.json) fields from metadata.json, then i re-run croo on the revised metadata.json. because i found there is no such problem when run with greater than 2 replicates (when you have more than 2 replicates, it seems not to run the mad_qc.py, so there is no error occurred). |
@wangxiangxiu here is the py script i use to del mad_qc-related fields from metadata.json del_mad_qc.py -j metadat.json -o revised_metadata.json then re-run revised_metadata.json using croo again if you have a better solution about this problem, please let me know, thank you #!/usr/bin/env python ''' import json def parse_arguments(): def main():
if name == 'main': |
Hello, I'm trying to generate ENCODE rna-seq-peipe report by croo, bu I met some problems.
The Comwell has printed that the pipeline has been run successfully, and the metadata.json file has beed generated.
But it still raised a bug when I used croo to generate a report.
The attachments are debug info file and metadata.json file.
thank you for helpful advice!
croo.log
metadata.json.log
The text was updated successfully, but these errors were encountered: