Skip to content

samhunter/Bioinformatics.Scripts

Repository files navigation

Eventually this README will contain a list of all the python scripts included in this repo, as well as a short description of their function.

kmers2.py:
	Counts kmers in sequences, it expects a basic-fasta format, one line per read, and skips lines starting with ">".  It also combines forward, and reverse complement kmers.
	to run: kmers2.py -i <input.fasta> -o <id> -k <kmer size>
	It will create a file named <id>-out-<k>mers.csv

About

random python scripts I want to maintain versioning on

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages