PeteHaitch / methtuple

methtuple is a methylation caller for methylation events that co-occur on the same DNA fragment from high-throughput bisulfite sequencing data, such as methylC-seq.
MIT License
12 stars 3 forks source link

Option to create all possible m-tuples #85

Closed PeteHaitch closed 10 years ago

PeteHaitch commented 10 years ago

Provide the user with the option to create all possible m-tuples via a --all-tuples flag. Document its behaviour, such as the increased file sizes, in the README and NEWS. Add test cases. Implement by use of itertools.combinations.

PeteHaitch commented 10 years ago

Added in v1.4