This repository contains a Python script that recovers block sequences from genome FASTA files using coordinates stored in a GFF3 file. For each annotated block occurrence, the script reads the ...
Map exact instances of a list of k-mers onto a reference genome FASTA using the Aho-Corasick algorithm. The mapper reports every matching position on the forward strand and, by default, the ...