Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
  • Loading branch information
ktmeaton committed Sep 1, 2020
2 parents 13b13e6 + d9a1a6f commit 61938fe
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/process/process_all.rst
Original file line number Diff line number Diff line change
Expand Up @@ -51,7 +51,7 @@ ncbimeta_yaml yaml

**shell**::

if [[ !{params.ncbimeta_api_param} != "false" ]]; then
if [[ "!{params.ncbimeta_api_param}" != "false" ]]; then
NCBImeta.py --config !{ncbimeta_yaml} !{params.ncbimeta_api_param};
else
NCBImeta.py --config !{ncbimeta_yaml}
Expand Down

0 comments on commit 61938fe

Please sign in to comment.