Skip to content

Commit

Permalink
docs: Update meta.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
edmundmiller committed Dec 23, 2024
1 parent 8c1ccf2 commit c86a5d1
Showing 1 changed file with 12 additions and 12 deletions.
24 changes: 12 additions & 12 deletions modules/nf-core/pints/caller/meta.yml
Original file line number Diff line number Diff line change
Expand Up @@ -27,14 +27,14 @@ input:
description: |
Groovy Map containing sample information
e.g. [ id:'test', single_end:false ]
- bams:
- bam:
type: file
description: One or more BAM files
description: One BAM file
pattern: "*.{bam}"
- bais:
type: file
description: Corresponding BAM file indexes
pattern: "*.bam.bai"
- chr_name:
type: string
description: Name of the chr in the fasta to run against
pattern: "chr7"
- - assay_type:
type: string
description: Assay type
Expand All @@ -45,32 +45,32 @@ output:
description: |
Groovy Map containing sample information
e.g. [ id:'test', single_end:false ]
- "*_divergent_peaks.bed":
- "*_1_divergent_peaks.bed":
type: file
description: Divergent TREs
pattern: "*_divergent_peaks.bed"
pattern: "*_1_divergent_peaks.bed"
optional: true
- bidirectional_TREs:
- meta:
type: map
description: |
Groovy Map containing sample information
e.g. [ id:'test', single_end:false ]
- "*_bidirectional_peaks.bed":
- "*_1_bidirectional_peaks.bed":
type: file
description: Divergent TREs and convergent TREs
pattern: "*_bidirectional_peaks.bed"
pattern: "*_1_bidirectional_peaks.bed"
optional: true
- unidirectional_TREs:
- meta:
type: map
description: |
Groovy Map containing sample information
e.g. [ id:'test', single_end:false ]
- "*_unidirectional_peaks.bed":
- "*_1_unidirectional_peaks.bed":
type: file
description: Unidirectional TREs, maybe lncRNAs transcribed from enhancers (e-lncRNAs)
pattern: "*_unidirectional_peaks.bed"
pattern: "*_1_unidirectional_peaks.bed"
optional: true
- peakcalling_log:
- meta:
Expand Down

0 comments on commit c86a5d1

Please sign in to comment.