Skip to content
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

Not urgent: New error in quality_control #9

Closed
cmhustmyer opened this issue Jan 28, 2021 · 2 comments
Closed

Not urgent: New error in quality_control #9

cmhustmyer opened this issue Jan 28, 2021 · 2 comments

Comments

@cmhustmyer
Copy link

160 of 162 steps (99%) done
[INFO ] fastqc : Found 70 reports
[INFO ] multiqc : Compressing plot data
[WARNING] multiqc : Previous MultiQC output found! Adjusting filenames..
[WARNING] multiqc : Use -f or --force to overwrite existing reports instead
[INFO ] multiqc : Report : results/quality_control/multiqc_report_1.html
[INFO ] multiqc : Data : results/quality_control/multiqc_data_1
[INFO ] multiqc : MultiQC complete
Waiting at most 5 seconds for missing files.
MissingOutputException in line 11 of /mnt/scratch/hustmyer/ChIPseq_pipeline/workflow/rules/quality_control.smk:
Job completed successfully, but some output files are missing. Missing files after 5 seconds:
results/quality_control/multiqc_report.html
This might be due to filesystem latency. If that is the case, consider to increase the wait time with --latency-wait.
File "/home/hustmyer@ad.wisc.edu/miniconda3/envs/ChIPseq_pipeline/lib/python3.7/site-packages/snakemake/executors/init.py", line 544, in handle_job_succes
File "/home/hustmyer@ad.wisc.edu/miniconda3/envs/ChIPseq_pipeline/lib/python3.7/site-packages/snakemake/executors/init.py", line 231, in handle_job_succes
Shutting down, this might take some time.
Exiting because a job execution failed. Look above for error message

Complete log: /mnt/scratch/hustmyer/ChIPseq_pipeline/.snakemake/log/2021-01-28T082431.269746.snakemake.log

I haven't gotten this error before: all of the relevant files are in the QC folder? So unsure what this is.

config - Copy.txt
config.txt

@mikewolfe
Copy link
Owner

Weird. What are the commands you used to generate this? Did you run the pipeline, clean some stuff up, and run it again?

The multiqc error is suggesting that it has already been run and is running again: [WARNING] multiqc : Previous MultiQC output found! Adjusting filenames..

Snakemake is looking for a multiqc_report.html file but for some reason multiqc is outputting a multiqc_report_1.html file. I'm not sure how that is occurring though. Can you walk me through the commands or series of commands that got you here?

@mikewolfe
Copy link
Owner

Running the pipeline multiple times without deleting the results allows multiqc to run twice and change the name of the output files. Multiqc probably shouldn't be running again when its output files already exist but closing this issue for now.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants