blahah / transrate

Understand your transcriptome assembly
http://hibberdlab.com/transrate
Other
100 stars 34 forks source link

Allow disabling or caching of contig metrics calculation #166

Open ctb opened 9 years ago

ctb commented 9 years ago

Calculating the contig metrics takes some time. Especially when debugging, this is annoying. Should be able to do this just once, n'est ce pas?

blahah commented 9 years ago

Yes, we should. I think perhaps take a hash of the assembly and store it, along with the metrics, in an #{assembly_name}.json. On subsequent runs, check the hash for an assembly with that name matches the stored one, and if so reuse the metrics.