robmaz / distmap

Sequence alignment on Hadoop
0 stars 1 forks source link

Deprecate Map-Reduce trimming on Hadoop #5

Closed magicDGS closed 6 years ago

magicDGS commented 6 years ago

After #4, the trimming would be done locally instead of in the map-reduce framework. This shouldn't be part of the DistMap pipeline anymore and the trimming should warn that the option is deprecated, generating extra data locally and might be removed in the future.

robmaz commented 6 years ago

Done for now with #54