Using Bfast To Align Illumina Paired End Reads
1
1
Entering edit mode
12.3 years ago
Travis ★ 2.8k

Hi,

I am attempting to use Bfast to align some paired-end Illumina reads. The problem is that the forward and reverse reads come in separate files and Bfast doesn't seem to explicitly account for this anywhere. Other aligners such as BWA expect the reads in this format.

Has anyone else had success with this?

Thanks in advance.

next-gen sequencing alignment • 2.4k views
ADD COMMENT
1
Entering edit mode
12.3 years ago
brentp 24k

There's a script in the BFAST scripts/ directory to do this for you: scripts/ill2fastq.pl. Something like:

perl scripts/ill2fastq.pl s_ > output.fasq

where s_ is the prefix of your reads file.

ADD COMMENT
0
Entering edit mode

Cheers Brent. Wasn't sure if this was what I was looking for but it seems to be.

ADD REPLY

Login before adding your answer.

Traffic: 1581 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