Fixes NullPointerException when running ProcessRun on Nanopore run.
Fixes runscanner not finding sequencing_summary.txt files for completed runs by trying to find sequencing_summary*.txt files created by minknow-nc 19.12.5 and above for Nanopore MinION using listFiles and regex pattern (e.g. sequencing_summary_FAN02662_19282c29.txt). It should still be compatible with old style sequencing_summary.txt files. Works with GridION runs as well.
sequencing_summary.txt
files for completed runs by trying to findsequencing_summary*.txt
files created by minknow-nc 19.12.5 and above for Nanopore MinION usinglistFiles
and regex pattern (e.g.sequencing_summary_FAN02662_19282c29.txt
). It should still be compatible with old stylesequencing_summary.txt
files. Works with GridION runs as well.