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
Where the output from poppunk_extract_distances.py in the "Core" and "Accessory" columns appears to be the jaccard distances for the first two kmers of kseq specified in the "sketchlib sketch" function.
Is there a simpler approach to output a table of jaccard distances per kmer?
The text was updated successfully, but these errors were encountered:
popunk version: 2.6.0
I am attempting to re-create the poppunk_sketch jaccard distance table as shown in this previous issue: #167 (comment)
However, I am unable to use poppunk_sketch in my current version of poppunk. My current workaround is as follows:
sketchlib sketch -l files.txt -o database -s 1000 -k 15,30,3 --cpus 40
sketchlib query jaccard database -o dists --cpus 40
poppunk_extract_distances.py --distances dists --output distances.tab
Where the output from poppunk_extract_distances.py in the "Core" and "Accessory" columns appears to be the jaccard distances for the first two kmers of kseq specified in the "sketchlib sketch" function.
Is there a simpler approach to output a table of jaccard distances per kmer?
The text was updated successfully, but these errors were encountered: