Skip to content

Commit

Permalink
Fix typo in seqtk_seq_v6.xml.
Browse files Browse the repository at this point in the history
Fixes #417 (thanks @methylome).
  • Loading branch information
jmchilton committed Mar 5, 2016
1 parent 0298510 commit a58a3b8
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion docs/_writing_parameters.rst
Original file line number Diff line number Diff line change
Expand Up @@ -127,4 +127,4 @@ Updating this tool to use that idiom might look as follows.

.. literalinclude:: writing/seqtk_seq_v6.xml
:language: xml
:emphasize-lines: 11-21,26-33,54-55
:emphasize-lines: 10-21,26-33,54-55
2 changes: 1 addition & 1 deletion docs/writing/seqtk_seq_v6.xml
Original file line number Diff line number Diff line change
Expand Up @@ -7,8 +7,8 @@
</stdio>
<command><![CDATA[
seqtk seq
$shift_quality
#if $settings.advanced == "advanced"
$settings.shift_quality
-q $settings.quality_min
-X $settings.quality_max
#if $settings.mask_regions
Expand Down

0 comments on commit a58a3b8

Please sign in to comment.