-
Notifications
You must be signed in to change notification settings - Fork 606
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
HISAT2: Unaligned Reads do not show in paired-end mode only #1230
Comments
I’m confused - the screen grabs both look fine here again? The category names are different for SE and PE, but both have unaligned reads ( What are you expecting to see here? |
Ahh sorry, I see - it’s the HISAT2 logs mixed in with bowtie2. Gotcha. |
Ok, fixed I think. Very hacky though, as is most of the Bowtie2 parsing code. Please test and test and test to make sure that I haven't messed anything up - I find it extremely difficult to tell whether the numbers are adding up properly. Reminder that you can run HiSAT2 with the |
Thanks Phil, I have now added |
Description of bug:
We found that MultiQC seems to miss out the Unaligned reads statistics for HISAT2 in paired-end mode (PE) only, but works fine in single-end mode (SE). Bowtie2 statistics are gathered correctly in both cases.
Here is an example SE plot:
And here is the PE version:
This can obviously be quite misleading at times.
This happens despite the logs looking fairly similar (the programs were run with somewhat different
Bowtie2 report
HISAT2 report
File that triggers the error:
PlateE_H12_S192_merged_L001_GRCh38_bowtie2_stats.txt
PlateE_H12_S192_merged_L001_GRCh38_hisat2_stats.txt
MultiQC run details (please complete the following):
multiqc .
Additional context
Thanks very much!
The text was updated successfully, but these errors were encountered: