We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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'
'fastq'
'filename_fastq'
Line 52: add 'skiprows=6,' to skip header in PAF file.
'skiprows=6,'
Cheers,
dave