Skip to content

Commit

Permalink
fixed function implementation in hybrid assebmly workflwo
Browse files Browse the repository at this point in the history
  • Loading branch information
mattheww95 committed Dec 8, 2023
1 parent f4618a7 commit ef4e8c5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion subworkflows/local/hybrid_assembly.nf
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ workflow HYBRID_ASSEMBLY {
base_counts = SEQTK_SIZE(sample_data)

reports = reports.mix(base_counts.base_counts.map{
meta, file_bc -> tuple(meta, params.seqtk_size, extract_base_count(file_bc));
meta, file_bc -> tuple(meta, params.seqtk_size, extract_base_count(meta, file_bc));
})
versions = versions.mix(base_counts.versions)

Expand Down

0 comments on commit ef4e8c5

Please sign in to comment.