nschneid / ducttape-crash-course

A step-by-step tutorial for the ducttape workflow management tool.
2 stars 0 forks source link

Summaries #1

Open nschneid opened 11 years ago

nschneid commented 11 years ago

Example definition:

summary dev_acc {
  of eval > DevAcc {
    grep 'Total accuracy:' $results | sed -E 's/\t/ /g' | cut -d' ' -f3 > $DevAcc
  }
}

Command line syntax: ducttape workflow.tape summary dev_acc writes the summary to stdout.