Hi everyone,
I'm working with mate pair data (theoretical distance between pair is between 2 and 5 kb) and would be intrested to find all the mate pair that align independently of the Gap between pair.
I was thinking of aligning both reads separately using bowtie, the highest aligment among the 2 as a reference and then look at mate pair in the other alignment file.
Doing so, without optimization, i expect that running time would be less than one month(for 3 million reads) if we assume is that one search for mate pair takes 1 sec. i have a bi-xenon machine so i can optimize to divide time by 8. so it will takes 4 days. but i think that it's too long as bowtie do the alignement in few minute.
Any one have done this before ?
Any suggestion to solve this tqsk in decent time ?
Thanks in advance.
Regards,
Ramzi
I'm working with mate pair data (theoretical distance between pair is between 2 and 5 kb) and would be intrested to find all the mate pair that align independently of the Gap between pair.
I was thinking of aligning both reads separately using bowtie, the highest aligment among the 2 as a reference and then look at mate pair in the other alignment file.
Doing so, without optimization, i expect that running time would be less than one month(for 3 million reads) if we assume is that one search for mate pair takes 1 sec. i have a bi-xenon machine so i can optimize to divide time by 8. so it will takes 4 days. but i think that it's too long as bowtie do the alignement in few minute.
Any one have done this before ?
Any suggestion to solve this tqsk in decent time ?
Thanks in advance.
Regards,
Ramzi
Comment