-
Notifications
You must be signed in to change notification settings - Fork 603
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
base_module.py AttributeError with top_modules config #1274
Comments
Hi @plijnzaad, Thanks for this! Sorry for the slow response, I'll get to looking / fixing this when I can. On first glance my guess is that it's because you're doing Phil |
I am getting the same error for For example:
|
Tested and confirmed that changing top_modules:
- fastqc: to this: top_modules:
- fastqc ..resolves the issue. Will take a look now to see if I can make it handle the incorrect YAML format. |
Fixed in v1.11dev so both styles of YAML config should work. Before then, just remove the superfluous Thanks for reporting! Phil |
Description of bug:
I tried to run multiqc on a FastQC-produced zip file, as follows:
multiqc --config config.yaml --force --title foo --zip-data-dir --filename foo-QC.html \ --outdir . -m star -m fastqc \ ./call-fastqQC/execution/TM901-compTrim.u_fastqc.zip \ ./call-fastqQC/execution/TM901-untrimmed.u_fastqc.zip \ ./call-fastqQC/execution/TM901-adaptTrim.u_fastqc.zip
The zips are directly from FastQC; my impression was that this is enough?
The config I used was:
(also attached)
config.yaml.txt
MultiQC Error log:
File that triggers the error:
TM901-compTrim.u_fastqc.zip
MultiQC run details (please complete the following):
Command used to run MultiQC:
multiqc --config config.yaml --force --title foo --zip-data-dir --filename foo-QC.html --outdir . -m star -m fastqc ./call-fastqQC/execution/TM901-compTrim.u_fastqc.zip ./call-fastqQC/execution/TM901-untrimmed.u_fastqc.zip ./call-fastqQC/execution/TM901-adaptTrim.u_fastqc.zip
MultiQC Version: 1.9
Operating System: CentOS Linux release 7.7.1908 (Core)
Python Version: 3.6.1
Method of MultiQC installation: probably conda
Additional context
The text was updated successfully, but these errors were encountered: