I have some pacbio reads. That's really the only info I have. No version number or anything. Each sample has four bax.h5 and one bas.h5. Is it possible to convert this to consensus reads?
I tried running the css
tool from pbcss
. It runs but I get the report below:
ZMW Yield
Success (without retry) -- CCS generated,1862,2.38%
Success (with retry) -- CCS generated,134,0.17%
Failed -- Below SNR threshold,35869,45.89%
Failed -- No usable subreads,2072,2.65%
Failed -- Insert size too long,2,0.00%
Failed -- Insert size too small,0,0.00%
Failed -- Not enough full passes,38157,48.82%
Failed -- Too many unusable subreads,0,0.00%
Failed -- CCS did not converge,0,0.00%
Failed -- CCS below minimum predicted accuracy,70,0.09%
Failed -- Unknown error during processing,0,0.00%
So there are very few CCS reads in the end.
I also tried another function bax2bam
which has the --ccs
argument. It seems like this is supposed to be an additional file named ccs.h5 which I don't have.
Running this bax2bam -o sample *.bax.h5 --ccs
gives this error: ERROR, Could not initialize ccs file
But, this functions works fine without the --ccs
option to produce perfectly fine .bam
files.
Is it possible that there are no CCS reads here? Or am I doing something wrong?
UPDATE: FastQC sequence length distribution based on filtered subreads for this sample.