aboutsummaryrefslogtreecommitdiff
path: root/README.md
blob: dd204a423e8f414d82a8578fc158b431ca5189ac (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
# dna-utils 


This repository contains general utilities for processing sequences in fasta files.


### Tools included ###


kmer_total_count - this program will count each kmer in a fasta file, and print to standard out.

#### Usage

    kmer_total_count filename kmer_size
    
    # Example
    calvin@barnabas:~/dna-utils$ ./kmer_total_count SuperManSequences.fasta 8 
 
the order of the array corresponds to AAAA, AAAC, AAAG, AAAT and so on

usage: kmer_total_count -i input_file -k kmer [-n] [-l] ...

#### Licensing and Citation
Report all bugs to mutantturkey@gmail.com

Copyright 2014 Calvin Morrison, Drexel University.

If you are using any dna-utils tool for a publication
please cite your usage:

dna-utils. Drexel University, Philadelphia USA, 2014;
software available at www.github.com/EESI/dna-utils/