-
Notifications
You must be signed in to change notification settings - Fork 25
Open
Description
Hi,
I am running bambu on multiple samples, however, I come across an error. Could you please help me how to resolve this issue?
Since I am running bambu with multiple times, I tried processing annotation file first with annotations = prepareAnnotations(gtf.file) as well. I get same error.
Code:
library(bambu)
fa.file <- "/projects/hg38.fa"
gtf.file <- "/projects/gencode.v48.annotation.gtf"
DD1.bam.file <- "/projects/1_IsoSeqX_bc05_5p--IsoSeqX_3p.flnc.mapped.bam"
DD2.bam.file <- "/projects/2_IsoSeqX_bc01_5p--IsoSeqX_3p.flnc.mapped.bam"
DD3.bam.file <- "/projects/3_IsoSeqX_bc03_5p--IsoSeqX_3p.flnc.mapped.bam"
DD4.bam.file <- "/projects/4_IsoSeqX_bc04_5p--IsoSeqX_3p.flnc.mapped.bam"
DD5.bam.file <- "/projects/5_IsoSeqX_bc02_5p--IsoSeqX_3p.flnc.mapped.bam"
DD6.bam.file <- "/projects/6_IsoSeqX_bc08_5p--IsoSeqX_3p.flnc.mapped.bam"
DD7.bam.file <- "/projects/7_IsoSeqX_bc06_5p--IsoSeqX_3p.flnc.mapped.bam"
DD8.bam.file <- "/projects/8_IsoSeqX_bc07_5p--IsoSeqX_3p.flnc.mapped.bam"
DD9.bam.file <- "/projects/9_IsoSeqX_bc09_5p--IsoSeqX_3p.flnc.mapped.bam"
DD10.bam.file <- "/projects/10_IsoSeqX_bc10_5p--IsoSeqX_3p.flnc.mapped.bam"
se.multiSample <- bambu(reads = c(DD1.bam.file, DD2.bam.file, DD3.bam.file, DD4.bam.file, DD5.bam.file,
DD6.bam.file, DD7.bam.file, DD8.bam.file, DD9.bam.file, DD10.bam.file),
annotations = gtf.file, genome = fa.file)
Error:
Running Bambu-v3.9.0
If you are running bambu multiple times we recommend processing your annotation file first with annotations = prepareAnnotations(gtf.file)
--- Start generating read class files ---
'getOption("repos")' replaces Bioconductor standard repositories, see 'help("repositories", package = "BiocManager")' for details.
Replacement repositories:
CRAN: https://p3m.dev/cran/__linux__/jammy/2024-10-30
| | 0%Number of Read Classes - 686149
|============ | 10%Number of Read Classes - 764318
|======================== | 20%Number of Read Classes - 650238
|===================================== | 30%Number of Read Classes - 771976
|============================================================= | 50%
Error: BiocParallel errors
1 remote errors, element index: 5
5 unevaluated and other errors
first remote error:
Error in tibble(chr = as.factor(getChrFromGrList(readGrgList)), intronStarts = unname(unstrsplit(splitAsList(as.character(unlisted_junctions_start), : Tibble columns must have compatible sizes.
In addition: There were 26 warnings (use warnings() to see them)
Best Regards,
Toufiq
Metadata
Metadata
Assignees
Labels
No labels