You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The filename field is not actually used so can safely be removed from the list on line 31. I have made this change in the develop branch (commit 64229af). If you could test this with your dataset, that would be very helpful.
As for reading in the PAF file, the PAF format doesn't specify a header row or rows. So this would lead to inadvertently excluding mappings from the script; therefore I have not included this change.
What command are you using to generate your mappings? We use:
I'm mapping with a command similar to yours. But the top six rows look like headers, but it might actually be stderr content that is getting saved to my output file?
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
The text was updated successfully, but these errors were encountered: