Skip to content

Sergey-Knyazev/SeqRuler

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

54 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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.

About

GUI for calculating TN93 between set of sequences.

Resources

License

Stars

Watchers

Forks

Packages

No packages published