Skip to content

Commit

Permalink
channel in wrong subworkflow
Browse files Browse the repository at this point in the history
  • Loading branch information
ggabernet committed May 28, 2024
1 parent 616349f commit 9443bc8
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions workflows/airrflow.nf
Original file line number Diff line number Diff line change
Expand Up @@ -85,8 +85,7 @@ workflow AIRRFLOW {
if (params.library_generation_method == "sc_10x_genomics") {

SC_RAW_INPUT(
ch_input,
DATABASES.out.reference_fasta.collect()
ch_input
)

ch_fasta = SC_RAW_INPUT.out.fasta
Expand All @@ -113,7 +112,8 @@ workflow AIRRFLOW {
// Extract VDJ sequences from "general" RNA seq data using TRUST4

RNASEQ_INPUT (
ch_input
ch_input,
DATABASES.out.reference_fasta.collect()
)

ch_fasta = RNASEQ_INPUT.out.fasta
Expand Down

0 comments on commit 9443bc8

Please sign in to comment.