Skip to content

KoslickiLab/sourmash_alternate_implementations

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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

About

Implement prefetch in cpp to investigate potential speedups

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages