Follow the instructions from the latest released version
branchwater-client sequences.fa.gz > matches.csv
cat sequences.fa | branchwater-client -o matches.csv -
Note: sig needs to be built using k=21
, scaled=1000
branchwater-client --sig -o matches.csv \
<(curl -sL https://wort.sourmash.bio/v1/view/genomes/GCF_000195915.1)
USAGE:
branchwater-client [OPTIONS] <SEQUENCES>
ARGS:
<SEQUENCES> Input file. Can be:
- sequences (FASTA/Q, compressed or not)
- an existing signature (use with --sig)
- a single dash ("-") for reading from stdin
OPTIONS:
-h, --help Print help information
-o, --output <OUTPUT> Save results to this file. Default: stdout
--sig Input file is already a signature
-V, --version Print version information