Skip to content

Commit

Permalink
Merge pull request #170 from chiasinL/patch-1
Browse files Browse the repository at this point in the history
Fix input qualifier for the QUANT step and minor typo in the page
  • Loading branch information
ggrimes authored Sep 27, 2024
2 parents 6ce95f9 + 892a2a2 commit 91ca9aa
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions episodes/11-Simple_Rna-Seq_pipeline.md
Original file line number Diff line number Diff line change
Expand Up @@ -489,7 +489,7 @@ The script `script4.nf`;
process QUANT {
input:
path index
each index
tuple val(pair_id), path(reads)
output:
Expand Down Expand Up @@ -731,7 +731,7 @@ ch1.collect().view()

::::::::::::::::::::::::::::::::::::::: challenge

## Combing operators
## Combining operators

Which is the correct way to combined `mix` and `collect` operators so that you have a single channel with one List item?

Expand Down

0 comments on commit 91ca9aa

Please sign in to comment.