ewels / clusterflow

A pipelining tool to automate and standardise bioinformatics analyses on cluster environments.
https://ewels.github.io/clusterflow/
GNU General Public License v3.0
97 stars 27 forks source link

Stop cf from outputting every file name at launch #44

Closed ewels closed 9 years ago

ewels commented 9 years ago

cf is usually run with a lot of files now. Currently it shows a 1 line warning about each one as it progresses, but this means that the output at the start is never seen.

Instead, scale these progress lines back to something more subtle that takes up less space. Maybe by using carriage returns (\r) instead of newlines (\n) or something?

ewels commented 9 years ago

Done..