I think recent file format changes can cause whale-watch.py to fail. I was able to fix with two tweaks: Line 30: change `'fastq'` to `'filename_fastq'` Line 52: add `'skiprows=6,'` to skip header in PAF file. Cheers, dave