feelpp / angiotk

Virtual Angiography Toolkit

Home Page:http://docs.feelpp.org/angiotk/0.1

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Add details to asciidoc/html files

francoisdh opened this issue · comments

  • Include configuration and environment details (user, date, versions,...) used for the whole run.
    Information
    • version of angiotk if it exists or commit ids
    • author of the batch run
    • date/time
    • time for global execution
    • machine
    • dataset name (we have to define the notion of dataset) eg Vivabrain
      • number of dataset inside the dataset
    • statistics about the data set
      • number of successful reconstruction
      • number of incomplete reconstruction
      • number of total failures

Add some details about each pipeline step:

  • Use boolean 'success' variable to assign a background color to the relevant cell.
  • Include the complete command used in each cell (this could later be changed to a 'rebuild' button in the web page)
  • Round all execution times.

The global details that are concerning all the executions of a single run should be moved to the page referencing all the runs that were launched, as those settings will be global. You should reference:
The user that launched the run, the data, the git version (branch, hash of the commit)

@francoisdh @aancel I have updated the issue with some more items

should it be closed ?

Yes, this can be closed. Everything is available in the feature/matrix branch.