in reply to Re^2: Run a script in parallel mode
in thread Run a script in parallel mode

I apologize for the error. The option was met to be RS, not FS. Thank you for reporting the issue though. Set chunk size accordingly if giving this a try. Am not sure the format for the sequence file. Thus, went with RS => "\n>".

Replies are listed 'Best First'.
Re^4: Run a script in parallel mode
by Anonymous Monk on May 29, 2015 at 12:56 UTC
    No no, thank YOU for helping out! Will test the code and report back!
Re^4: Run a script in parallel mode
by Anonymous Monk on Jun 02, 2015 at 19:08 UTC
    Hi again! I want to thank you all for your input and particularly code snippets. I actually tested marioroy's code and it works as I needed. Parallelization is actually faster now.
    Thank you again!

      I updated the code snippet to have workers remove the input file after running. You may have already done that in your code.

        Yes yes, already did that but thanks anyway :)