Entering edit mode
//========================== featureCounts setting ===========================\\
|| ||
|| Input files : 1 BAM file ||
|| ||
|| DBV07.sort.bam ||
|| ||
|| Output file : DBV07.counts ||
|| Summary : DBV07.counts.summary ||
|| Paired-end : no ||
|| Count read pairs : no ||
|| Annotation : total.protein.faa.901.saf (SAF) ||
|| Dir for temp files : ./ ||
|| ||
|| Threads : 16 ||
|| Level : meta-feature level ||
|| Multimapping reads : counted ||
|| Multi-overlapping reads : counted ||
|| Min overlapping bases : 1 ||
|| ||
\\============================================================================//
//================================= Running ==================================\\
|| ||
|| Load annotation file total.protein.faa.901.saf ... ||
|| Features : 360260 ||
|| Meta-features : 360260 ||
|| Chromosomes/contigs : 360260 ||
|| ||
|| Process BAM file DBV07.sort.bam... ||
featureCounts: input-files.c:4675: SAM_pairer_finish_margin_table: Assertion `NULL == pairer -> bam_margin_table -> appendix2' failed.
how to solve this error
You need to follow the posting guide to provide sufficient information related to the problem you encountered, including your commands and sessionInfo() output.