Open abearab opened 3 years ago
@mandylr recently helped me by having access to the hairpin sequences (when I opened this issue. She might be able to participate in this conversation that could, at least, help me understand the concepts here. I could not follow the main commands for processing bam files while she wrote them in C++ and tbh, I don't have enough knowledge to understand that.
Dear Pachter Lab members,
There is a single-cell method named haircut-seq which I'm trying to reimplement their pipeline using kallisto | bustools. I found kite the right tool for this purpose. They’ve introduced hairpin sequences. According to my understanding from the paper context and the Snakemake pipeline to count functional data, I was exploring to make this work.
Firstly, I have converted the above-mentioned
fasta
file tocsv
and then, I could basically runfeaturemap.py
as you explained. Then, you described:Error: invalid k-mer length 63, minimum is 3 and maximum is 31
I appreciate it if you can give me some hints on this matter.
Thanks