mirror of
https://github.com/MillironX/nf-core_modules.git
synced 2024-11-13 05:13:09 +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
|
type: tuple
|
||||||
description: A tuple of samples id and output bam file
|
description: A tuple of samples id and output bam file
|
||||||
pattern: [sample_id, *SAMPLE_ID.dedup.bam]
|
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:
|
- report:
|
||||||
type: file
|
type: file
|
||||||
description: Log file for the umi_tools operation
|
description: Log file for the umi_tools operation
|
||||||
|
|
Loading…
Reference in a new issue