Skip to content

Commit

Permalink
Specify strand specific random correction (#90)
Browse files Browse the repository at this point in the history
  • Loading branch information
nickjcroucher authored Feb 3, 2023
1 parent 8c364ee commit 06cc248
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pp_sketch/__main__.py
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
sketchlib query sparse <db1> (--kNN <k>|--threshold <max>) [-o <output>] [--accessory] [--adj-random] [--subset <file>] [--cpus <cpus>] [--gpu <gpu>]
sketchlib query sparse jaccard <db1> --kNN <k> --kmer <k> [-o <output>] [--adj-random] [--subset <file>] [--cpus <cpus>]
sketchlib join <db1> <db2> -o <output>
sketchlib (add|remove) random <db1> [--cpus <cpus>]
sketchlib (add|remove) random <db1> [--single-strand] [--cpus <cpus>]
sketchlib (-h | --help)
sketchlib (--version)
Expand Down

0 comments on commit 06cc248

Please sign in to comment.