Closed OliviaDIVALENTIN closed 2 months ago
It’s unlikely that you can override Lima’s parameters when using Iso-Seq mode, especially if only one side is available. This scenario wasn’t considered in Lima’s design, so we can't offer support for it. The Iso-Seq mode was specifically developed to be highly sensitive in detecting closely related 3’ and 5’ adapters. Given your situation, I don’t believe I can assist you from a technical standpoint.
Hi, I am analysing IsoSeq data with 9 samples multiplexed (Sequel II). I realized the 3p adapters are often truncated which ends up in a lot of reads not passing the min-ref-span threshold when running lima.
I tried to change the
--min-scoring-regions
and--min-ref-span
parameters values but it seems to have had no impact. My command line is the following :lima $ccsBamFile $primerFile $flBamFile.fl.bam --isoseq --peek-guess --dump-removed -j 4 --store-unbarcoded --log-level TRACE --min-scoring-regions 1 --min-ref-span 0.5
I am wondering if maybe these options are not compatible with the isoseq mode, or if the isoseq mode is overwritting these parameters. Also, I was not able to find what is really doing the isoseq mode and what values it assigns to the parameters min-scoring-regions and min-ref-span. How could I manage to keep the reads with only one adapter+barcode region passing the min-ref-span threshold ? Thanks