Skip to content

Commit

Permalink
more upd
Browse files Browse the repository at this point in the history
  • Loading branch information
ctb committed Jul 18, 2024
1 parent 4399e9f commit b26ac52
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -380,7 +380,7 @@ Plot a Venn diagram of the intersections between two or three sketches.
This command:
```
sourmash scripts venn sketches/{2,47,63}.sig.zip \
-o 3sketches.venn.png
-o 3sketches.venn.png --ident
```

produces:
Expand Down
Binary file modified examples/3sketches.venn.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
2 changes: 1 addition & 1 deletion examples/Snakefile
Original file line number Diff line number Diff line change
Expand Up @@ -261,6 +261,6 @@ rule venn_3sketches:
output:
png="3sketches.venn.png",
shell: """
sourmash scripts venn {input} -o {output}
sourmash scripts venn {input} -o {output} --ident
"""

0 comments on commit b26ac52

Please sign in to comment.