Skip to content

Latest commit

 

History

History
34 lines (25 loc) · 806 Bytes

README.md

File metadata and controls

34 lines (25 loc) · 806 Bytes

SeqRuler

GUI interface for calculating TN93 distance between all sequences in the input fasta file.

Download or Compilation

mvn clean install

Running

java -jar tn93.jar

Help

java -jar tn93.jar -h

Usage: tn93 [-hsV] [-i=FILE] [-o=FILE] [-t=<edgeThresholdString>]
  -h, --help           Show this help message and exit.
  -i, --inFile=FILE    input file with sequences
  -o, --outFile=FILE   output file with distances
  -s, --server         run jetty server
  -t, --edge-threshold=<edgeThresholdString>
                       edges above the threshold are not reported in output
  -V, --version        Print version information and exit.