jhclark / ducttape

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

Plans should match branch names OR values #166

Closed jhclark closed 10 years ago

jhclark commented 10 years ago

In the following example, we should schedule two tasks. Instead, we get zero:

task tisk :: thingy=(BP1: baseline=0 42) {}

plan p { reach tisk via (BP1: 0 42)}

nschneid commented 10 years ago

What is the desired behavior for

task tusk :: thingy=(BP1: 42=0 0=42) {}

plan p { reach tisk via (BP1: 0)}

?

jhclark commented 10 years ago

Yeah... I should just rename baseline. :)