cgat-developers / cgat-flow

cgat-flow repository
MIT License
13 stars 9 forks source link

Regex in pipeline_genesets.py #161

Open IanSudbery opened 3 months ago

IanSudbery commented 3 months ago

A previous change from suffix to regex in some decorators left regex("*.gtf.gz"), which is not a valid regex. Edited to regex(".*\.gtf.gz")