Is there a DNA de-novo assembler parallelized for PBS/torque environment?
1
0
Entering edit mode
9.4 years ago
chefarov ▴ 170

Hello all,

I was wondering if there exist a dna de-novo assembler which can exploit PBS/torque grid scheduler to perform the assembly process in parallel.

I am not interested in running N instances of an assembler changing a parameter (e.g k-mer length), I am interested in parallel execution of a single assembly process itself, which means an assembler implementing parallelization with PBS inherently.

Thanks

PBS de-novo-assembly torque • 2.0k views
ADD COMMENT
2
Entering edit mode
9.4 years ago

There won't be anything specifically for a given scheduler, since the scheduler you use doesn't really matter. What you're looking for is an assembler that can use MPI. I believe that ABySS and Ray support that and wouldn't be surprised if there are others (any tool that hopes to assemble a mammalian-sized genome is going to want to use a cluster).

ADD COMMENT
1
Entering edit mode

You are right, I probably misunderstood this. I suppose since MPI deals with distributing the work, any job scheduler would fit with the rest. Thanks

ADD REPLY

Login before adding your answer.

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