Hi everyone,
I am new to genome assembly, and I am trying to use quiver to polish my result from Canu. I am using yeast W303 data, RS2 P4-C2 (https://github.com/PacificBiosciences/DevNet/wiki/Saccharomyces-cerevisiae-W303-Assembly-Contigs ). Apparently that pbalign does not support cmp.h5 anymore. I tried to use pbalign to generate .bam and use samtools to sort the data, then used the final sorted .bam file as input for quiver and the result fasta file from canu as reference. However, the error message I got from quiver is:
"This does not appear to be a valid PacBio BAM file. Only datasets from RS II and Sequel instruments are supported by this program."
I even tried to output .sam file and use samtools to convert .sam to .bam. I still got the same error. I also tried to directly use the .bam output from pbalign as input for quiver, but I still got the same error message.
I saw in a different post which says that I should convert the bax.h5 files to .subread.bam using bax2bam, and use that as the input for pbalign. However, when I tried that, I got an error message from bax2bam:
ERROR: unsupported sequencing chemistry combination:
binding kit: 100236500
sequencing kit: 001558034
basecaller version: 2.0.1.49.123864
ERROR: BindingKit, SequencingKit, and ChangeListID are mandatory but unavailable
Please give me some suggestions, I truly appreciated it!