Skip to content

Latest commit

 

History

History
38 lines (30 loc) · 749 Bytes

File metadata and controls

38 lines (30 loc) · 749 Bytes

smash_alternate_implementations

An alternate implementation of the tools available in sourmash.

Building

make

Available tools

  1. prefetch
  2. compare
  3. gather

Usages

All tool usages are available using --help flag.

compare output format

  1. Index of query
  2. Name of query
  3. MD5 of query
  4. Size of the query sketch
  5. Index of match
  6. Name of match
  7. MD5 of match
  8. Size of the matched reference sketch
  9. Jaccard
  10. Containment(query, target)
  11. Containment(target, query)

Testing

Test scripts are available in the test directory. These tests are written in python. To install the dependencies required by the test scripts, do the following:

conda create --name <env_name> --file test/requirements.txt