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 49c1ca5 commit b841f47
Showing 1 changed file with 7 additions and 1 deletion.
8 changes: 7 additions & 1 deletion docs/src/en/diamond.md
Original file line number Diff line number Diff line change
Expand Up @@ -47,6 +47,12 @@ gget diamond GGETISAWESQME ELVISISALIVE LQVEFRANKLIN PACHTERLABRQCKS -ref GGETIS
# Python
gget.diamond(["GGETISAWESQME", "ELVISISALIVE", "LQVEFRANKLIN", "PACHTERLABRQCKS"], reference=["GGETISAWESQMEELVISISALIVELQVEFRANKLIN", "PACHTERLABRQCKS"])
```
→
→ Returns results in JSON (command-line) or data frame/CSV (Python) format:

|query_accession|subject_accession|identity_percentage|query_seq_length|subject_seq_length|length|mismatches|gap_openings|query_start|query_end|subject_start|subject_end|e-value |bit_score|
|---------------|-----------------|-------------------|----------------|------------------|------|----------|------------|-----------|---------|-------------|-----------|--------|---------|
|Seq0 |Seq0 |100 |13 |37 |13 |0 |0 |1 |13 |1 |13 |2.82e-09|30.8 |
|Seq2 |Seq0 |100 |12 |37 |12 |0 |0 |1 |12 |26 |37 |4.35e-08|27.7 |
|Seq3 |Seq1 |100 |15 |15 |15 |0 |0 |1 |15 |1 |15 |2.01e-11|36.2 |

#### [More examples](https://github.com/pachterlab/gget_examples)

0 comments on commit b841f47

Please sign in to comment.