Skip to content

Commit

Permalink
docs: Fix command
Browse files Browse the repository at this point in the history
  • Loading branch information
jvfe committed Nov 26, 2024
1 parent 8e870c6 commit 288453f
Showing 1 changed file with 9 additions and 6 deletions.
15 changes: 9 additions & 6 deletions docs/usage.md
Original file line number Diff line number Diff line change
Expand Up @@ -138,12 +138,15 @@ Caused by:
Process `EURYALE:ALIGNMENT:DIAMOND_BLASTX (WT_REP1)` terminated with an error exit status (137)

Command executed:
STAR \
--genomeDir star \
--readFilesIn WT_REP1_trimmed.fq.gz \
--runThreadN 2 \
--outFileNamePrefix WT_REP1. \
<TRUNCATED>
diamond \
blastx \
--threads 2 \
--db $DB \
--query test_minigut_sample2.fasta \
--outfmt 6 qseqid sseqid pident length mismatch gapopen qstart qend sstart send evalue bitscore \
--more-sensitive --top 3 --compress 1 \
--out test_minigut_sample2.txt \
--log

Command exit status:
137
Expand Down

0 comments on commit 288453f

Please sign in to comment.