ducttape icon indicating copy to clipboard operation
ducttape copied to clipboard

A workflow management system for researchers who heart Unix.

Results 81 ducttape issues
Sort by recently updated
recently updated
newest added

There is no documentation for ducttape --purge, even when you run ducttape --help

documentation

Sometimes everything is messed up, and you don't need the old results moved to the attic. There should be a way to tell ducttape to delete things instead of moving...

wish
under consideration

Once a tape has launched, it would be nice to be able to determine (via a command-line tool, GUI, &/or web-based tool) what tasks have completed, what tasks are in...

wish
higher priority

The following should be allowed and tested: ``` global { var1=$var2 var2=42 } ```

test coverage

When a workflow has been run with non-comparable versions, a warning should be generated. Both before execution (so that the user can invalidate old versions if desired) and when reports...

wish

Currently, there's a race condition in creating version directories. We should use a file-based locking scheme to prevent this.

bug

Canceling the workflow after the version directory has been written but before any tasks have run may result in an exception the next time the workflow is run.

bug

It might be useful to allow a maximum number of instances of a single resource-hogging task to run at a single time. Example: Task 1 involves a large amount of...

wish
under consideration

This was originally observed as of revision af3cd96, before the deadlock detection code in the unpacked walker unit test was fixed. To reproduce (for that revision): ``` sbt test ```...

bug