bioinfologics / sdg

Sequence Distance Graph framework: graph + reads + mapping + analysis
MIT License
25 stars 6 forks source link

Create an OperationJournal class to save support on the WS #95

Closed bjclavijo closed 5 years ago

bjclavijo commented 5 years ago

Remove LOG std::vector ws.operation_journals

OperationJournal: name (text) timestamp tool detail (text / parameters will be marshalled here somehow) std::vector entries;

OperationEntry: detail (text)