-
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
BCL Convert moduleKeyError
: # of >= Q30 Bases (PF)
#1563
Comments
I also came across this exact issue. The release notes for bcl-convert v3.9.3(pdf) mention that the |
KeyError
: # of >= Q30 Bases (PF)
|
Having this error trying to run bclconvert module Command: /opt/conda/bin/multiqc -f $rtitle $rfilename --config $multiqc_config -m fastqc -m bclconvert . (From Nextflow Docker) Input:
|
Any ideas to fix? |
Hi @Paul-rk-cruz, Are you using the development version of MultiQC? This fix has not yet been released yet. For future reference, please open new issues rather than commenting on closed ones. It's very easy to not see these (you can always reference closed issues). It also means that you use the bug template and provide all of the information that I need to help. Phil |
Cool thanks for your reply. I used the most recent release and built your docker and using that |
Right, if you use the development version ( |
That would be great. Thank you. How do I download the dev version? |
Nevermind, I used the dev tag for 'docker pull ewels/multiqc:dev' and got it. Will test it out. Thanks again! |
Okay this will be difficult, as I am running multiQC from within Nextflow. Is the dev version available in conda? |
You can install any GitHub repo into a conda environment by defining a But I'm planning to do a release soon, probably tomorrow, so it might be easier to just wait for that 🙂 |
Hi Ewels, Thanks for the tool again. I am not getting any error while running now but PF Q30 columns are showing as 0 but I can see that we have correct values in the Quality_Stats.csv file. Please check the attachment and screenshot. |
Description of bug
I am trying to use BCL convert output file (v.3.9.3) to generate the corresponding MultiQC report. The MultiQC software expects to find the following key
# of >= Q30 Bases (PF)
presumably in theDemultiplex_Stats.csv
. file, but it can't find it.File that triggers the error
bcl_output.zip
MultiQC Error log
The text was updated successfully, but these errors were encountered: