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
I'd like to do some custom k-mer presence analyses on a per-sample basis. I'd like to read the individual k-mer databases per sample (results/kmers_count/<sample>/kmers_with_strand), but the only files left are in a binary format and I haven't been able to decode them. I could learn from list_kmers_found_in_multiple_samples how to decode the tables, since that is what parses the tables in the workflow, but that executable is also a binary :')
Kind regards, Lennert
The text was updated successfully, but these errors were encountered:
Hi,
I'd like to do some custom k-mer presence analyses on a per-sample basis. I'd like to read the individual k-mer databases per sample (
results/kmers_count/<sample>/kmers_with_strand
), but the only files left are in a binary format and I haven't been able to decode them. I could learn fromlist_kmers_found_in_multiple_samples
how to decode the tables, since that is what parses the tables in the workflow, but that executable is also a binary :')Kind regards, Lennert
The text was updated successfully, but these errors were encountered: