So, the command in pbmm2 is little bit confusing. It has this --present mode with option CCS.
--preset STR Set alignment mode. See below for preset parameter details. Valid choices: (SUBREAD,
CCS, ISOSEQ, UNROLLED). [SUBREAD]
Should i use the CCS mode here or just do normal indexing and alignment.
pbmm2 index [options] <ref.fa|xml> <out.mmi>
pbmm2 align [options] <ref.fa|xml|mmi> <in.bam|xml|fa|fq|gz|fofn> [out.aligned.bam|xml]
Or
pbmm2 index [options] <ref.fa|xml> <out.mmi> --present CCS
pbmm2 align [options] <ref.fa|xml|mmi> <in.bam|xml|fa|fq|gz|fofn> [out.aligned.bam|xml] --present CCS
Because i am using hifi reads to generate the primary assembly.
And now want to map the hifi reads back to the assembly to remove contigs with 0 reads mapped.
I am confused because i am using CCS generated hifi reads. So, what should i do.