Tophat Junctions Search Via Segment Mapping.
1
0
Entering edit mode
12.2 years ago

Hi Guys,

I understand that BowTie alignments can be multithread and the no. of processors can be defined. However, is there any way of multithreading the search for junctions via segment mapping step (segment_juncs process) in TopHat?

Thanks in advance.

Fernando

parallel tophat • 3.3k views
ADD COMMENT
0
Entering edit mode
12.2 years ago

The only multi-threaded process in tophat is when it uses multiple instances of bowtie to map reads. There is no option to turn on multi-threading for the data shuffling/parsing steps like segment_juncs.

Segment_juncs is basically used to parse the left/right fragment mappings to find more potential splice sites. You might be able to modify the program to make it multi-thread depending on the algorithm it uses to find potential splice sites.

If it looks at each read fragment mappings individually, then you could potentially just run multiple instances of segment_juncs and feed them chunks of the correspinding left/right segment mappings.

But I think it is more likely that it looks at all the fragment mappings in a holistic way to find potential junctions. In that case, I don't think it can be multi-threaded.

ADD COMMENT
0
Entering edit mode

Thanks DK. This answers my question.

ADD REPLY

Login before adding your answer.

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