I am trying to check which version of PacBio HiFi genomic reads I have as Minimap2 has different input functions depending on the version number. Does anyone know how this information would be obtained? It's likely I have 2.19 since they were produced last year, but it would be ideal to check.
./minimap2 -ax map-hifi ref.fa pacbio-ccs.fq.gz > aln.sam # PacBio HiFi/CCS genomic reads (v2.19 or later)
./minimap2 -ax asm20 ref.fa pacbio-ccs.fq.gz > aln.sam # PacBio HiFi/CCS genomic reads (v2.18 or earlier)