Skip to content

Commit

Permalink
Fix Merfin/hist linting
Browse files Browse the repository at this point in the history
  • Loading branch information
mahesh-panchal committed Dec 4, 2024
1 parent eac6b37 commit 773a6fc
Showing 1 changed file with 10 additions and 5 deletions.
15 changes: 10 additions & 5 deletions modules/nf-core/merfin/hist/meta.yml
Original file line number Diff line number Diff line change
Expand Up @@ -61,14 +61,19 @@ output:
description: |
Groovy Map containing sample information
e.g. `[ id:'sample1', single_end:false ]`
pattern: "*.{hist}"
- "*.hist":
type: file
description: The generated 0-centered k* histogram for sequences in <fasta_assembly.fasta>.
Positive k* values are expected collapsed copies. Negative k* values are expected
expanded copies. Closer to 0 means the expected and found k-mers are well
balenced, 1:1.
type: map
description: |
Groovy Map containing sample information
e.g. `[ id:'sample1', single_end:false ]`
pattern: "*.{hist}"
- log_stderr:
- meta:
type: file
description: Log (stderr) of hist tool execution. The QV and QV* metrics are
reported at the end.
pattern: "*.{hist.stderr.log}"
- "*.hist.stderr.log":
type: file
description: Log (stderr) of hist tool execution. The QV and QV* metrics are
Expand Down

0 comments on commit 773a6fc

Please sign in to comment.