mirror of
https://github.com/MillironX/nf-core_modules.git
synced 2024-11-10 20:23:10 +00:00
luslab-umitools | Updated doc file
This commit is contained in:
parent
0da0f15998
commit
3d81018c79
1 changed files with 4 additions and 0 deletions
|
@ -32,6 +32,10 @@ processes:
|
|||
type: tuple
|
||||
description: A tuple of samples id and output bam file
|
||||
pattern: [sample_id, *SAMPLE_ID.dedup.bam]
|
||||
- dedupBam:
|
||||
type: tuple
|
||||
description: A tuple of samples id and output bai file
|
||||
pattern: [sample_id, *SAMPLE_ID.dedup.bam.bai]
|
||||
- report:
|
||||
type: file
|
||||
description: Log file for the umi_tools operation
|
||||
|
|
Loading…
Reference in a new issue