![]() |
|
![]() |
||||
Thread | Thread Starter | Forum | Replies | Last Post |
No expression? or wrong mapping? | sarahthefool | RNA Sequencing | 0 | 10-26-2011 08:00 AM |
what wrong with boost? | feng | Bioinformatics | 3 | 10-16-2011 10:50 AM |
something wrong when using consed | dingkai0564 | Bioinformatics | 0 | 08-25-2011 01:05 AM |
cufflinks transcript on wrong strand | ornam | Bioinformatics | 2 | 12-13-2010 01:33 PM |
What wrong about my result of Velvet | ZhigangLi | Bioinformatics | 0 | 12-01-2010 06:23 AM |
![]() |
|
Thread Tools |
![]() |
#1 |
Junior Member
Location: HongKong Join Date: Aug 2008
Posts: 9
|
![]()
[lemon@localhost Desktop]$ maq map flc_N.map flc.bfa /var/SEQ/Ningyou7_solexa.bfq
-- maq-0.6.8 [ma_load_reads] loading reads... [ma_load_reads] set length of the first read as 35. [ma_load_reads] 21952885*2 reads loaded. [ma_longread2read] encoding reads... 43905770 sequences processed. [ma_match] set the minimum insert size as 36. [match_core] round 1/3... [match_core] making index... [match_core] processing sequence sjh (1100 bp)... [match_core] round 2/3... [match_core] making index... [match_core] processing sequence sjh (1100 bp)... [match_core] round 3/3... [match_core] making index... [match_core] processing sequence sjh (1100 bp)... [match_core] sorting the hits and dumping the results... [ma_load_reads] loading reads... [ma_load_reads] 21952885*2 reads loaded. [mapping_count_single] 16, 16, 16, 16 已杀死 ?? Last edited by lemon027; 09-11-2008 at 06:17 PM. Reason: sloved |
![]() |
![]() |
![]() |
#2 |
Senior Member
Location: Boston Join Date: Feb 2008
Posts: 693
|
![]()
Maq man page will suggest you put 2 million (instead of 20 million) reads in a batch to run maq map. Probably the process gets killed due to insufficient memory.
You can also use maq.pl easyrun if you works with small genomes. It will split the input for you. |
![]() |
![]() |
![]() |
#3 |
--Site Admin--
Location: SF Bay Area, CA, USA Join Date: Oct 2007
Posts: 1,358
|
![]()
lemon:
To follow up on lh3's comment, use the fastq2bfq command with the -n option (say -n 2000000, or 10000000) to automatically split the reads. Then run a map command on each file, then use mapmerge. |
![]() |
![]() |
![]() |
#4 |
Junior Member
Location: HongKong Join Date: Aug 2008
Posts: 9
|
![]()
maq map /home/lemon/Desktop/flc_T.map /home/lemon/Desktop/flc.bfa Tapidor_solexa.bfq
-- maq-0.6.8 [ma_load_reads] loading reads... [ma_load_reads] set length of the first read as 35. [ma_load_reads] 19002103*2 reads loaded. [ma_longread2read] encoding reads... 38004206 sequences processed. [ma_match] set the minimum insert size as 36. [match_core] round 1/3... [match_core] making index... [match_core] processing sequence sjh (1100 bp)... [match_core] round 2/3... [match_core] making index... [match_core] processing sequence sjh (1100 bp)... [match_core] round 3/3... [match_core] making index... [match_core] processing sequence sjh (1100 bp)... [match_core] sorting the hits and dumping the results... [ma_load_reads] loading reads... [ma_load_reads] 19002103*2 reads loaded. [mapping_count_single] 16, 16, 16, 16 [maq_indel_pe] the indel detector only works with short-insert mate-pair reads. [match_data2mapping] 62 out of 38004206 raw reads are mapped with 0 in pairs. -- (total, isPE, mapped, paired) = (19002103, 0, 62, 0) ![]() |
![]() |
![]() |
![]() |
#5 |
Junior Member
Location: HongKong Join Date: Aug 2008
Posts: 9
|
![]()
thank you I am trying your suggestion
|
![]() |
![]() |
![]() |
#6 |
Junior Member
Location: HongKong Join Date: Aug 2008
Posts: 9
|
![]()
Yes ,
your right~ the error never come out again! but I had to merge the results together? can i use one line command to get the all the result? |
![]() |
![]() |
![]() |
#7 |
--Site Admin--
Location: SF Bay Area, CA, USA Join Date: Oct 2007
Posts: 1,358
|
![]()
Yes, once you issue the maq mapmerge command (with all the proper filenames of course...see the man page)...you will have one .map file that is all of your data combined!
|
![]() |
![]() |
![]() |
Thread Tools | |
|
|