Bambu data loading issue
1
0
Entering edit mode
Seongwoo Han ▴ 10
@6d55f695
Last seen 10 months ago
United States

Hello, I am running BAMBU with my datasets. It looks like the error is saying the reference annotation isn't correct, but I used these three files in other long read packages and worked well. Is there anything I missed in the command line? I tried moving the files into the directory too, but it fails with the same reasons. I converted fastq file to sam file using minimap2, sam file into bam file using samtools. I am using cDNA!

I used these command lines to convert fastq file to bam file.

./minimap2 -t 8 -ax splice /home/seong/R/x86_64-pc-linux-gnu-library/4.1/bambu/extdata/hg38.fa /data/long_read/ENCBS944CBA/ENCFF263YFG.fastq -o /data/long_read/ENCBS944CBA/ENCFF263YFG.sam

samtools view -@ 8 -Sb -o /data/long_read/ENCBS944CBA/ENCFF563QZR.bam /data/long_read/ENCBS944CBA/ENCFF563QZR.sam

enter image description here

BAMBU bambu • 514 views
ADD COMMENT
1
Entering edit mode
Andre ▴ 20
@c3f05232
Last seen 17 months ago
Singapore

Hi Seongwoo,

I think I addressed this on the Github Issue, but for the sake of users that might find this issue here, I will copy how it was resolved here.

The main issue was due to minimap2 mapping. cDNA and direct RNA samples require different command lines for minimap2. Changing the command line to use the correct method of minimap2 solves the issue.

ADD COMMENT

Login before adding your answer.

Traffic: 728 users visited in the last hour
Help About
FAQ
Access RSS
API
Stats

Use of this site constitutes acceptance of our User Agreement and Privacy Policy.

Powered by the version 2.3.6