ibest / ARC

Assembly by Reduced Complexity (ARC)
Apache License 2.0
41 stars 5 forks source link

Generate more summary tables #36

Closed samhunter closed 10 years ago

samhunter commented 10 years ago

It would be nice to get a final set of summary tables or datasets with details like:

1) Final status for all Samples X Targets combinations e.g.:

Sample Target Status Iteration Reads Contigs ContigLength
S1 T1 Finished 5 2300 1 2000
S1 T2 NoContigs 1 5 0 0
S1 T3 Killed 3 15232 12 9400
S1 T4 Repeat 6 12000 11 15000
... ... ... ... ... ... ...
SN TM Finished 12 300 1 1500

This would make it much easier to generate a final set of summary statistics, and facilitate many other comparisons without the need for any log-file

samhunter commented 10 years ago

This seems to be working quite well now.