Skip to content

Commit

Permalink
Update verify_blast.md
Browse files Browse the repository at this point in the history
  • Loading branch information
gregdenay committed Jun 17, 2024
1 parent 25375d5 commit 5e2b8a1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/recipes/verify_blast.md
Original file line number Diff line number Diff line change
Expand Up @@ -55,7 +55,7 @@ Ideally we would like to have a single assignement for each sequence. We can do
of all the hits for this sequence, or use a less stringent approach, like a majority agreement:

``` py
nodes = [tax.consensus(ids, 0.51, ignore_missing=True) for ids in res] #(2)!
nodes = [tax.consensus(ids, 0.51, ignore_missing=True) for ids in res] # (2)!
```

2. The `ignore_missing` argument allows us to ignore taxids that could have been removed during taxonomy filtering without raising an error
Expand Down

0 comments on commit 5e2b8a1

Please sign in to comment.