cgat-developers / ruffus

CGAT-ruffus is a lightweight python module for running computational pipelines

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Improve warning about unmatched file names

opened this issue · comments

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