ducttape
ducttape copied to clipboard
A workflow management system for researchers who heart Unix.
I wanted to display individual as well as averaged results, so I tried constructing a summary that would depend on another summary: ``` bash summary xresults { of eval >...
Graft globs that are routed to a parent task via a global variable do not work. The following should have only 1 realization for "broken" but instead has 2: ```...
For terminal editing, keeping lines to a maximum of 80 characters can be very important. If there are a lot of parameters that a particular task needs to use, it...
It accepts the official directory name, but not the symlinked long name, which ought to be equivalent.
It would be nice if workflow analysis reported two kinds of issues: 1. When a plan specifies an invalid branch for a branch point: I had `(BranchPoint: 1)` in a...
``` $ ducttape mwe.tape -p pBestConfig ducttape 0.3 by Jonathan Clark Loading workflow version history... WARNING: 1 corrupt or incomplete workflow versions found. Ignoring them. (This could be due to...
Use case: for a task (such as training a model) that uses a tunable number of iterations, such that intermediate results are saved and used to initialize for subsequent iterations,...
I have a branch point `PE` that can take the values `yes` and `no`, and in my workflow plan I select `(PE: no)` only. The following task line causes the...
There seems to be some mismatching going on inside the `viz` command. The DuctTape help message says that `unpacked` is the default style -- I would assume that's the most...
Currently the summary variables are alphabetized, but the rationale for this is unclear; I would prefer if the order in the output declarations would be used. For instance, in: ```...