Skip to content

Commit 06cc248

Browse files
Specify strand specific random correction (#90)
1 parent 8c364ee commit 06cc248

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

pp_sketch/__main__.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@
99
sketchlib query sparse <db1> (--kNN <k>|--threshold <max>) [-o <output>] [--accessory] [--adj-random] [--subset <file>] [--cpus <cpus>] [--gpu <gpu>]
1010
sketchlib query sparse jaccard <db1> --kNN <k> --kmer <k> [-o <output>] [--adj-random] [--subset <file>] [--cpus <cpus>]
1111
sketchlib join <db1> <db2> -o <output>
12-
sketchlib (add|remove) random <db1> [--cpus <cpus>]
12+
sketchlib (add|remove) random <db1> [--single-strand] [--cpus <cpus>]
1313
sketchlib (-h | --help)
1414
sketchlib (--version)
1515

0 commit comments

Comments
 (0)