parallel
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: parallel: Input is tty


From: Ole Tange
Subject: Re: parallel: Input is tty
Date: Fri, 28 Jan 2011 10:47:47 +0100

On Fri, Jan 28, 2011 at 7:30 AM, Rob Syme <rob.syme@gmail.com> wrote:

> [rob@remote]$ parallel -j 6 example_script.py -- *.fasta

You were probably running the parallel command from moreutils which is
not GNU Parallel.

To get the background on moreutils/GNU Parallel see
http://www.gnu.org/software/parallel/history.html

BTW good to see more bioinformaticians. I believe you will like the
upcoming --pipe option scheduled for next release - it will be able to
take record delimited files (such as fasta files) and pipe a block of
records to parallel processes making it possible to process a single
fasta file in parallel. You just need to make sure your program can
read from a pipe.

/Ole



reply via email to

[Prev in Thread] Current Thread [Next in Thread]