Closed bioinformaticsguy closed 3 months ago
I have checked it on the combined workflow and the count workflow as well. It generates the report for multiple experiments. Kindly check and merge the pull request.
P.S: You might find a conflict with the config file, that was accidentally committed at some point. We can totally ignore the conflicts in the config file.
@bioinformaticsguy What is the status here? Shoudl I check and merge?
It would be great if you can test it locally and merge!
I have implemented the qc_report rule.
Once the workflow finishes the qc_report can be generated by calling a similar command.
snakemake -c 11 --use-conda --snakefile ../../workflow/Snakefile --configfile config.yml --notemp -p qc_report
Do not forget to mention the report rule name qc_report at the end of the snakemake call.
I have only tested this qc_report on in the count workflow. There are potential bugs that will be fixed in future pull requests.