If your fastq name is too long, >35 characters, Maq will delete the front exceed characters, so at this situation, you can't get the actual primary fastq back.
And the primary fastq paired-end reads, every reads in pe1.fastq file should be corresponding to the same line of pe2.fastq file, so you should sort the name of reads in mapview file at first.
Seqanswers Leaderboard Ad
Collapse
Announcement
Collapse
No announcement yet.
X
-
I've tried your suggetions. I'm able to create the fastq files with awk and convert that to bfq format required for MAQ. But running MAQ with the bfq files gives me a error:
Assertion failed: (fp_bfq_l), function ma_match.cc, line 557.
Any suggestions why this might happen?Last edited by bea; 06-04-2009, 12:50 AM.
Leave a comment:
-
mapview to fastq:
maq mapview maq_map_file |awk '{print "@"$1"\n"$15"\n+\n"$16}' > fastq_file
mapview to fasta:
maq mapview maq_map_file |awk '{print ">"$1"\n"$15}'> fasta_file
unmapped reads file to fastq
awk '{print "@"$1"\n"$3"\n+\n"$4}' unmapped_reads_file > fastq_file
Leave a comment:
-
R/BioConductor can do this easily, by importing the MAQ output into an AlignedRead object, creating a ShortReadQ object from that, and then exporting a fastq file.
Leave a comment:
-
Not totally sure, but I know that the Vancouver Short Read Analysis Package has a tool for converting Maq to BED (http://vancouvershortr.wiki.sourcefo...t/ConvertToBed) and that Aaron Quinlan's BEDTools have a script for generating BED --> fasta.
Hope that helps! Definitely not the most direct way though for sure. :P
Leave a comment:
-
Convert Maq's out put to fasta/fastq?
Hi!
I would like to know whether it's possible to convert Maq's out put (out.aln.txt file, after running maq mapview or the unmapped reads files, by incorporating the u option in maq map) back to a fasta/fastq format so that it can be re-used in Maq/ other assemblers.
Thanks
Latest Articles
Collapse
-
by seqadmin
Innovations in next-generation sequencing technologies and techniques are driving more precise and comprehensive exploration of complex biological systems. Current advancements include improved accessibility for long-read sequencing and significant progress in single-cell and 3D genomics. This article explores some of the most impactful developments in the field over the past year.
Long-Read Sequencing
Long-read sequencing has seen remarkable advancements,...-
Channel: Articles
12-02-2024, 01:49 PM -
ad_right_rmr
Collapse
News
Collapse
Topics | Statistics | Last Post | ||
---|---|---|---|---|
Started by seqadmin, 12-02-2024, 09:29 AM
|
0 responses
155 views
0 likes
|
Last Post
by seqadmin
12-02-2024, 09:29 AM
|
||
Started by seqadmin, 12-02-2024, 09:06 AM
|
0 responses
51 views
0 likes
|
Last Post
by seqadmin
12-02-2024, 09:06 AM
|
||
Started by seqadmin, 12-02-2024, 08:03 AM
|
0 responses
45 views
0 likes
|
Last Post
by seqadmin
12-02-2024, 08:03 AM
|
||
Started by seqadmin, 11-22-2024, 07:36 AM
|
0 responses
76 views
0 likes
|
Last Post
by seqadmin
11-22-2024, 07:36 AM
|
Leave a comment: