yanlinlin82 / seqpipe

A framework for SEQuencing data analysis PIPElines.
http://yanlinlin82.github.io/seqpipe/
MIT License
7 stars 4 forks source link

Loading failed when there is empty line after SP_for_parallel #14

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
First, write pipeline file (1.pipe) like this:
function foo
{
    SP_for_parallel _num={1..1}

    {
        echo ${_num}

    }
}

Then run 'seqpipe -m 1.pipe -l' to list functions.

Rather than display the function list, seqpipe prompt:
ERROR: Invalid format of SP_for_parallel! at 
/Users/yanll/Research/Tools/seqpipe/seqpipe line 524.

Original issue reported on code.google.com by yanlinlin82 on 28 Aug 2013 at 3:50

GoogleCodeExporter commented 9 years ago
Fixed in r334.

Original comment by yanlinlin82 on 27 Sep 2013 at 9:02