Skip to content

Commit 0a41d1f

Browse files
committed
code block wrap
1 parent 0602202 commit 0a41d1f

File tree

1 file changed

+5
-2
lines changed

1 file changed

+5
-2
lines changed

docs/rgi_main.rst

Lines changed: 5 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -155,7 +155,8 @@ The default settings for RGI main will include Perfect or Strict predictions via
155155

156156
.. code-block:: sh
157157
158-
rgi main --input_sequence /path/to/nucleotide_input.fasta --output_file /path/to/output_file --local --clean
158+
rgi main --input_sequence /path/to/nucleotide_input.fasta --output_file /path/to/output_file
159+
--local --clean
159160
160161
For AMR gene discovery, this can be expanded to include all Loose matches:
161162

@@ -190,7 +191,9 @@ This same analysis can be threaded over many processors if high-performance comp
190191

191192
.. code-block:: sh
192193
193-
rgi main --input_sequence /path/to/nucleotide_input.fasta --output_file /path/to/output_file --local --clean -a DIAMOND --low_quality --include_nudge --num_threads 40 --split_prodigal_jobs
194+
rgi main --input_sequence /path/to/nucleotide_input.fasta
195+
--output_file /path/to/output_file --local --clean -a DIAMOND --low_quality
196+
--include_nudge --num_threads 40 --split_prodigal_jobs
194197
195198
Running RGI main with Protein Sequences
196199
```````````````````````````````````````

0 commit comments

Comments
 (0)