diff options
author | Calvin <calvin@EESI> | 2013-03-05 12:33:52 -0500 |
---|---|---|
committer | Calvin <calvin@EESI> | 2013-03-05 12:33:52 -0500 |
commit | c9692a2c6656ac2fc8b7ae885fd93489e9fd5f14 (patch) | |
tree | 52f78aa6a8f954789ec5ce660562885d82d63a8a /multifasta_to_otu.py | |
parent | 42df9367bfb0e12f4d32067b6764bfa34ebaaff8 (diff) |
Added generate_kmers.py
This little script will output all the possible kmer permutations to
stdout. The only input is the kmer length desired.
Here are some examples.
output 2mers
./generate_kmers.py 2 > 2mers.py
output N-mers up to 6 with a bit of bash-foo
for i in `seq 6`; do ./generate_kmers.py $i > ${i}mers.txt; done;
Diffstat (limited to 'multifasta_to_otu.py')
0 files changed, 0 insertions, 0 deletions