Nils Homer
Nils Homer
It would be nice if any of the following could be supported: 1. dagr takes in a [CWL](http://www.commonwl.org/v1.0/), and can execute it. 2. dagr outputs a [CWL](http://www.commonwl.org/v1.0/) based on what...
I would like a simple web-page to display the current status of all known tasks in Dagr. Future improvements could allow for interaction with Dagr, to drill down into specific...
If task fails to execute in Dagr, it would be nice if Dagr could shutdown and be restarted later for manually debugging. Ideas include: - dagr serializes all objects, then...
Could use: https://github.com/planet42/Laika Uses are to produce html, pdf, and text documentation for a given command line tool or Dagr.
It used to be in `vcflib/bin` but now is in `vcflib/scripts` (https://github.com/vcflib/vcflib/blob/master/scripts/vcffirstheader). See issue https://github.com/vcflib/vcflib/issues/142 in `vcflib`.
I have a few tasks that retry themselves with more memory and the like and they overwrite the previous log. What do you think about appending to the log file?...
Any fatal exception produced by `Dagr` should be displayed in the interactive mode prior to exiting.
I got burned when I thought `targetReads` was read pairs, not SAM records. We should state this explicitly.
I would like to start a discussion about what states a task can and should be in relative to their execution in dagr. ### Current Implementation For posterity, I will...
I have found that I want the following to scheduling strategies: 1. Choose the task that has the shortest path to the root of the DAG (there may be multiple...