Skip to content

Commit

Permalink
Fixing issue with RI algorithm formatting.
Browse files Browse the repository at this point in the history
  • Loading branch information
fnothaft authored and heuermh committed Dec 13, 2017
1 parent 4c2e806 commit d213820
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/algorithms/ri.rst
Original file line number Diff line number Diff line change
Expand Up @@ -76,7 +76,7 @@ described in the hull set merging algorithm.
\text{else}& \\
&mergeItem \leftarrow (\text{last}(first) \cup \text{head}(second)) \\
&mergeSet \leftarrow \text{allButLast}(first) \cup mergeItem \\
&trimSecond \leftarrow$ \text{allButFirst}($second$) \\
&trimSecond \leftarrow \text{allButFirst}(second) \\
&\text{return mergeTargetSets}(mergeSet, trimSecond)
The set returned by this function is used as an index for mapping reads
Expand Down

0 comments on commit d213820

Please sign in to comment.