You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Given following pipeline:
$ cat foo.pipe
function foo
{
SP_for_parallel _X=$(ls ~)
{
#[input="${_X}" output="${_X}.txt"]
echo ${_X} > ${_X}.txt
}
}
$ seqpipe -m foo.pipe foo -t 10
WARNING: File dependency defined in SP_for_parallel block in
/home/yanll/foo/foo.pipe(3)
NOTE: Such definition could make procedure dependency undeterminable.
ERROR: ERROR: Input file '$(ls ~)' does not exist!
Here, the input file string has not been expanded correctly.
Original issue reported on code.google.com by yanlinlin82 on 9 Aug 2014 at 11:49
The text was updated successfully, but these errors were encountered:
Original issue reported on code.google.com by
yanlinlin82
on 9 Aug 2014 at 11:49The text was updated successfully, but these errors were encountered: