Skip to content

Commit

Permalink
Update quality_control.nf
Browse files Browse the repository at this point in the history
  • Loading branch information
jiyue1214 authored Jun 11, 2024
1 parent 7b505cf commit 3d8b27f
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion subworkflows/local/quality_control.nf
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,8 @@ workflow quality_control{
//ch_to_log: val(GCST), val(mode),path(all_hm), path('harmonized.qc.tsv'), path('report.txt'), path (total_sum), path(yaml), path (input)

def to_log=chroms.flatten().last()
harmonization_log(to_log,ch_to_log,unmapped)
input_log=ch_to_log.combine(unmapped,by:0)
harmonization_log(to_log,input_log)

emit:
qclog=harmonization_log.out.running_result
Expand Down

0 comments on commit 3d8b27f

Please sign in to comment.