Skip to content

Commit

Permalink
code block wrap
Browse files Browse the repository at this point in the history
  • Loading branch information
agmcarthur committed Feb 6, 2024
1 parent 0602202 commit 0a41d1f
Showing 1 changed file with 5 additions and 2 deletions.
7 changes: 5 additions & 2 deletions docs/rgi_main.rst
Original file line number Diff line number Diff line change
Expand Up @@ -155,7 +155,8 @@ The default settings for RGI main will include Perfect or Strict predictions via

.. code-block:: sh
rgi main --input_sequence /path/to/nucleotide_input.fasta --output_file /path/to/output_file --local --clean
rgi main --input_sequence /path/to/nucleotide_input.fasta --output_file /path/to/output_file
--local --clean
For AMR gene discovery, this can be expanded to include all Loose matches:

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

.. code-block:: sh
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
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
Running RGI main with Protein Sequences
```````````````````````````````````````
Expand Down

0 comments on commit 0a41d1f

Please sign in to comment.