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
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