Skip to content

Commit

Permalink
Correct incomplete commit
Browse files Browse the repository at this point in the history
  • Loading branch information
j3551ca authored Oct 19, 2023
1 parent 24d8941 commit 49a5dc1
Showing 1 changed file with 2 additions and 5 deletions.
7 changes: 2 additions & 5 deletions modules/effluent.nf
Original file line number Diff line number Diff line change
Expand Up @@ -212,8 +212,6 @@ workflow EFFLUENT {
.groupTuple(sort: true)
.map{tuple(it[0], it[1][0], it[1][1])}
.filter { it[2].size()>0 }
.view()


if (params.freebayes){
aln_depth_ch = trim_aln_ch
Expand All @@ -235,7 +233,7 @@ workflow EFFLUENT {
to_date_ch = depth_ch
.concat(past_depth_vcf_ch)}

to_date_ch.view() | lineage_freyja
to_date_ch | lineage_freyja

}else if (params.freebayes){

Expand Down Expand Up @@ -273,8 +271,7 @@ workflow EFFLUENT {

}


lineage_ch = lineage_freyja.out.view()
lineage_ch = lineage_freyja.out

lineage_ch.collect() | summarize_freyja

Expand Down

0 comments on commit 49a5dc1

Please sign in to comment.