To use FastaToKmerFreq, simply download the file FastaToKmerFreq.py from this repository and run it with Python3. The script requires numpy, which can be obtained via pip: FastaToKmerFreq takes as ...
This Python script generates a random DNA sequence of user-defined length, inserts a user-provided name at a random location, and saves the sequence in FASTA format. The name insertion does not affect ...