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

Implement summaries, as discussed in the tutorial. This will allow users to quickly summarize results so far in a workflow and make papers for tables, etc.

wish

Minimal example: ``` task foo { x=a case $x in a) echo "hi" ;; b) echo "hello" ;; esac } ``` Gives ``` bash-4.2$ ducttape tmp.tape ducttape 0.3 by Jonathan...

Our team finds it convenient to use NFSv4.1 filesystems when training our models with ducttape. One issue that we've come across is that on startup ducttape will acquire file-locks on...

The file build-support/build.sh uses zip instead of jar to package files. Some systems may not have zip installed. However, because ducttape is already dependent on java, we can be confident...

wish
easy

The following errors occur when compiling ducttape with scala 2.11.6: ``` ducttape.git/src/main/scala/ducttape/hyperdag/HyperDag.scala:39: error: in class HyperDag, multiple overloaded alternatives of method unpackedWalker define default arguments. class HyperDag[V,H,E](val roots: Seq[PackedVertex[V]], ^...

bug

Say I have a function foo that uses package bar, e.g. ``` func foo : bar < in > out { "${bar}/cmd" "${in}" > "${out}" } ``` If I call...

There is conflicting documentation about where the Attic should be. In the tutorial, it says that the attic should be here: The Attic Partial output or invalidated output from previous...

Based on conversation with @ales-t, add a feature that allows sharing trusted repositories of intermediate results. E.g. If Jon and Ales are both working on a WMT system using the...

wish
under consideration

ducttape-0.3 defaults to depth-first traversal of the realization graph in order to try different kind of tasks quickly (and fail fast). But when the user elects to run multiple processes,...

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 ::...

easy