Skip to content

Commit

Permalink
Update subworkflows/local/align.nf
Browse files Browse the repository at this point in the history
Co-authored-by: Felix Lenner <52530259+fellen31@users.noreply.github.com>
  • Loading branch information
ramprasadn and fellen31 committed Sep 13, 2024
1 parent dc568ff commit 4438537
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion subworkflows/local/align.nf
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ workflow ALIGN {
ch_mtshift_fai // channel: [mandatory] [ val(meta), path(fai) ]
val_mbuffer_mem // integer: [mandatory] memory in megabytes
val_platform // string: [mandatory] illumina or a different technology
val_sort_threads // integer: [mandatory] memory in megabytes
val_sort_threads // integer: [mandatory] number of sorting threads

main:
ch_bwamem2_bam = Channel.empty()
Expand Down

0 comments on commit 4438537

Please sign in to comment.