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

OUTPUT NOISE: In interactive mode, output sessionDetails() as verbose message #45

Closed HenrikBengtsson closed 5 years ago

HenrikBengtsson commented 7 years ago

Currently mpileup() outputs lots of session details (future::sessionDetails()), which is great for troubleshooting a large number of parallel tasks especially when running on a compute cluster. However, when running in interactive mode, that outputs a lot of clutter noise to standard error. Because of this, change so it in interactive mode outputs sessionDetails() via a verbose message.

HenrikBengtsson commented 5 years ago

Now outputting as verbose messages, which is possible since future (>= 0.11.0) relays messages