You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I get an error when running the first code block:
This persists with subsequent examples
executor > local (10)
[e5/e6fded] process > FASTQC (5) [100%] 9 of 9 ✔
[17/30b05f] process > MULTIQC [100%] 1 of 1, failed: 1 ✘
Error executing process > 'MULTIQC'
Caused by:
Process `MULTIQC` terminated with an error exit status (1)
Command executed:
multiqc .
Command exit status:
1
Command output:
Searching ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 100% 42/42
Command error:
^^^^^^^^^^^^^^^^^^^^^^^^^
File "/home/bobturner/miniconda3/envs/nf-training/lib/python3.12/site-packages/multiqc/utils/config.py", line 256, in update_dict
if isinstance(val, collections.Mapping):
^^^^^^^^^^^^^^^^^^^
AttributeError: module 'collections' has no attribute 'Mapping'
============================================================
[ERROR ] multiqc : Oops! The 'seqyclean' MultiQC module broke...
Please copy the following traceback and report it at https://github.com/ewels/MultiQC/issues
If possible, please include a log file that triggers the error - the last file found was:
None
============================================================
Module seqyclean raised an exception: Traceback (most recent call last):
File "/home/bobturner/miniconda3/envs/nf-training/lib/python3.12/site-packages/multiqc/multiqc.py", line 594, in run
output = mod()
^^^^^
File "/home/bobturner/miniconda3/envs/nf-training/lib/python3.12/site-packages/multiqc/modules/seqyclean/seqyclean.py", line 18, in __init__
super(MultiqcModule, self).__init__(
File "/home/bobturner/miniconda3/envs/nf-training/lib/python3.12/site-packages/multiqc/modules/base_module.py", line 45, in __init__
config.update({anchor: mod_cust_config.get("custom_config", {})})
File "/home/bobturner/miniconda3/envs/nf-training/lib/python3.12/site-packages/multiqc/utils/config.py", line 250, in update
return update_dict(globals(), u)
^^^^^^^^^^^^^^^^^^^^^^^^^
File "/home/bobturner/miniconda3/envs/nf-training/lib/python3.12/site-packages/multiqc/utils/config.py", line 256, in update_dict
if isinstance(val, collections.Mapping):
^^^^^^^^^^^^^^^^^^^
AttributeError: module 'collections' has no attribute 'Mapping'
============================================================
[ERROR ] multiqc : Oops! The 'optitype' MultiQC module broke...
Please copy the following traceback and report it at https://github.com/ewels/MultiQC/issues
If possible, please include a log file that triggers the error - the last file found was:
None
============================================================
Module optitype raised an exception: Traceback (most recent call last):
File "/home/bobturner/miniconda3/envs/nf-training/lib/python3.12/site-packages/multiqc/multiqc.py", line 594, in run
output = mod()
^^^^^
File "/home/bobturner/miniconda3/envs/nf-training/lib/python3.12/site-packages/multiqc/modules/optitype/optitype.py", line 24, in __init__
super(MultiqcModule, self).__init__(
File "/home/bobturner/miniconda3/envs/nf-training/lib/python3.12/site-packages/multiqc/modules/base_module.py", line 45, in __init__
config.update({anchor: mod_cust_config.get("custom_config", {})})
File "/home/bobturner/miniconda3/envs/nf-training/lib/python3.12/site-packages/multiqc/utils/config.py", line 250, in update
return update_dict(globals(), u)
^^^^^^^^^^^^^^^^^^^^^^^^^
File "/home/bobturner/miniconda3/envs/nf-training/lib/python3.12/site-packages/multiqc/utils/config.py", line 256, in update_dict
if isinstance(val, collections.Mapping):
^^^^^^^^^^^^^^^^^^^
AttributeError: module 'collections' has no attribute 'Mapping'
============================================================
[WARNING] multiqc : No analysis results found. Cleaning up..
[INFO ] multiqc : MultiQC complete
Work dir:
/home/bobturner/nf-training/work/17/30b05f5243e6fd12c0013cc12ea0c8
Tip: you can try to figure out what's wrong by changing to the process work dir and showing the script file named `.command.sh`
The text was updated successfully, but these errors were encountered:
I get an error when running the first code block:
This persists with subsequent examples
The text was updated successfully, but these errors were encountered: