Skip to content

Commit

Permalink
Update diamond.md
Browse files Browse the repository at this point in the history
  • Loading branch information
lauraluebbert committed Nov 6, 2023
1 parent 560da90 commit aa8ee84
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions docs/src/en/diamond.md
Original file line number Diff line number Diff line change
Expand Up @@ -41,11 +41,11 @@ Python: Use `verbose=False` to prevent progress information from being displayed
### Example
```bash
# !!! Make sure to list the positional argument first here so it is not added as a reference sequence
gget diamond SEQ -ref TESTSEQ
gget diamond GGETISAWESQME ELVISISALIVE LQVEFRANKLIN PACHTERLABRQCKS -ref GGETISAWESQMEELVISISALIVELQVEFRANKLIN PACHTERLABRQCKS
```
```python
# Python
gget.diamond(SEQ”, reference="TESTSEQ")
gget.diamond(["GGETISAWESQME", "ELVISISALIVE", "LQVEFRANKLIN", "PACHTERLABRQCKS"], reference=["GGETISAWESQMEELVISISALIVELQVEFRANKLIN", "PACHTERLABRQCKS"])
```
→

Expand Down

0 comments on commit aa8ee84

Please sign in to comment.