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

trim_galore variable declaration bug #17

Closed ewels closed 9 years ago

ewels commented 9 years ago

In the trim_galore module there's a bug where $stringency ends up undefined when it's not specified in the options. The fix in this case is just to declare the variable as the empty string at the top of the file.