Skip to content

error when using bambu to quantify SIRV #532

Description

@yinshiyi

Hi Bambu developer,
I use bambu without issue with host ref genome.
However, when quantify using SIRV genome gtf. I encounter the following bug.
I tested my SIRV ref and gtf pair with other tools and those run fine.
I am wondering if you have any ideas on this issue?
Thank you.

sirv_ann <- prepareAnnotations(sirv_gtf)
sirv.quantOnly <- bambu(reads = bam, annotations = sirv_ann, genome = sirv_fa, discovery = FALSE, lowMemory=FALSE)
--- Start generating read class files ---
[E::faidx_fetch_seq2] Failed to retrieve block: unexpected end of file
Error: BiocParallel errors
1 remote errors, element index: 1
0 unevaluated and other errors
first remote error:
Error in value[3L]: record 165 (SIRV12003:11991-12000) failed
file: SIRV_ERCC_longSIRV_multi-fasta_20210507.fasta
In addition: Warning messages:
1: There was 1 warning in summarise().
In argument: intersectWidth = max(intersectWidth).
Caused by warning in max():
! no non-missing arguments to max; returning -Inf
2: There was 1 warning in summarise().
In argument: intersectWidth = max(intersectWidth).
Caused by warning in max():
! no non-missing arguments to max; returning -Inf
3: There was 1 warning in summarise().
In argument: intersectWidth = max(intersectWidth).
Caused by warning in max():
! no non-missing arguments to max; returning -Inf

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Fields

    No fields configured for issues without a type.

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions