jhclark / ducttape

A workflow management system for researchers who heart Unix.
http://jhclark.github.com/ducttape
Other
119 stars 14 forks source link

Spaces disallowed in branch grafts #141

Open armatthews opened 11 years ago

armatthews commented 11 years ago

The following should be allowed, but instead gives "ERROR: Illegal character at start of branch reference name", due to the space between "Branch:" and "pathA".

task First > out :: p=(Branch: pathA=$a pathB=$b) { echo $p > $out } task Second < in=$out@First[Branch: pathA] {} global { a=1 b=2 }

jhclark commented 10 years ago

@dowobeha This is one for you. At first glance, this one looks easy to pull off.