-
Notifications
You must be signed in to change notification settings - Fork 6
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
QC analysis no scrap mode failed #17
Comments
Hi @JiaweiShen1116! Thanks, |
Hi, Jiawei Shen |
@JiaweiShen1116: are you sure you are using the subreads bam file as produced by the sequel? If you have converted the fastq files to bam, SequelTools will not work as it relies on the specific fields to compute stats. It does not need aligned bam files for computing stats. |
Hi,
I am currently using the SequelTools to perform some QC analysis on some of the PacBio subread sequence data. However, it reports the error message as following:
Beginning quality control function
Running in NO_SCRAPS mode
[E::bgzf_uncompress] Inflate operation failed: 3
[E::bgzf_read] Read block operation failed with error 1 after 0 of 4 bytes
[main_samview] truncated file.
SequelTools.sh: line 676: generateReadLenStats_noScraps.py: command not found
ERROR: Calculation of read length statistics failed!
I have seen other people reporting similar issues with python script not found and I have already added python to my $PATH variable. So I am wondering what would be the possible cause for this error message. Thank you very much.
Best,
Jiawei Shen
The text was updated successfully, but these errors were encountered: