![]() |
|
![]() |
||||
Thread | Thread Starter | Forum | Replies | Last Post |
how to merge paired ends provided in separate files during (bfast) alignement | david.tamborero | Bioinformatics | 3 | 01-03-2012 05:31 AM |
BFAST for SOLiD paired end reads | epigen | Bioinformatics | 31 | 09-03-2011 06:20 AM |
Mira assembler: Medium sized genomes;How to use 2 separate files for paired-end reads | ndeshpan | Bioinformatics | 3 | 05-23-2011 06:59 PM |
BFAST mapping paired end reads. | tanghz | Bioinformatics | 10 | 04-29-2011 07:29 AM |
![]() |
|
Thread Tools |
![]() |
#1 |
Member
Location: spain Join Date: Feb 2011
Posts: 60
|
![]()
Hello,
I am dealing with Illumina paired end reads (100 + 100) and I am trying to align them by using bfast. The point is that they are in separate files, and I am wondering which is the best way to proceed. My attempt: 1. bfast match: Code:
bfast match -f hg19.fa -A 0 -g -r reads_file_pair_1.fastq.gz -i 1 -K 8 -M 128 -w 0 > pair_1.bmf bfast match -f hg19.fa -A 0 -g -r reads_file_pair_2.fastq.gz -i 1 -K 8 -M 128 -w 0 > pair_2.bmf Code:
bfast localalign -f hg19.fa -m pair_1.bmf -m pair_2.bmf -n 4 -A 0 -U > sample.baf Code:
bfast postprocess -i sample.baf -f hg19.fa -a 3 -z -A 0 -R -O 1 -n 4 -U | gzip > sample.sam.gz Tahnk you very much in advance, |
![]() |
![]() |
![]() |
#2 |
Nils Homer
Location: Boston, MA, USA Join Date: Nov 2008
Posts: 1,285
|
![]()
Test it out to see what happens. You should be pleasantly surprised.
|
![]() |
![]() |
![]() |
#3 |
Member
Location: spain Join Date: Feb 2011
Posts: 60
|
![]()
Unfortunately, I think it does not work, the bfast localign seems to take into account only the second passed .bmf file:
Code:
bfast localalign -f hg19.fasta -m dummy_p1.bmf -m dummy_p2.bmf -n 4 -A 0 -U > dummy.baf Code:
************************************************************ Printing Program Parameters: programMode: [ExecuteProgram] fastaFileName: hg19.fasta matchFileName: dummy_p2.bmf matchFileNameOne: [Not Using] matchFileNameTwo: [Not Using] scoringMatrixFileName: [Not Using] ungapped: [Not Using] unconstrained: [Using] space: [NT Space] startReadNum: 1 endReadNum: 2147483647 offsetLength: 20 maxNumMatches: 384 avgMismatchQuality: 10 numThreads: 4 queueLength: 10000 timing: [Not Using] ************************************************************ Am I doing something wrong? Btw, I am using the bfast+bwa-0.6.4e. Thanks, David |
![]() |
![]() |
![]() |
Tags |
alignement, bfast, paired end reads |
Thread Tools | |
|
|