Skip to content

Issue with haplotagging and ASJ analysis #21

@Bioman233

Description

@Bioman233

I first ran the following command to haplotag the Iso-Seq alignment BAM:

longcallR -b input.sorted.bam -f Ref.genome.fa -p hifi-masseq -o haplotagged --input-vcf input.dip.vcf.gz --direct-haplotag -t 5

I observed many messages like the following in the log file:
Error: unknown genotype 4 at "chr06":51620118

However, the BAM file was still successfully generated. I then ran:

longcallR asj -a Ref.genome.gff3 -b haplotagged.phased.bam -f Ref.genome.fa -o test.ASJ -t 1

But the output was:
Total genes to be analyzed: 0
Total junctions: 0
number of junctions with at least 10 reads: 0
number of genes with allele-specific junctions: 0

Could you please provide some guidance on:

  1. What does the “unknown genotype 4” error indicate?
  2. Could this issue affect the haplotagging results?
  3. Why does the ASJ analysis return zero genes and junctions?

Any suggestions would be greatly appreciated. Thank you!

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions