Entering edit mode
16 months ago
schlogl
▴
160
Hi there guys.
There are a way to do something like this:
samtools faidx myfasta.fna; bedtools makewindows -w 1000 -g myfasta.fna.fai; jellyfish count -m 12 -o myfasta.jf -s 10000000 -t 32; jellyfish dump -c mmyfasta.jf
To count some mers in a fasta file in one go?
Thanks in advance. Paulo