-
Notifications
You must be signed in to change notification settings - Fork 13
Open
Description
Hi @wdecoster
I have 2 nanopolish output tsv files (calls and frequencies). I would like to use them as input for methplotlib. I have tried to sort as you wrote in an example but when i want to use tabix it gives an unsorted error.
cat <(head -n1 sample8_methylation_calls_2.tsv) <(tail -n +2 sample8_methylation_calls_2.tsv | sort -k2,2 -k3,3) | bgzip > sample8_sort_calls.tsv.gz
tabix -S1 -s1 -b3 -e4 sample8_methylation_calls_2.tsv.gz
Looking at the sorted and decompressed tsv file i see that the problem is between the plus and minus strand:

Should it only be sorted by the 3 column and how can this be done?
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
No labels