Hello everyone, I'm trying to run nf-core/oncoanalyser using singularity offline for my CRAMs ultima files. I have setup everything needed including configs and when I run the pipeline, I keep getting error in REDUX. I have tried to fix this error by filtering out for paired reads but I have 0 paired reads and I believe the pipeline works for single end reads too? Can anyone please let me know how to navigate this when you can??
002522.314 [Thread-49] [ERROR] read(id(413777_2-4215745261) coords(chr4:131253272-131253304) isPaired(false) cigar(110S33M75S) flags(2048)) exception: java.lang.IllegalStateException: Inappropriate call if not paired read
java.lang.IllegalStateException: Inappropriate call if not paired read
at htsjdk.samtools.SAMRecord.requireReadPaired(SAMRecord.java:892)
at htsjdk.samtools.SAMRecord.getFirstOfPairFlag(SAMRecord.java:950)
at com.hartwig.hmftools.redux.common.FragmentCoords.fromRead(FragmentCoords.java:231)
at com.hartwig.hmftools.redux.ReadCache.processRead(ReadCache.java:67)
at com.hartwig.hmftools.redux.PartitionReader.processSamRecord(PartitionReader.java:301)
at com.hartwig.hmftools.redux.BamReader.sliceRegion(BamReader.java:82)
at com.hartwig.hmftools.redux.PartitionReader.processRegion(PartitionReader.java:165)
at com.hartwig.hmftools.redux.PartitionReader.processPartition(PartitionReader.java:119)
at com.hartwig.hmftools.redux.PartitionThread.run(PartitionThread.java:59)