How to blast a paired end fastq file?
2
1
Entering edit mode
4.9 years ago
chillchik29 ▴ 10

Hello everyone, I have a paired end fastq file and I know that BLAST+ in command line, accepts fasta format. But I don't know how does it work for a paired end fastq file (I mean in two different files R1 and R2). Do I have to interleave them and then convert them to fasta? Or should I concatenate them and convert them to fasta? Or should I treat them as separate files and then convert them to fasta?

Thank you, any help would be appreciated.

alignment sequencing sequence gene • 5.0k views
ADD COMMENT
1
Entering edit mode

Why do you wish to BLAST read sequences? Plus, why do you want to BLAST both pairs and all reads?

ADD REPLY
0
Entering edit mode

I already selected these group of reads from all the metagenome sequences by aligning them with bbmap, to the phage_nt db. So before assembling them, I wanted to have a first approach of what I had in the sample by aligning them with BLAST and then export it to MEGAN.

ADD REPLY
1
Entering edit mode

You could save some effort and only convert one end to fasta (reformat.sh in=R1.fq.gz out=R1.fa) and then BLAST. PE reads are not going to give you much additional information that MEGAN can use.

ADD REPLY
0
Entering edit mode

Thank you! I'm going to try that out :)

ADD REPLY
2
Entering edit mode
4.9 years ago
chen ★ 2.5k

You can use fastp to merge it first, then blast the merged reads

See the intro here: https://github.com/OpenGene/fastp#merge-paired-end-reads

ADD COMMENT
0
Entering edit mode
4.9 years ago
JC 13k

Use Magic-Blast

ADD COMMENT
0
Entering edit mode

While this would work to do the alignments it would produce SAM format output. I am not sure if MEGAN can use that.

ADD REPLY
1
Entering edit mode

magic-blast also reports aligment in tabular format, which is similar to blast outfmt 6

ADD REPLY
0
Entering edit mode

Ah I missed that. It may need some manipulation (since it is not quite outfmt 6). I guess OP can let us know.

ADD REPLY

Login before adding your answer.

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