File tree Expand file tree Collapse file tree 1 file changed +5
-2
lines changed Expand file tree Collapse file tree 1 file changed +5
-2
lines changed Original file line number Diff line number Diff line change @@ -155,7 +155,8 @@ The default settings for RGI main will include Perfect or Strict predictions via
155
155
156
156
.. code-block :: sh
157
157
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
159
160
160
161
For AMR gene discovery, this can be expanded to include all Loose matches:
161
162
@@ -190,7 +191,9 @@ This same analysis can be threaded over many processors if high-performance comp
190
191
191
192
.. code-block :: sh
192
193
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
194
197
195
198
Running RGI main with Protein Sequences
196
199
```````````````````````````````````````
You can’t perform that action at this time.
0 commit comments