Skip to content

Commit

Permalink
General docs improvements (#2800) [ci skip]
Browse files Browse the repository at this point in the history
Signed-off-by: Ben Sherman <bentshermann@gmail.com>

Co-authored-by: Paolo Di Tommaso <paolo.ditommaso@gmail.com>
  • Loading branch information
bentsherman and pditommaso committed Apr 23, 2022
1 parent 4b3e946 commit 88acd26
Show file tree
Hide file tree
Showing 22 changed files with 1,405 additions and 1,736 deletions.
2 changes: 1 addition & 1 deletion docs/basic.rst
Original file line number Diff line number Diff line change
Expand Up @@ -70,7 +70,7 @@ process comes before ``extractTopHits`` in the script (it could also be written
Instead, because the first process defines the channel ``top_hits_ch`` in its output declarations, and the
process ``extractTopHits`` defines the channel in its input declaration, a communication link is established.

This linking via the channels means that `extractTopHits` is waiting for the output of `blastSearch`, and then
This linking via the channels means that ``extractTopHits`` is waiting for the output of `blastSearch`, and then
runs `reactively` when the channel has contents.

.. TODO describe that both processes are launched at the same time
Expand Down

0 comments on commit 88acd26

Please sign in to comment.