HenrikBengtsson / aroma.seq

🔬 R package: aroma.seq: High-Throughput Sequence Analysis using the Aroma Framework
https://github.com/HenrikBengtsson/aroma.seq
0 stars 1 forks source link

DESIGN: Add SequenceContigsInterface class #17

Closed HenrikBengtsson closed 9 years ago

HenrikBengtsson commented 9 years ago

Add SequenceContigsInterface class with corresponding methods such as:

Have the following classes inherit from/implement this interface:

This will reduce the amount of redundant code noticeably.

HenrikBengtsson commented 9 years ago

Done. Got a working setup now.