Open nschneid opened 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.
ducttape workflow.tape summary dev_acc
Example definition:
Command line syntax:
ducttape workflow.tape summary dev_acc
writes the summary to stdout.