Uniquify all kmers when include_reverse_complement=False
See original GitHub issueIt crashes due to:
UnboundLocalError: local variable 'L' referenced before assignment
Can be fixed by moving:
https://github.com/Edinburgh-Genome-Foundry/DnaChisel/blob/726b2b0254a8dbd9f51a78998cbb4e43cb096057/dnachisel/builtin_specifications/UniquifyAllKmers.py#L43
To above the if statement.
Issue Analytics
- State:
- Created 3 years ago
- Comments:5 (1 by maintainers)
Top Results From Across the Web
k-mer counting, part I: Introduction - BioInfoLogics
People that count k-mers talk about unique k-mers, and there is also the total and the distinct counts to keep in mind. All...
Read more >Kmers
We need to generate all possible substrings of length k (using only the DNA bases: A , C , T , and G...
Read more >OpenGene/UniqueKMER: Generate unique KMERs ... - GitHub
Generate unique k-mers for every contig in a FASTA file. Unique k-mer is consisted of k-mer keys (i.e. ATCGATCCTTAAGG) that are only presented...
Read more >Efficient counting of k-mers in DNA sequences using a bloom ...
We present a new method that identifies all the k-mers that occur more than ... To count all non-unique k-mers we use a...
Read more >These Are Not the K-mers You Are Looking For: Efficient ...
In comparison to quality-based trimming software such as seqtk and FASTX, trimming at unique k-mers performed very well: in this data set, all...
Read more >Top Related Medium Post
No results found
Top Related StackOverflow Question
No results found
Troubleshoot Live Code
Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start FreeTop Related Reddit Thread
No results found
Top Related Hackernoon Post
No results found
Top Related Tweet
No results found
Top Related Dev.to Post
No results found
Top Related Hashnode Post
No results found
Top GitHub Comments
Thanks – now fixed in the latest release
Oh, his PR hasn’t been released yet, just merged to develop (sorry, I’m just a nosy contributor, not a maintainer of this repo hehe)