Allow directly specifiing a run folder as minknowdir parameter
The current glob pattern params.minknowdir + **/fastq_pass/**.fastq.gz
does not match if the fastq_pass
directory is a direct child of the minknowdir (/**/
does not match /
).
Other glob patterns do not solve this either, so the best solution seems to check the file against a regex after globbing.