cgat-developers / ruffus

CGAT-ruffus is a lightweight python module for running computational pipelines
MIT License
173 stars 34 forks source link

Improve warning about unmatched file names #60

Open ghost opened 9 years ago

ghost commented 9 years ago

When a task is not run due to unmatched file names, the debugging could be simplified if Ruffus actually showed the reg exp and (a few in case of many, say, more than 10) the file names that are available to the task. Currently, even with verbosity 10, it's difficult to find subtle errors since the matching done by Ruffus is not transparent to the user