![]() |
|
![]() |
||||
Thread | Thread Starter | Forum | Replies | Last Post |
samtools: bam_pileup.c:112: resolve_cigar2: Assertion `s->k < c->n_cigar' failed | SEQquestions | Bioinformatics | 27 | 02-15-2013 10:57 AM |
Bfast localalign error | dg.pooja | General | 1 | 01-31-2011 06:35 PM |
bfast localalign error | nimmi | Bioinformatics | 6 | 01-05-2011 09:40 AM |
BFAST match/localalign help | Esther | Bioinformatics | 3 | 08-04-2010 06:19 AM |
maq map - Assertion 'matches' failed | AnamikaDarwin | Bioinformatics | 1 | 12-10-2008 08:56 AM |
![]() |
|
Thread Tools |
![]() |
#1 |
Member
Location: Zurich Join Date: Jan 2011
Posts: 26
|
![]()
Hi all, I'm getting the following error when trying to combine bfast and bwa mapped reads. Any suggestions would be appreciated.
command: bfast localalign -f rna.fasta -1 p1.f3.reads.bmf -2 p1.f5.reads.bfm -A 1 -t -U -n 4 > p1.reads.baf error: Assertion failed: (0 == strcmp(m->readName, r2_name)), function RGMatchesRead_2bmf, file RGMatches.c, line 51. Abort trap Assertion failed: (0 == strcmp(m->readName, r2_name)), function RGMatchesRead_2bmf, file RGMatches |
![]() |
![]() |
![]() |
#2 |
Nils Homer
Location: Boston, MA, USA Join Date: Nov 2008
Posts: 1,285
|
![]()
Looks like your reads are not in the same order within the two files (also p1.f5.reads.bfm should be p1.f5.read.bmf). Take a look at your input FASTQ files to make sure the read names are in the same order.
|
![]() |
![]() |
![]() |
#3 |
Member
Location: Zurich Join Date: Jan 2011
Posts: 26
|
![]()
The first and last 100 lines of reads are in the same order. I've renamed the f5 files to bmf (which was a typo when making the files). Could that be responsible?
|
![]() |
![]() |
![]() |
#4 |
Member
Location: Zurich Join Date: Jan 2011
Posts: 26
|
![]()
Changed the name and still the same error. How could I ensure that all the names are in the same order?
|
![]() |
![]() |
![]() |
#5 |
Nils Homer
Location: Boston, MA, USA Join Date: Nov 2008
Posts: 1,285
|
![]()
Where are you getting your FASTQ from?
|
![]() |
![]() |
![]() |
#6 |
Member
Location: Zurich Join Date: Jan 2011
Posts: 26
|
![]()
From the solid2fastq script that came with bfast+bwa. I made a seperate fastq for each of the F3 and F5 reads rather than paired.
|
![]() |
![]() |
![]() |
#7 |
Nils Homer
Location: Boston, MA, USA Join Date: Nov 2008
Posts: 1,285
|
![]()
Ah, you have to make them together. You cannot convert them unpaired then input them as paired.
|
![]() |
![]() |
![]() |
#8 |
Member
Location: Zurich Join Date: Jan 2011
Posts: 26
|
![]()
Oh, I was following the flow from here: http://seqanswers.com/forums/showthr...ight=bfast+bwa
So, you make the fastq paired, then map using the same fastq file for the f3 and f5 seperately? |
![]() |
![]() |
![]() |
Thread Tools | |
|
|